diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 13:26:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 13:26:59 +0000 |
commit | 6b55a0ac57034cb173b250e8ecd12645cb3efbc4 (patch) | |
tree | 1913022318fa67c3e99a353d67c3ed9bf289b0fb /dev-haskell/parsec | |
parent | alpha/ia64/sh/sparc stable wrt #368281 (diff) | |
download | historical-6b55a0ac57034cb173b250e8ecd12645cb3efbc4.tar.gz historical-6b55a0ac57034cb173b250e8ecd12645cb3efbc4.tar.bz2 historical-6b55a0ac57034cb173b250e8ecd12645cb3efbc4.zip |
Removed old.
Package-Manager: portage-2.1.9.50/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.0.ebuild | 20 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.1.0.0.ebuild | 18 |
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" |