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/bitarray | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/bitarray')
-rw-r--r-- | dev-haskell/bitarray/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/bitarray/bitarray-0.0.1.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/bitarray/metadata.xml | 11 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/bitarray/Manifest b/dev-haskell/bitarray/Manifest deleted file mode 100644 index ae02e61ae637..000000000000 --- a/dev-haskell/bitarray/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST bitarray-0.0.1.1.tar.gz 3701 BLAKE2B f26a89d1999eaf851ffdb66d6e34c4047169fbf1c253acde0631101039ee6f6a7d0ab8640f25b8a1837df9974ac137c5ca1e7f64d537bdd059aaf3eae7e5c5aa SHA512 4b51ef2be989949e4ab8b9cab194c2bb5f3895abf9881ddf6009dd234c2c7d01edf01dc4ae96312a36f0b3d43f1b2b975eeaa738f66ccc2ab9a1a10e07582602 -EBUILD bitarray-0.0.1.1.ebuild 538 BLAKE2B 9aeae8c99b0b90e12d895f7dc0c13c3cf8c1ace986bbafdf4cf9170a9d7160973fedcb39dfad4f4ea0f92bcf40c9ffe70c9050f735956797ad77f7b2ebdf2d4b SHA512 2270c23bab9e225fed7c2428f5384fe832032a1d26403799f3ff6cb2f4bab9fa9e94492072b79ab52b5a4fc27c069ad8c9e4f727cc348397158c4624e8f271e4 -MISC metadata.xml 324 BLAKE2B e7cb928f9643c3d4aa31b9cd6b55a1f9eaf784fb2b921140958ab6b88659a3349e43d3213bca634a93e1b96be8bdd4670471e1a13e921de127994b49041e1fc2 SHA512 21442373239878b8212bb8344a3dbb49930f5d00485902d4e8050b12984c8cc1d7c15793d572ba15a9c10b000c32cc6bd7ba17017a9a2749763ecc1122466651 diff --git a/dev-haskell/bitarray/bitarray-0.0.1.1.ebuild b/dev-haskell/bitarray/bitarray-0.0.1.1.ebuild deleted file mode 100644 index f321b1e47159..000000000000 --- a/dev-haskell/bitarray/bitarray-0.0.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Mutable and immutable bit arrays" -HOMEPAGE="http://code.haskell.org/~bkomuves/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2 -" diff --git a/dev-haskell/bitarray/metadata.xml b/dev-haskell/bitarray/metadata.xml deleted file mode 100644 index 799ae0c2c099..000000000000 --- a/dev-haskell/bitarray/metadata.xml +++ /dev/null @@ -1,11 +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> - Mutable and immutable bit arrays. - </longdescription> -</pkgmetadata> |