diff options
Diffstat (limited to 'dev-haskell/text-binary')
-rw-r--r-- | dev-haskell/text-binary/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/text-binary/metadata.xml | 13 | ||||
-rw-r--r-- | dev-haskell/text-binary/text-binary-0.2.1.1.ebuild | 25 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-haskell/text-binary/Manifest b/dev-haskell/text-binary/Manifest deleted file mode 100644 index ad2b553cb71e..000000000000 --- a/dev-haskell/text-binary/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST text-binary-0.2.1.1.tar.gz 1729 BLAKE2B fb69d6b86e18a86ac9b49074e662afe0205e2ea8253ebbefb4c9dbee51ed8126ce7ad1d1f5f8c7ef3c94e1a4778f68750d7889a75a930a20b5733cb0093d58f1 SHA512 eea91648ddc63f2997432abd2cc3d78efa27e3745c199eeccd01114df6a67dae948a16a6f784e09ba380047101fefab802f1812b0833d3e02deb45b6292c34a1 -EBUILD text-binary-0.2.1.1.ebuild 560 BLAKE2B ddde6c05681fde4885e385782ecd1b330828f22664a88ef5e5515d06a7155e1883c79d7aa242ebc33d0d13aaaa23806ce12ab6c4f6493fe881b50f39fcb0ae51 SHA512 b403b321338d4827c292ba3655a7ebfd26a8d1b73e33bdcad92fe73b1580850d32ea01f8b6a92bd21de28dd3cff473a4444b6c26261915271ae0737edd5da581 -MISC metadata.xml 458 BLAKE2B 01b9694e4f797a6eb44abb27a5e52c13d2616bfcb723fa36cb18f9756027617aeb4a12529b6e92df102675067ca8fdfeaf5d35de2c3ebc8efe04bf4ba4ef9a2c SHA512 dc0f7e33beaac7dbc0dec818183f7e59b671be44838f79f12c3ac3260b265aefc123e0faa2300793856c1d49a6aaad0b1a30095c52c55de56f90942081025147 diff --git a/dev-haskell/text-binary/metadata.xml b/dev-haskell/text-binary/metadata.xml deleted file mode 100644 index 6d1d9024b257..000000000000 --- a/dev-haskell/text-binary/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - A compatibility layer providing Binary instances for strict - and lazy text types for versions older than 1.2.1 of - <https://hackage.haskell.org/package/text>. - </longdescription> -</pkgmetadata> diff --git a/dev-haskell/text-binary/text-binary-0.2.1.1.ebuild b/dev-haskell/text-binary/text-binary-0.2.1.1.ebuild deleted file mode 100644 index 1a65ea80126d..000000000000 --- a/dev-haskell/text-binary/text-binary-0.2.1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Binary instances for text types" -HOMEPAGE="https://github.com/kawu/text-binary" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/text:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |