diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 13:30:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 13:30:17 +0000 |
commit | a140a725d93197cee70a6b7227eee8a8264186fa (patch) | |
tree | 110fe958e90e428de43a791cceed51e9263b16b4 /dev-haskell | |
parent | Removed old. (diff) | |
download | gentoo-2-a140a725d93197cee70a6b7227eee8a8264186fa.tar.gz gentoo-2-a140a725d93197cee70a6b7227eee8a8264186fa.tar.bz2 gentoo-2-a140a725d93197cee70a6b7227eee8a8264186fa.zip |
Removed old.
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/zlib/zlib-0.5.0.0.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-haskell/zlib/ChangeLog b/dev-haskell/zlib/ChangeLog index fffd2bd31d48..e24cf194da33 100644 --- a/dev-haskell/zlib/ChangeLog +++ b/dev-haskell/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/zlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.13 2011/08/04 13:28:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.14 2011/08/04 13:30:17 slyfox Exp $ + + 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -zlib-0.5.0.0.ebuild: + Removed old. 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -zlib-0.4.0.1.ebuild: Removed old. diff --git a/dev-haskell/zlib/zlib-0.5.0.0.ebuild b/dev-haskell/zlib/zlib-0.5.0.0.ebuild deleted file mode 100644 index f8a9db716963..000000000000 --- a/dev-haskell/zlib/zlib-0.5.0.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/zlib-0.5.0.0.ebuild,v 1.1 2009/04/19 08:59:41 kolmodin Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -DESCRIPTION="Compression and decompression in the gzip and zlib formats" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6.1 - >=dev-haskell/cabal-1.2.1 - >=sys-libs/zlib-1.2" |