summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2012-09-12 15:51:45 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2012-09-12 15:51:45 +0000
commit377dc43da843902e23f03cfb4ad7d35c5d15fb37 (patch)
tree841e007ee57f57689c3c8d7d5a86dc25ef657b8a /dev-haskell/parsec
parentmove dev-haskell/httpd-shed/httpd-shed-0.4.ebuild ebuild to mirror://hackage (diff)
downloadhistorical-377dc43da843902e23f03cfb4ad7d35c5d15fb37.tar.gz
historical-377dc43da843902e23f03cfb4ad7d35c5d15fb37.tar.bz2
historical-377dc43da843902e23f03cfb4ad7d35c5d15fb37.zip
move dev-haskell/parsec/parsec-2.1.0.1.ebuild ebuild to mirror://hackage
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog7
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.1.ebuild6
-rw-r--r--dev-haskell/parsec/parsec-3.1.2-r1.ebuild4
-rw-r--r--dev-haskell/parsec/parsec-3.1.3.ebuild4
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index e71c1049fbe2..cbf1055fda51 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.23 2012/06/16 13:15:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.24 2012/09/12 15:51:45 qnikst Exp $
+
+ 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> parsec-2.1.0.1.ebuild,
+ parsec-3.1.2-r1.ebuild, parsec-3.1.3.ebuild:
+ move dev-haskell/parsec/parsec-2.1.0.1.ebuild ebuild to mirror://hackage
*parsec-3.1.3 (16 Jun 2012)
@@ -90,4 +94,3 @@
20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +metadata.xml,
+parsec-2.1.0.0.ebuild:
Initial version. Was previously a core library, now independent of ghc.
-
diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
index f506f945448c..dfb3411153bb 100644
--- a/dev-haskell/parsec/parsec-2.1.0.1.ebuild
+++ b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.10 2011/06/05 13:41:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.11 2012/09/12 15:51:45 qnikst Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
DESCRIPTION="Monadic parser combinators"
HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-haskell/parsec/parsec-3.1.2-r1.ebuild b/dev-haskell/parsec/parsec-3.1.2-r1.ebuild
index b280674b0d23..79939674fc99 100644
--- a/dev-haskell/parsec/parsec-3.1.2-r1.ebuild
+++ b/dev-haskell/parsec/parsec-3.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.2-r1.ebuild,v 1.2 2012/03/20 16:29:58 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.2-r1.ebuild,v 1.3 2012/09/12 15:51:45 qnikst Exp $
# ebuild generated by hackport 0.2.17.9999
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Monadic parser combinators"
HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-haskell/parsec/parsec-3.1.3.ebuild b/dev-haskell/parsec/parsec-3.1.3.ebuild
index 1b1c500a9ca0..cb137f55bc4a 100644
--- a/dev-haskell/parsec/parsec-3.1.3.ebuild
+++ b/dev-haskell/parsec/parsec-3.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.3.ebuild,v 1.1 2012/06/16 13:15:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.3.ebuild,v 1.2 2012/09/12 15:51:45 qnikst Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit haskell-cabal
DESCRIPTION="Monadic parser combinators"
HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"