summaryrefslogtreecommitdiff
path: root/dev-haskell/prettyclass
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/prettyclass
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/prettyclass')
-rw-r--r--dev-haskell/prettyclass/Manifest3
-rw-r--r--dev-haskell/prettyclass/metadata.xml13
-rw-r--r--dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild22
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/prettyclass/Manifest b/dev-haskell/prettyclass/Manifest
deleted file mode 100644
index 3a0d6e14dfa9..000000000000
--- a/dev-haskell/prettyclass/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST prettyclass-1.0.0.0.tar.gz 1542 BLAKE2B b1497565728b2a580f4ff9117a62a2e2013888a07a9893ee207e0392a014373cb17eb9eeff3ce3d30a69dc7d2f5ff6d136e4a00b8bdae3533c8f240658bf6bf4 SHA512 f0785e7780f71ee0f8f6b6ca5db6a82f030f75b34f618ff9ee0025032516114769f4cd4e6094b5fefd13e645a7eece9d87b82c2d4c144dddf5093bc2c600af4a
-EBUILD prettyclass-1.0.0.0.ebuild 553 BLAKE2B eddefa6a850a0d08d339ee6000493ea85de12c5de5d6b3316283e5604661707095a74e3a731ff4491754ea014dd902c8350c7de0438636f4f13c65bfe5f6beea SHA512 3abb38f43cc91c49e893e885949ba4c84bcf2c9ddf8f5cbc20182c0a417ead906119043852bbba6806f4056be0ef6552c432f44da6d555c6070aeda7b53e277e
-MISC metadata.xml 453 BLAKE2B 139092d0f8fa3fd37322909088651724ec6b23f1af548c3bedf86db54418d8c0ed5b94bfbbb339d5163b4cb92ef76d217f9af8af79a495eaefc5ad10d0db8cf1 SHA512 99d14083e2f4a0d9fef1c73379d7acde3b802b014ca31e400c322cb0e6320b0166f7d8a16b277fdffcf6382049d81b5d4277d8ed5d6364c3c432bca0366de465
diff --git a/dev-haskell/prettyclass/metadata.xml b/dev-haskell/prettyclass/metadata.xml
deleted file mode 100644
index 0ca938268b7c..000000000000
--- a/dev-haskell/prettyclass/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>
- Pretty printing class similar to Show, based on the HughesPJ
- pretty printing library. Provides the pretty printing class
- and instances for the Prelude types.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
deleted file mode 100644
index 9680062900ce..000000000000
--- a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
+++ /dev/null
@@ -1,22 +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.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Pretty printing class similar to Show"
-HOMEPAGE="http://hackage.haskell.org/package/prettyclass"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-0"