summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-30 21:34:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-30 22:15:36 +0100
commiteb10520799ec70bf8bf3a46750d8a6edf9b6208c (patch)
treeea57ef7309af6435a4cf0b040fb9f7cb996c6ab1 /dev-haskell/persistent-template
parentdev-haskell/persistent-sqlite: drop old (diff)
downloadgentoo-eb10520799ec70bf8bf3a46750d8a6edf9b6208c.tar.gz
gentoo-eb10520799ec70bf8bf3a46750d8a6edf9b6208c.tar.bz2
gentoo-eb10520799ec70bf8bf3a46750d8a6edf9b6208c.zip
dev-haskell/persistent-template: drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-haskell/persistent-template')
-rw-r--r--dev-haskell/persistent-template/Manifest3
-rw-r--r--dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild35
-rw-r--r--dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild33
-rw-r--r--dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild34
4 files changed, 0 insertions, 105 deletions
diff --git a/dev-haskell/persistent-template/Manifest b/dev-haskell/persistent-template/Manifest
index d2b526b17f76..bcf0d95770ad 100644
--- a/dev-haskell/persistent-template/Manifest
+++ b/dev-haskell/persistent-template/Manifest
@@ -1,4 +1 @@
-DIST persistent-template-1.1.3.1.tar.gz 11611 SHA256 f70002bc0d1d02983e38787a67fc783f5ca4f87d75dc49e9bdc9b9b12beae104 SHA512 1497c5026d5842d706732ba023d93c6c1b9df03e1badbbc494f54965c845a920bf0825c1fa4f8858a41ccd9089fe7d70e03a5a112bc1526a8a47ef3b232f87e1 WHIRLPOOL bd6c367b7cad0e21df609aec562dad32e73fda3aeba7a0e474fd82d0ec4468dca695fca515aa2a89ce9b1ccf9f597c5dc63936a286a261a88630d3bcc4adc735
-DIST persistent-template-1.2.0.6.tar.gz 12485 SHA256 7adc6872fa72317236a5fd6ee154899df52556146b2ff722f8692ed584eb79ee SHA512 15724b255654de463fa5778d7391fe1ee5525df752fbbaad913b7f0fe7b8e605eef6b6515a359e5cc36cde5d907e4dcc6d157ef8111c76965379aa10ef5091a5 WHIRLPOOL 7fc57f681a77624d2a335330aafd5d5d8546c8d89bc04a2e311921469db2a6b0126526f73c1098fab06a5159ce722040764b4696e8943829b4c072df6765d523
-DIST persistent-template-1.3.1.4.tar.gz 14384 SHA256 d3313840ef0258775b2ce0d37ba9be0948a11d97ef6f3ed3ce76f0b476d045fb SHA512 5b6c421c555513c44c38e70905fb7388f21261d3f4b674604fd74b3ca3705b964beb8f23f4c84035c7ec51e0efd7c6e3930307d71830e2d451b94d25b6fc1e16 WHIRLPOOL f9cf0d36546fcf7675b48929c1650250c6eb37d44ad652689b4d44485b10e2c6848c13ce706048b0349bbfcab815297a3dd86d421e81274d392c877e29605976
DIST persistent-template-2.1.3.4.tar.gz 19084 SHA256 4f28c9ef478e3835de5bc0105907582b2e0229cecc84ffa895c67c1a59ae2172 SHA512 8b218dea93a6a2ca80801acb43f101d6809d7118f3b6765a98543d87b12b4b565d5b3ea1f1256863b2493553f996ef5dcc569432507de6477b1f59a02093d95a WHIRLPOOL cff63be1def830d15a099039be64221760b442ebe46466600b736269df2ca872199d20bebadad4477e1eb3964ff5d7e459522010e004389119adba11e43124e0
diff --git a/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild b/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild
deleted file mode 100644
index 091923a615d9..000000000000
--- a/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild
+++ /dev/null
@@ -1,35 +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="Type-safe, non-relational, multi-backend persistence"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- >=dev-haskell/monad-control-0.2:=[profile?]
- <dev-haskell/monad-control-0.4:=[profile?]
- >=dev-haskell/persistent-1.1.2:=[profile?]
- <dev-haskell/persistent-1.2:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- <dev-haskell/text-1.0:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- <dev-haskell/transformers-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck
- )"
diff --git a/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild b/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild
deleted file mode 100644
index e25d54287266..000000000000
--- a/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild
+++ /dev/null
@@ -1,33 +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.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Type-safe, non-relational, multi-backend persistence"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- >=dev-haskell/monad-control-0.2:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
- dev-haskell/monad-logger:=[profile?]
- >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.3:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck )
-"
diff --git a/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild b/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild
deleted file mode 100644
index c26008e8670f..000000000000
--- a/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild
+++ /dev/null
@@ -1,34 +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.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Type-safe, non-relational, multi-backend persistence"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- >=dev-haskell/monad-control-0.2:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
- dev-haskell/monad-logger:=[profile?]
- >=dev-haskell/persistent-1.3:=[profile?] <dev-haskell/persistent-1.4:=[profile?]
- >=dev-haskell/text-0.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck )
-"