summaryrefslogtreecommitdiff
path: root/dev-haskell/wl-pprint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/wl-pprint
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/wl-pprint')
-rw-r--r--dev-haskell/wl-pprint/Manifest3
-rw-r--r--dev-haskell/wl-pprint/metadata.xml13
-rw-r--r--dev-haskell/wl-pprint/wl-pprint-1.2.ebuild24
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/wl-pprint/Manifest b/dev-haskell/wl-pprint/Manifest
deleted file mode 100644
index 0ca59de38364..000000000000
--- a/dev-haskell/wl-pprint/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST wl-pprint-1.2.tar.gz 9881 BLAKE2B 7025f41b0a5213b6c08b07d0a87deeb16526f102ec73c1196be72179bb76320a83ac5631bfd16d88845751a756d0f87db60afe9109106e8676f8953eb6095851 SHA512 b5e6a8be51f10f1e1dad225020ba769cac62c311d6c0cc13a4ff8623e9b906218826d6f829e9169396eef9fc44379ba32d642914f543bd2f4e7070d6886ee91b
-EBUILD wl-pprint-1.2.ebuild 548 BLAKE2B d1811987ce00d318aae57aa12ba54f3ece886cf1647b559e789850349e082bc42f440b31740716064ee20e711639753896d47ceea6451d6129d330be716cdc99 SHA512 ec963725213ac20031aa93e0b966b0a647ceabacf64f1e62b57a7c39b3bf7f9d3600f802511549d2a1a9ec32a1ca190eeabc78e40c3ea7868262d547a8012375
-MISC metadata.xml 501 BLAKE2B c0aae3d26b53e999389afe2ee7faef2dd6284403a2854200a3d2f76de9ffbedf21be4d1a1ec85b8812d66022a2cebe91e3ffdb4e61e2e6d44ef96a238ec02e3e SHA512 b4f191fd31e74205e3118692ad610bafa56754be9ea44b127f0ee1f79f9da60c5d168315b1cb6b6c0008573fad874191b53218b6436e450faebc0b140c6bd43d
diff --git a/dev-haskell/wl-pprint/metadata.xml b/dev-haskell/wl-pprint/metadata.xml
deleted file mode 100644
index ea057004cb79..000000000000
--- a/dev-haskell/wl-pprint/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- 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.ebuild b/dev-haskell/wl-pprint/wl-pprint-1.2.ebuild
deleted file mode 100644
index a9d13ae89de3..000000000000
--- a/dev-haskell/wl-pprint/wl-pprint-1.2.ebuild
+++ /dev/null
@@ -1,24 +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.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="The Wadler/Leijen Pretty Printer"
-HOMEPAGE="http://hackage.haskell.org/package/wl-pprint"
-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.6
-"