diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-22 08:55:20 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-22 09:08:56 +0100 |
commit | 68f6c1065524bd6c1cd8714ff8eaccd0bf396bfc (patch) | |
tree | b521a50469a481298e5edf1b68010f6f02c77a72 /dev-haskell | |
parent | dev-haskell/uuid-types: bump up to 1.0.3 (diff) | |
download | gentoo-68f6c1065524bd6c1cd8714ff8eaccd0bf396bfc.tar.gz gentoo-68f6c1065524bd6c1cd8714ff8eaccd0bf396bfc.tar.bz2 gentoo-68f6c1065524bd6c1cd8714ff8eaccd0bf396bfc.zip |
dev-haskell/uuid-types: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/uuid-types/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest index 070702959044..3f5747ea69d7 100644 --- a/dev-haskell/uuid-types/Manifest +++ b/dev-haskell/uuid-types/Manifest @@ -1,2 +1 @@ -DIST uuid-types-1.0.2.tar.gz 12142 SHA256 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 SHA512 bf90fea8512ddc1adbef14dec86881d2d2385b767609c7d974ea12a18bbd8a47aa0446a2a35effa51bf22539d6c9632d4a6ca0efee43b63b7e19ea2eeb875344 WHIRLPOOL 83a5d6f8329061d31c9479ae05243187cf5732ab468cbfbd48c33270e9c21478a0c7de07158a2837f0dc5ea54f313c8502c3ae1c6f9322ad8857d6fd12b554ef DIST uuid-types-1.0.3.tar.gz 11999 SHA256 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd SHA512 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e WHIRLPOOL d4e8377c39bb9b30df666c5df96a0cd618a8773b4eee92f2845fa08f38badc6986cb5aa85087f77dd5eb3ef93338bca7187e726aec7aa4f78e9f158abec48ab1 diff --git a/dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild deleted file mode 100644 index 7d2d6de738e2..000000000000 --- a/dev-haskell/uuid-types/uuid-types-1.0.2-r2.ebuild +++ /dev/null @@ -1,41 +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.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Type definitions for Universally Unique Identifiers" -HOMEPAGE="https://github.com/aslatter/uuid" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.8:=[profile?] - >=dev-haskell/random-1.0.1:=[profile?] <dev-haskell/random-1.2:=[profile?] - >=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.4.1:= - || ( ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) - ( >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] ) ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hunit-1.2 - >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9 - >=dev-haskell/tasty-0.10 - >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 ) -" - -src_prepare() { - cabal_chdeps \ - 'HUnit >=1.2 && < 1.3' 'HUnit >=1.2' \ - 'tasty == 0.10.*' 'tasty >= 0.10' -} |