summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-06-05 13:26:59 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-06-05 13:26:59 +0000
commite50e21995b984cb61d3ff76d4a7d49d174dc4d4c (patch)
treeff1d2656effab85ee5aa3a21a220ff11930ce8e9 /dev-haskell
parentalpha/ia64/sh/sparc stable wrt #368281 (diff)
downloadgentoo-2-e50e21995b984cb61d3ff76d4a7d49d174dc4d4c.tar.gz
gentoo-2-e50e21995b984cb61d3ff76d4a7d49d174dc4d4c.tar.bz2
gentoo-2-e50e21995b984cb61d3ff76d4a7d49d174dc4d4c.zip
Removed old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/parsec/ChangeLog6
-rw-r--r--dev-haskell/parsec/parsec-2.0.ebuild20
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.0.ebuild18
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index 8bb07ba2aec2..927f66b7263d 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.18 2011/02/25 12:55:45 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.19 2011/06/05 13:26:58 slyfox Exp $
+
+ 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -parsec-2.0.ebuild,
+ -parsec-2.1.0.0.ebuild:
+ Removed old.
25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> parsec-2.1.0.1.ebuild:
ppc/ppc64 stable wrt #339153
diff --git a/dev-haskell/parsec/parsec-2.0.ebuild b/dev-haskell/parsec/parsec-2.0.ebuild
deleted file mode 100644
index c30de3d0ab4f..000000000000
--- a/dev-haskell/parsec/parsec-2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
deleted file mode 100644
index 3270192e5d19..000000000000
--- a/dev-haskell/parsec/parsec-2.1.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 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.11 2010/07/01 19:58:10 jer Exp $
-
-CABAL_FEATURES="lib profile haddock"
-CABAL_MIN_VERSION=1.2
-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="alpha amd64 ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.4"