dev-haskell/filestore: drop old
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 3 Apr 2016 12:24:07 +0000 (13:24 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 3 Apr 2016 13:36:34 +0000 (14:36 +0100)
Package-Manager: portage-2.2.28

dev-haskell/filestore/Manifest
dev-haskell/filestore/filestore-0.6.0.1.ebuild [deleted file]
dev-haskell/filestore/filestore-0.6.0.2.ebuild [deleted file]
dev-haskell/filestore/filestore-0.6.0.4.ebuild [deleted file]
dev-haskell/filestore/filestore-0.6.0.6.ebuild [deleted file]

index f6fa94b88eba47292e9edf13151eaeb830f2ca60..2efe8433d274b016e212ef1f61340581050ec765 100644 (file)
@@ -1,5 +1 @@
-DIST filestore-0.6.0.1.tar.gz 29807 SHA256 6eabe0a7d5c8c95a3c827f92db80fe84a14c514f2a74dfca66cf4a56e30243d1 SHA512 875d79953ff92cf1605f5255cf5c9b53e218de9d110da51f8a216b6240a37566d3c70f36d4a68ca2f63827b45a75ce40e370b3cb4f93dc8b417c230a9f8b845f WHIRLPOOL 08295100ecb45276ab7844a90bff5b41896620c254648e878008abda23e6ceafaa3367382e36f3ab305a10d91f170a8d2fce2e0b5e6a623e4a16a9e947cc0c3b
-DIST filestore-0.6.0.2.tar.gz 29843 SHA256 99c55cd1ef75c35172d5f8844dcfcf7fcff28a659f797c69a723bcfe50197635 SHA512 cc8d891131db9bd66a039398514a33ddf02211146f4c81d6295fa6b308f42f587954cb43c9a624acd34f2d2b7e614251729aaab944167879f1de34d9390c6225 WHIRLPOOL 301316b932f33cddbd5ab14a159a777e0e886a89b1ada2f6450bd1bc9446af63872d8d6db867f108e98887ab05c6bdd9fe6271b4e8ec6bb287dcc50a1280b6e2
-DIST filestore-0.6.0.4.tar.gz 30169 SHA256 225c6a12b0c03dbab5560b7a1013f18b7ab740e8502f3f27aa0459c671ab7eac SHA512 b97af07386ba9c9b4fea45bb96fae2603874ead400ae33871d117806ab4dedc808b5259a830f11a6919df3c2877cfce8e29ae3410d6893cee86b3b027fa41059 WHIRLPOOL 3e0e72c48831efe966c467e83f5d6b6f0703ebcf643fbcf1047d40957b9313dfc7f68a00309038769c8fc783d741877e9a96271e8987d40fadb6dee837601b95
-DIST filestore-0.6.0.6.tar.gz 31332 SHA256 b99b240f6dfee8b1448b53912b2ab337742b8ebffbffd5312a8ab0f0dab376d2 SHA512 4498435c8d963dbcfe33351647aa1de25a646c1f10694b5a8889c42e14715a214a91c873383ca7764ffe71decf24c9c5d7c075dcdc9b065dbd2fb501900570f3 WHIRLPOOL 1bd4170903c5dcd56d1fb379b76736e15f44c6a395a3d0253222d1840beeb929da4c186675f5aa8c860dca968dbadc589b911236f31db85759ccd77013e809ae
 DIST filestore-0.6.1.tar.gz 31837 SHA256 0009c97f00044d2902209050d3b85a32dbad656ad0bb6276e811d7b0aca5d455 SHA512 48d307b928c7a79974e057b604cde80cb4394f6840300aae637f82884f7741553a7edc791f5b0d7c002eec2a025f4ae015a326453525c351368050fe5cf255b4 WHIRLPOOL ff66d3f97df76ad8cb26dd22bebbd4feadf0f84e8dd5b94701f91e2313f9377e190b1d94ba78435d88f3d8fa59c739403532101994e5888d9a774a6f2651d603
diff --git a/dev-haskell/filestore/filestore-0.6.0.1.ebuild b/dev-haskell/filestore/filestore-0.6.0.1.ebuild
deleted file mode 100644 (file)
index b675182..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="http://hackage.haskell.org/package/filestore"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+maxcount"
-
-RDEPEND=">=dev-haskell/diff-0.2:=[profile?]
-               <dev-haskell/diff-0.4:=[profile?]
-               >=dev-haskell/parsec-2:=[profile?]
-               <dev-haskell/parsec-3.2:=[profile?]
-               >=dev-haskell/split-0.1:=[profile?]
-               <dev-haskell/split-0.3:=[profile?]
-               =dev-haskell/utf8-string-0.3*:=[profile?]
-               =dev-haskell/xml-1.3*:=[profile?]
-               >=dev-lang/ghc-6.12.1:="
-DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.10
-               test? ( =dev-haskell/hunit-1.2*
-                       dev-haskell/mtl
-               )"
-
-src_prepare() {
-       cabal_chdeps \
-               'process >= 1.0 && < 1.2' 'process >= 1.0 && < 1.3'
-}
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}
-
-pkg_postinst() {
-       ghc-package_pkg_postinst
-
-       elog "${PN} requires either dev-vcs/darcs or dev-vcs/git to work."
-       elog "Please install one of these DVCS packages to fully utilise ${PN}."
-       elog "(These aren't in RDEPEND in case you are just using filestore to program.)"
-}
diff --git a/dev-haskell/filestore/filestore-0.6.0.2.ebuild b/dev-haskell/filestore/filestore-0.6.0.2.ebuild
deleted file mode 100644 (file)
index 9c46f8a..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="http://hackage.haskell.org/package/filestore"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+maxcount"
-
-RDEPEND=">=dev-haskell/diff-0.2:=[profile?] <dev-haskell/diff-0.4:=[profile?]
-       >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
-       >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
-       >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?]
-       >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( >=dev-haskell/diff-0.2 <dev-haskell/diff-0.4
-               >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
-               dev-haskell/mtl )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}
diff --git a/dev-haskell/filestore/filestore-0.6.0.4.ebuild b/dev-haskell/filestore/filestore-0.6.0.4.ebuild
deleted file mode 100644 (file)
index e422483..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="http://hackage.haskell.org/package/filestore"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+maxcount"
-
-RESTRICT=test # one darcs test fails
-
-RDEPEND=">=dev-haskell/diff-0.2:=[profile?] <dev-haskell/diff-0.4:=[profile?]
-       >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
-       >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
-       >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?]
-       >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
-               dev-haskell/mtl )
-"
-DEPEND+="
-       test? ( dev-vcs/darcs
-               dev-vcs/git
-               dev-vcs/mercurial
-       )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}
-
-src_test() {
-       export HOME=${T}/
-       git config --global user.email "git@src_test"
-       git config --global user.name "Mr. ${P} The Test"
-
-       haskell-cabal_src_test
-}
diff --git a/dev-haskell/filestore/filestore-0.6.0.6.ebuild b/dev-haskell/filestore/filestore-0.6.0.6.ebuild
deleted file mode 100644 (file)
index dbe0e6b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="http://hackage.haskell.org/package/filestore"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+maxcount"
-
-RESTRICT=test # one darcs test fails
-
-RDEPEND=">=dev-haskell/diff-0.2:=[profile?] <dev-haskell/diff-0.4:=[profile?]
-       >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
-       >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
-       >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
-       >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
-               dev-haskell/mtl )
-"
-DEPEND+="
-       test? ( dev-vcs/darcs
-               dev-vcs/git
-               dev-vcs/mercurial
-       )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}
-
-src_test() {
-       export HOME=${T}/
-       git config --global user.email "git@src_test"
-       git config --global user.name "Mr. ${P} The Test"
-
-       haskell-cabal_src_test
-}