summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-08-04 13:30:17 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-08-04 13:30:17 +0000
commit94f77267a7b8e2c5a70639a914bf358f0cedebee (patch)
tree60d7ee66fecbefdf352910c5af2ca92d9b84ec69 /dev-haskell
parentRemoved old. (diff)
downloadhistorical-94f77267a7b8e2c5a70639a914bf358f0cedebee.tar.gz
historical-94f77267a7b8e2c5a70639a914bf358f0cedebee.tar.bz2
historical-94f77267a7b8e2c5a70639a914bf358f0cedebee.zip
Removed old.
Package-Manager: portage-2.1.10.10/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/zlib/ChangeLog5
-rw-r--r--dev-haskell/zlib/zlib-0.4.0.1.ebuild23
-rw-r--r--dev-haskell/zlib/zlib-0.5.0.0.ebuild19
3 files changed, 4 insertions, 43 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.4.0.1.ebuild b/dev-haskell/zlib/zlib-0.4.0.1.ebuild
deleted file mode 100644
index 0b70137e151e..000000000000
--- a/dev-haskell/zlib/zlib-0.4.0.1.ebuild
+++ /dev/null
@@ -1,23 +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/zlib/zlib-0.4.0.1.ebuild,v 1.1 2007/12/15 18:38:45 dcoutts Exp $
-
-CABAL_FEATURES="lib profile haddock"
-CABAL_MIN_VERSION=1.2
-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=""
-
-# works with ghc 6.4 too, but needs the fps package:
-# 1) in DEPEND
-# 2) in zlib.cabal
-
-DEPEND=">=dev-lang/ghc-6.6
- >=sys-libs/zlib-1.2"
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"