diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:59:14 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:59:14 +0200 |
commit | 18eb398c0a3e0daedc8b7ea7ada616ce2a87ffb3 (patch) | |
tree | 3aa84b2a4c4e88e3b1cedd24bab7963006579cb0 /dev-haskell/annotated-wl-pprint | |
parent | dev-haskell/authenticate-oauth: Remove last-rited pkg (diff) | |
download | gentoo-18eb398c0a3e0daedc8b7ea7ada616ce2a87ffb3.tar.gz gentoo-18eb398c0a3e0daedc8b7ea7ada616ce2a87ffb3.tar.bz2 gentoo-18eb398c0a3e0daedc8b7ea7ada616ce2a87ffb3.zip |
dev-haskell/annotated-wl-pprint: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/annotated-wl-pprint')
-rw-r--r-- | dev-haskell/annotated-wl-pprint/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/annotated-wl-pprint/metadata.xml | 14 |
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/annotated-wl-pprint/Manifest b/dev-haskell/annotated-wl-pprint/Manifest deleted file mode 100644 index c44b061f57b1..000000000000 --- a/dev-haskell/annotated-wl-pprint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST annotated-wl-pprint-0.7.0.tar.gz 10338 BLAKE2B 3210f0ecde3e9689ea17c27210cb11a260c02b8db9dc285335c715330202918f5d22792a27ea5f89dd7946d8e6deac5911bc81ed8e207095426e82a07753e090 SHA512 1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a diff --git a/dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild b/dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild deleted file mode 100644 index 353aeb10d833..000000000000 --- a/dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.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.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="The Wadler/Leijen Pretty Printer, with annotation support" -HOMEPAGE="https://github.com/david-christiansen/annotated-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.10.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" diff --git a/dev-haskell/annotated-wl-pprint/metadata.xml b/dev-haskell/annotated-wl-pprint/metadata.xml deleted file mode 100644 index 898262c1fe5f..000000000000 --- a/dev-haskell/annotated-wl-pprint/metadata.xml +++ /dev/null @@ -1,14 +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 modified version of wl-pprint, which was based on Wadler's - paper "A Prettier Printer". See the haddocks for full info. This - version allows the library user to annotate the text with semantic - information, which can later be rendered in a variety of ways. - </longdescription> -</pkgmetadata> |