summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-21 00:23:16 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-21 00:23:16 +0000
commit7ca047b3b15c0808352a21555617463cc212fb2a (patch)
tree1b070a78c3b8622c11647f3253c564de2d82ec69 /dev-haskell/parsec
parentbump to 2.12.3 (diff)
downloadgentoo-2-7ca047b3b15c0808352a21555617463cc212fb2a.tar.gz
gentoo-2-7ca047b3b15c0808352a21555617463cc212fb2a.tar.bz2
gentoo-2-7ca047b3b15c0808352a21555617463cc212fb2a.zip
Add older version that came bundles with ghc-6.6.1. Also add ~ppc because it worked before when it was part of the ghc ebuild and this is just a package split so it seems ok to carry keywords over.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog10
-rw-r--r--dev-haskell/parsec/files/digest-parsec-2.03
-rw-r--r--dev-haskell/parsec/parsec-2.0.ebuild20
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.0.ebuild4
4 files changed, 34 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index e57a6f10fca4..d0bbedb79a80 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.1 2007/12/20 03:04:15 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.2 2007/12/21 00:23:15 dcoutts Exp $
+
+*parsec-2.0 (21 Dec 2007)
+
+ 21 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +parsec-2.0.ebuild,
+ parsec-2.1.0.0.ebuild:
+ Add older version that came bundles with ghc-6.6.1. Also add ~ppc because it
+ worked before when it was part of the ghc ebuild and this is just a package
+ split so it seems ok to carry keywords over.
*parsec-2.1.0.0 (20 Dec 2007)
diff --git a/dev-haskell/parsec/files/digest-parsec-2.0 b/dev-haskell/parsec/files/digest-parsec-2.0
new file mode 100644
index 000000000000..8123d436084b
--- /dev/null
+++ b/dev-haskell/parsec/files/digest-parsec-2.0
@@ -0,0 +1,3 @@
+MD5 a5d594810076b838c951901b98186f69 parsec-2.0.tar.gz 15087
+RMD160 a54f07b6978c708285c34f045ce15d9bf1af1404 parsec-2.0.tar.gz 15087
+SHA256 5d0c1ab2e141b66b664886756fb10dada708cb7afad58ce40baee1e4adc649d8 parsec-2.0.tar.gz 15087
diff --git a/dev-haskell/parsec/parsec-2.0.ebuild b/dev-haskell/parsec/parsec-2.0.ebuild
new file mode 100644
index 000000000000..c30de3d0ab4f
--- /dev/null
+++ b/dev-haskell/parsec/parsec-2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.0.ebuild,v 1.1 2007/12/21 00:23:15 dcoutts Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Monadic parser combinators"
+HOMEPAGE="http://haskell.org/ghc/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.4
+ <dev-lang/ghc-6.8"
+
+CABAL_CORE_LIB_GHC_PV="6.6.1"
diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild
index 93bd81ef851c..793ddf41abba 100644
--- a/dev-haskell/parsec/parsec-2.1.0.0.ebuild
+++ b/dev-haskell/parsec/parsec-2.1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.0.ebuild,v 1.1 2007/12/20 03:04:15 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.2 2007/12/21 00:23:15 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.4"