diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:20:53 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:31:17 +0200 |
commit | efea5ccefdc6ff178e37dd645b34e80da43e63c8 (patch) | |
tree | 40989dc50e13415b631035356e4302cb56889b06 /dev-haskell/wl-pprint | |
parent | dev-haskell/wl-pprint-text: treeclean (diff) | |
download | gentoo-efea5ccefdc6ff178e37dd645b34e80da43e63c8.tar.gz gentoo-efea5ccefdc6ff178e37dd645b34e80da43e63c8.tar.bz2 gentoo-efea5ccefdc6ff178e37dd645b34e80da43e63c8.zip |
dev-haskell/wl-pprint: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/wl-pprint')
-rw-r--r-- | dev-haskell/wl-pprint/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/wl-pprint/metadata.xml | 13 | ||||
-rw-r--r-- | dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild | 24 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/wl-pprint/Manifest b/dev-haskell/wl-pprint/Manifest deleted file mode 100644 index a7b57851c838..000000000000 --- a/dev-haskell/wl-pprint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wl-pprint-1.2.1.tar.gz 9959 BLAKE2B 03192e4e28f6a30661f156006f2cfad91f857b0c99d19fc5c00083de278a9b7a77e5bd60bf677f555b570965c9ea476b6d0cbcfb7daf67e55f8574aa6562d35a SHA512 84a3646b9039455b24c3dd4a4bbb2fc69ffa1fa3ead4d0574dc90da1a28064590a28c147135a0568700550c42e4ff83b04b0280564f0ed19acbfcb9d0400c2a3 diff --git a/dev-haskell/wl-pprint/metadata.xml b/dev-haskell/wl-pprint/metadata.xml deleted file mode 100644 index bcfd38c3e566..000000000000 --- a/dev-haskell/wl-pprint/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> - This is a pretty printing library based on Wadler's paper "A Prettier - Printer". See the haddocks for full info. This version allows the - library user to declare overlapping instances of the 'Pretty' class. - </longdescription> -</pkgmetadata> diff --git a/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild b/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild deleted file mode 100644 index 00076cdf5e6f..000000000000 --- a/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild +++ /dev/null @@ -1,24 +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.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="The Wadler/Leijen Pretty Printer" -HOMEPAGE="https://hackage.haskell.org/package/wl-pprint" -SRC_URI="https://hackage.haskell.org/package/${P}/${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.6 -" |