diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 13:17:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 13:17:35 +0000 |
commit | 43f9c35f08383600476e70eec8215bf7da590675 (patch) | |
tree | 061bde967f66073c2b7428128a98bf504ac14b57 /dev-haskell/hashed-storage | |
parent | Add ~x86-fbsd keyword. Fix #375891 (diff) | |
download | historical-43f9c35f08383600476e70eec8215bf7da590675.tar.gz historical-43f9c35f08383600476e70eec8215bf7da590675.tar.bz2 historical-43f9c35f08383600476e70eec8215bf7da590675.zip |
Removed old.
Package-Manager: portage-2.1.10.10/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/hashed-storage')
-rw-r--r-- | dev-haskell/hashed-storage/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hashed-storage/hashed-storage-0.4.10.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/dev-haskell/hashed-storage/ChangeLog b/dev-haskell/hashed-storage/ChangeLog index ed89f10fd9ad..0fd180724358 100644 --- a/dev-haskell/hashed-storage/ChangeLog +++ b/dev-haskell/hashed-storage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hashed-storage # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.11 2011/02/25 13:19:37 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.12 2011/08/04 13:17:35 slyfox Exp $ + + 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> + -hashed-storage-0.4.10.ebuild: + Removed old. 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> hashed-storage-0.4.13.ebuild: diff --git a/dev-haskell/hashed-storage/hashed-storage-0.4.10.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.4.10.ebuild deleted file mode 100644 index c8f6be0bf25f..000000000000 --- a/dev-haskell/hashed-storage/hashed-storage-0.4.10.ebuild +++ /dev/null @@ -1,41 +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/hashed-storage/hashed-storage-0.4.10.ebuild,v 1.3 2010/07/10 19:01:46 slyfox Exp $ - -CABAL_FEATURES="bin lib profile haddock" -inherit haskell-cabal - -DESCRIPTION="Hashed file storage support code." -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hashed-storage" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86" -IUSE="test" - -RDEPEND=">=dev-lang/ghc-6.10 - dev-haskell/binary - dev-haskell/dataenc - =dev-haskell/mmap-0.4* - dev-haskell/mtl - dev-haskell/zlib" -DEPEND=">=dev-haskell/cabal-1.6 - test? ( - dev-haskell/test-framework - dev-haskell/test-framework-hunit - dev-haskell/test-framework-quickcheck2 - dev-haskell/zip-archive - ) - ${RDEPEND}" - -if use test; then - CABAL_CONFIGURE_FLAGS="--flags=test" -fi - -src_install() { - cabal_src_install - - rm "${D}/usr/bin/hashed-storage-test" 2> /dev/null - rmdir "${D}/usr/bin" 2> /dev/null # only if empty -} |