summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 10:00:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitb1a81350474260687e4753d27a5b48df24b2788f (patch)
treecb699889ce606f734f1190b981c0cc0e750a8aea
parentdev-haskell/uulib: drop old (diff)
downloadgentoo-b1a81350474260687e4753d27a5b48df24b2788f.tar.gz
gentoo-b1a81350474260687e4753d27a5b48df24b2788f.tar.bz2
gentoo-b1a81350474260687e4753d27a5b48df24b2788f.zip
dev-haskell/uuid-types: drop old
Package-Manager: portage-2.2.28
-rw-r--r--dev-haskell/uuid-types/Manifest2
-rw-r--r--dev-haskell/uuid-types/uuid-types-1.0.0-r1.ebuild39
-rw-r--r--dev-haskell/uuid-types/uuid-types-1.0.1.ebuild34
-rw-r--r--dev-haskell/uuid-types/uuid-types-1.0.2.ebuild35
4 files changed, 0 insertions, 110 deletions
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest
index 792a67023b5d..f915c02ba7d6 100644
--- a/dev-haskell/uuid-types/Manifest
+++ b/dev-haskell/uuid-types/Manifest
@@ -1,3 +1 @@
-DIST uuid-types-1.0.0.tar.gz 12649 SHA256 986eaf295f20853437448f18a38a0b05af547326190d9e1576459de656c3b225 SHA512 2d7d95188c1aeefd1d642d9c17a76f1fa3c9088723f360b9bafd6a46200823b0dc78a0d2b1c3feae276ac593c3cc4429ea7dd63ce560855b4be921edf3024f45 WHIRLPOOL e49d31f7649e5b035062ead307ffc62ac9ad813b7266e86a4cb1dbbbfd5b8aebb29b19c53ceb7e9d56ae9a1f5983e452e183a2b5c766d17c24cfd291840b5893
-DIST uuid-types-1.0.1.tar.gz 12018 SHA256 4b1e7f72892249195cb29a5b85b4e8ac75a5b278711a74b01eadde816dd03caf SHA512 284d20a684fa5d35de2e345712d48aea8b8ede2d1078ec871e6b1338fc0d619bf411b952aeefd5edb9866ef8db2626b00915cf4839440c4f5bff90255a16932c WHIRLPOOL 9ab5344a248ab6cd09c49a16cf2abd8b8b8c1c70c79f9c7c7b2517f64e1dc59fc0f83708c23ececf2ea855d5c137774f507f5484a9f1039f7eb9e169d8d43b98
DIST uuid-types-1.0.2.tar.gz 12142 SHA256 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 SHA512 bf90fea8512ddc1adbef14dec86881d2d2385b767609c7d974ea12a18bbd8a47aa0446a2a35effa51bf22539d6c9632d4a6ca0efee43b63b7e19ea2eeb875344 WHIRLPOOL 83a5d6f8329061d31c9479ae05243187cf5732ab468cbfbd48c33270e9c21478a0c7de07158a2837f0dc5ea54f313c8502c3ae1c6f9322ad8857d6fd12b554ef
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.0-r1.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.0-r1.ebuild
deleted file mode 100644
index 235de5a00832..000000000000
--- a/dev-haskell/uuid-types/uuid-types-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,39 +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.3
-
-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-lang/ghc-7.4.1:=
- || ( ( >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] )
- ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
- >=dev-haskell/quickcheck-2.4:2
- >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
- >=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
- >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
-"
-
-src_prepare() {
- cabal_chdeps \
- 'QuickCheck >=2.4 && < 2.8' 'QuickCheck >=2.4'
-}
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild
deleted file mode 100644
index cf23ac223c78..000000000000
--- a/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +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-lang/ghc-7.4.1:=
- || ( ( >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] )
- ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
- >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
- >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.11
- >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
- >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
-"
diff --git a/dev-haskell/uuid-types/uuid-types-1.0.2.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.2.ebuild
deleted file mode 100644
index 0366665c2808..000000000000
--- a/dev-haskell/uuid-types/uuid-types-1.0.2.ebuild
+++ /dev/null
@@ -1,35 +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.1.1.0:=[profile?] <dev-haskell/hashable-1.2.0:=[profile?] )
- ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
- >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
- >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.11
- >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
- >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
-"