commit:     29d32639f2bca664531cd0f0454a1e2076a0a90a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 07:46:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:52:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d32639

dev-haskell/persistent-template: drop old

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

 dev-haskell/persistent-template/Manifest           |  2 -
 .../persistent-template-2.1.3.4.ebuild             | 35 -----------------
 .../persistent-template-2.5.1.6-r2.ebuild          | 45 ----------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-haskell/persistent-template/Manifest 
b/dev-haskell/persistent-template/Manifest
index 1374e9cbc9d..ff6f710fddd 100644
--- a/dev-haskell/persistent-template/Manifest
+++ b/dev-haskell/persistent-template/Manifest
@@ -1,3 +1 @@
-DIST persistent-template-2.1.3.4.tar.gz 19084 BLAKE2B 
625532bca1e65a40f043f6975cf1c3c93329bd593cc2c5f6f9f62c0aa925c91a358518ce69ccc65609b4d2e9686a4337af47bd2a7e6778769d7f3cb40796241d
 SHA512 
8b218dea93a6a2ca80801acb43f101d6809d7118f3b6765a98543d87b12b4b565d5b3ea1f1256863b2493553f996ef5dcc569432507de6477b1f59a02093d95a
-DIST persistent-template-2.5.1.6.tar.gz 20196 BLAKE2B 
d7d63dbead0348bc3c9239c23e5976337fa952a4a19cf86507064632d0ab1ddd7b26f984285307cf7b3ff177afd8aa5e94708412ba954815959ff09fb857bfb0
 SHA512 
4e2432a0f0fca28699c3abe9298b10451330dfb4e2b1a7048a2a98e3e18d4b41df06ba1bd53ffbbce3aebb123cd2f6ec9249580490a32c478ff3aff628011916
 DIST persistent-template-2.8.2.3.tar.gz 25949 BLAKE2B 
2b2fbfcb4e8dad68da8a820ae082db8cee9f683db9509b55b4ba908bff0a20cdf4e925db4bfe2d5c0014912e58469aa593e24a428f181928e8024917a3ab7db8
 SHA512 
eef94f07783f2b61ed4d00c75a57e976e2546ee1cb564471ea33e5faf01634701a7b60b4c1ee64594e0058949966f132fe46f1a5efc5a64f949fc6e6b27d5ddb

diff --git a/dev-haskell/persistent-template/persistent-template-2.1.3.4.ebuild 
b/dev-haskell/persistent-template/persistent-template-2.1.3.4.ebuild
deleted file mode 100644
index 36fbfa68a7e..00000000000
--- a/dev-haskell/persistent-template/persistent-template-2.1.3.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 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="Type-safe, non-relational, multi-backend persistence"
-HOMEPAGE="https://www.yesodweb.com/book/persistent";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] 
<dev-haskell/aeson-0.10:=[profile?]
-       >=dev-haskell/monad-control-0.2:=[profile?] 
<dev-haskell/monad-control-1.1:=[profile?]
-       dev-haskell/monad-logger:=[profile?]
-       dev-haskell/path-pieces:=[profile?]
-       >=dev-haskell/persistent-2.1.3:=[profile?] 
<dev-haskell/persistent-3:=[profile?]
-       dev-haskell/tagged:=[profile?]
-       >=dev-haskell/text-0.5:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.5:=[profile?]
-       dev-haskell/unordered-containers:=[profile?]
-       >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.16.0
-       test? ( >=dev-haskell/hspec-1.3
-               dev-haskell/quickcheck )
-"

diff --git 
a/dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild 
b/dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild
deleted file mode 100644
index fa0195fefb9..00000000000
--- a/dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 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="Type-safe, non-relational, multi-backend persistence"
-HOMEPAGE="https://www.yesodweb.com/book/persistent";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
-       >=dev-haskell/aeson-compat-0.3.2.0:=[profile?] 
<dev-haskell/aeson-compat-0.4:=[profile?]
-       >=dev-haskell/http-api-data-0.2:=[profile?]
-       >=dev-haskell/monad-control-0.2:=[profile?] 
<dev-haskell/monad-control-1.1:=[profile?]
-       dev-haskell/monad-logger:=[profile?]
-       dev-haskell/path-pieces:=[profile?]
-       >=dev-haskell/persistent-2.5:=[profile?] 
<dev-haskell/persistent-3:=[profile?]
-       dev-haskell/tagged:=[profile?]
-       >=dev-haskell/text-0.5:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.6:=[profile?]
-       dev-haskell/unordered-containers:=[profile?]
-       >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.16.0
-       test? ( >=dev-haskell/hspec-1.3
-               dev-haskell/quickcheck )
-"
-
-src_prepare() {
-       default
-
-       cabal_chdeps \
-               'aeson                    >= 0.7       && < 0.12' 'aeson        
            >= 0.7' \
-               'http-api-data            >= 0.2       && < 0.3' 'http-api-data 
           >= 0.2'
-}

Reply via email to