summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-06-18 21:28:25 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-06-18 21:28:25 +0000
commit3ddc6fc23d3f66f416cc389d26d4292a4454b664 (patch)
tree3a6016b7741bdc2dca6f48ea73e53a1b0d616bca /dev-haskell/digest
parentAlways depend on gtk-doc since we have to generate autotools #469214 by Kobboi. (diff)
downloadgentoo-2-3ddc6fc23d3f66f416cc389d26d4292a4454b664.tar.gz
gentoo-2-3ddc6fc23d3f66f416cc389d26d4292a4454b664.tar.bz2
gentoo-2-3ddc6fc23d3f66f416cc389d26d4292a4454b664.zip
Drop old.
(Portage version: 2.2.0_alpha177_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/digest')
-rw-r--r--dev-haskell/digest/ChangeLog6
-rw-r--r--dev-haskell/digest/digest-0.0.0.8.ebuild19
-rw-r--r--dev-haskell/digest/digest-0.0.0.9.ebuild24
-rw-r--r--dev-haskell/digest/digest-0.0.1.1.ebuild24
4 files changed, 5 insertions, 68 deletions
diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog
index b4d957ab14af..57d6af325f59 100644
--- a/dev-haskell/digest/ChangeLog
+++ b/dev-haskell/digest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/digest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.30 2013/03/31 10:03:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.31 2013/06/18 21:28:24 slyfox Exp $
+
+ 18 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> -digest-0.0.0.8.ebuild,
+ -digest-0.0.0.9.ebuild, -digest-0.0.1.1.ebuild:
+ Drop old.
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild:
Stable for sparc, wrt bug #456490
diff --git a/dev-haskell/digest/digest-0.0.0.8.ebuild b/dev-haskell/digest/digest-0.0.0.8.ebuild
deleted file mode 100644
index 1081ab05ca16..000000000000
--- a/dev-haskell/digest/digest-0.0.0.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.8.ebuild,v 1.10 2012/09/12 15:43:15 qnikst Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now."
-HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6.1
- >=dev-haskell/cabal-1.6
- sys-libs/zlib"
diff --git a/dev-haskell/digest/digest-0.0.0.9.ebuild b/dev-haskell/digest/digest-0.0.0.9.ebuild
deleted file mode 100644
index 8c99e7d20695..000000000000
--- a/dev-haskell/digest/digest-0.0.0.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.9.ebuild,v 1.7 2012/09/12 15:43:15 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now."
-HOMEPAGE="http://hackage.haskell.org/package/digest"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.8.2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/digest/digest-0.0.1.1.ebuild b/dev-haskell/digest/digest-0.0.1.1.ebuild
deleted file mode 100644
index 27119be98156..000000000000
--- a/dev-haskell/digest/digest-0.0.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.1.ebuild,v 1.7 2012/09/12 15:43:15 qnikst Exp $
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now."
-HOMEPAGE="http://hackage.haskell.org/package/digest"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.8.2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"