diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/quickcheck-unicode | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/quickcheck-unicode')
-rw-r--r-- | dev-haskell/quickcheck-unicode/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/quickcheck-unicode/metadata.xml | 15 | ||||
-rw-r--r-- | dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild | 25 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-haskell/quickcheck-unicode/Manifest b/dev-haskell/quickcheck-unicode/Manifest deleted file mode 100644 index e911c0e0ed4a..000000000000 --- a/dev-haskell/quickcheck-unicode/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST quickcheck-unicode-1.0.0.1.tar.gz 3145 BLAKE2B 04c87c9deee25a9eca10b916f0073ea91a348ba901ad0b85d6b5e82f915f003d1260d91271571f6ada077933683df8a3aec8109d4423f92fe4175f3f7e7b9ce9 SHA512 93ca26350243f509027c41279474b45679af445f19a2454ca4c4e980d0ba76f8ea5a6091197d575093af67e08461d6ca436270496d985d1a33fb6d958fcae371 -EBUILD quickcheck-unicode-1.0.0.1.ebuild 621 BLAKE2B 2a3404e2533f0c4d9169652a59513d66845e741610f0a3c691f5da90af3384f83485a3af4aeb8adf5246b4219f27e6bc2193a27186237e0ae537f8dc28df0279 SHA512 473178c0aaddc85bd68fb3c507e4aeb23dc5bd76a3cc41e23d58408eebec79d0aee22ea98d7830c3dde6561188cb490c2724b9ecf470ea716e64bc475abedab6 -MISC metadata.xml 448 BLAKE2B 74f70c616816cd7cbe1882cc863a3a7fe2134f93cf99f01c6609c09529b72f25298cc4565cd4f357a81c838b215f70fb55c67906d8e0e26d777f9bf6b4874d8c SHA512 e318d18f4546472fae359c4ed060751a17cf307e7daad7ac1b554d7b86d924fe2ccba3cf7f46e182c696c89aeb8101419a81e533e12ba660417bde2f73697054 diff --git a/dev-haskell/quickcheck-unicode/metadata.xml b/dev-haskell/quickcheck-unicode/metadata.xml deleted file mode 100644 index ab1e4f216a15..000000000000 --- a/dev-haskell/quickcheck-unicode/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - Generator and shrink functions for testing - Unicode-related software. - </longdescription> - <upstream> - <remote-id type="github">bos/quickcheck-unicode</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild deleted file mode 100644 index fb43f6100224..000000000000 --- a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Generator and shrink functions for testing Unicode-related software" -HOMEPAGE="https://github.com/bos/quickcheck-unicode" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" |