commit:     77ed90283955e46371c762d29af8708c5ef2e3b9
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Aug 29 03:30:50 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 07:58:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ed9028

dev-haskell/filestore: remove old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/filestore/Manifest                     |  4 --
 .../filestore/files/filestore-0.6.1-ghc-8.patch    | 14 -----
 dev-haskell/filestore/filestore-0.6.1.ebuild       | 61 ----------------------
 dev-haskell/filestore/filestore-0.6.2.ebuild       | 47 -----------------
 dev-haskell/filestore/filestore-0.6.3.4.ebuild     | 37 -------------
 dev-haskell/filestore/filestore-0.6.4.ebuild       | 39 --------------
 6 files changed, 202 deletions(-)

diff --git a/dev-haskell/filestore/Manifest b/dev-haskell/filestore/Manifest
index 41e8c6e4158..d40505a11cc 100644
--- a/dev-haskell/filestore/Manifest
+++ b/dev-haskell/filestore/Manifest
@@ -1,5 +1 @@
-DIST filestore-0.6.1.tar.gz 31837 BLAKE2B 
8aa628da69bb84fbc0654c8d82bad208f0cecb4749f7ec82e8e4261a48464e008f2a7690e504e442cec368afef5d977073cb1544a346d1e915adc0dc3f2c35ee
 SHA512 
48d307b928c7a79974e057b604cde80cb4394f6840300aae637f82884f7741553a7edc791f5b0d7c002eec2a025f4ae015a326453525c351368050fe5cf255b4
-DIST filestore-0.6.2.tar.gz 31096 BLAKE2B 
2477879d7cb361e96bc030dfdf1bd6e00b865d5a77133d428b358c8aac514f64c957d8500f5ca96ea2f905bdcc0c98b5138da212faba83589117feb5491f86b5
 SHA512 
3cc3ab2e46cbd6210dc507a6411db347c626219cc9bdfc39fcdc63f10f813b6066c069b3f614a2a4e2f5522608be11f64a11742570270f2d06da4b330ea97b44
-DIST filestore-0.6.3.4.tar.gz 32070 BLAKE2B 
a4096d31aa1382eab3c41eb55c58c19171de67caea3078f5383dea61fb13b51adb71bbdae0b8d670c61b72be9394494d776c0dc797c4d2b71d3d49a13851f8c8
 SHA512 
d5a7cf4ca3bc3fbc8d8f066fad5e3913d8fef4c13d894f3df604fab91ad2c4e1bb585c5c067220055e9356dc99a860b03b281e46c3b16517bce130a8bc57eda7
-DIST filestore-0.6.4.tar.gz 32225 BLAKE2B 
49fd010ddabb0b940d228b7adae61908fb98d81bd8aa74f8d910e7ec0f1086a6d9741e9894d0c96d61cbf489814574d08375dd32c60c8c6c2e6ae03dac4eab06
 SHA512 
07a8ce976b354139ae4894c3e6751b9ef02957191a15e18b2eccc8cfbc97344eca2ad44b6cca863ccf7c43b444ed999355c33d99cd20b87c126f04d8f248cabb
 DIST filestore-0.6.5.tar.gz 32338 BLAKE2B 
534d2eb492fb6a6b3db460c181616d401f9f045772e91758249480ecf838ff56a210ab40dfaa1e360891f2509352268b50046dbd4d0f2f9d46c40a295f1a9fbc
 SHA512 
e4710e1e01cf0eb25a60e48961679009f7d1838104ec81ef1444c39fb25f1426e8d9e2ab557d69a2196d503b829d3bc2791f18083cf39ca623efc6fc0d070dcc

diff --git a/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch 
b/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch
deleted file mode 100644
index 126a0564b4d..00000000000
--- a/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/Data/FileStore/Types.hs b/Data/FileStore/Types.hs
-index e950c7a..e116761 100644
---- a/Data/FileStore/Types.hs
-+++ b/Data/FileStore/Types.hs
-@@ -152,3 +152,3 @@ data FileStore = FileStore {
-     -- | Save contents in the filestore.
--  , save           :: Contents a
-+  , save           :: forall a . Contents a
-                    => FilePath          -- Resource to save.
-@@ -160,3 +160,3 @@ data FileStore = FileStore {
-     -- | Retrieve the contents of the named resource.
--  , retrieve       :: Contents a
-+  , retrieve       :: forall a . Contents a
-                    => FilePath          -- Resource to retrieve.

diff --git a/dev-haskell/filestore/filestore-0.6.1.ebuild 
b/dev-haskell/filestore/filestore-0.6.1.ebuild
deleted file mode 100644
index 014a6b37f9e..00000000000
--- a/dev-haskell/filestore/filestore-0.6.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="https://hackage.haskell.org/package/filestore";
-SRC_URI="https://hackage.haskell.org/package/${P}/${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/old-locale-1.0:=[profile?] 
<dev-haskell/old-locale-1.1:=[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_prepare() {
-       epatch "${FILESDIR}"/${P}-ghc-8.patch
-
-       cabal_chdeps \
-               'time >= 1.1 && < 1.6' 'time >= 1.1' \
-               'process >= 1.0 && < 1.3' 'process >= 1.0'
-}
-
-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.2.ebuild 
b/dev-haskell/filestore/filestore-0.6.2.ebuild
deleted file mode 100644
index 7fb7dc8e97a..00000000000
--- a/dev-haskell/filestore/filestore-0.6.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="https://hackage.haskell.org/package/filestore";
-SRC_URI="https://hackage.haskell.org/package/${P}/${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/old-locale-1.0:=[profile?] 
<dev-haskell/old-locale-1.1:=[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.4
-               dev-haskell/mtl )
-"
-
-src_prepare() {
-       default
-
-       cabal_chdeps \
-               'directory >= 1.1 && < 1.3' 'directory >= 1.1' \
-               'directory >= 1.0 && < 1.3' 'directory >= 1.0'
-}
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}

diff --git a/dev-haskell/filestore/filestore-0.6.3.4.ebuild 
b/dev-haskell/filestore/filestore-0.6.3.4.ebuild
deleted file mode 100644
index 1082ff53bba..00000000000
--- a/dev-haskell/filestore/filestore-0.6.3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="https://hackage.haskell.org/package/filestore";
-SRC_URI="https://hackage.haskell.org/package/${P}/${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/old-locale-1.0:=[profile?] 
<dev-haskell/old-locale-1.1:=[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.7
-               dev-haskell/mtl )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}

diff --git a/dev-haskell/filestore/filestore-0.6.4.ebuild 
b/dev-haskell/filestore/filestore-0.6.4.ebuild
deleted file mode 100644
index 50730cebdde..00000000000
--- a/dev-haskell/filestore/filestore-0.6.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="https://hackage.haskell.org/package/filestore";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+maxcount"
-
-RESTRICT=test # requires mercurial
-
-RDEPEND=">=dev-haskell/diff-0.4:=[profile?] <dev-haskell/diff-0.5:=[profile?]
-       >=dev-haskell/old-locale-1.0:=[profile?] 
<dev-haskell/old-locale-1.1:=[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.10.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.22.2.0
-       test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
-               dev-haskell/mtl )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag maxcount maxcount)
-}

Reply via email to