diff options
author | Mark Wright <gienah@gentoo.org> | 2015-08-02 14:05:01 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-08-02 14:05:01 +0000 |
commit | 43a1d4c03ed2f1a4357a03fecbb9061b7aebb683 (patch) | |
tree | 1dc434163267889613b12f1074adc9a4a0cd475d /dev-haskell | |
parent | Add network-data (diff) | |
download | historical-43a1d4c03ed2f1a4357a03fecbb9061b7aebb683.tar.gz historical-43a1d4c03ed2f1a4357a03fecbb9061b7aebb683.tar.bz2 historical-43a1d4c03ed2f1a4357a03fecbb9061b7aebb683.zip |
Add prettyclass
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Manifest-Sign-Key: 0x618E971F
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/prettyclass/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/prettyclass/Manifest | 14 | ||||
-rw-r--r-- | dev-haskell/prettyclass/metadata.xml | 10 | ||||
-rw-r--r-- | dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild | 23 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-haskell/prettyclass/ChangeLog b/dev-haskell/prettyclass/ChangeLog new file mode 100644 index 000000000000..f3f6b5664103 --- /dev/null +++ b/dev-haskell/prettyclass/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/prettyclass +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/prettyclass/ChangeLog,v 1.1 2015/08/02 14:04:54 gienah Exp $ + +*prettyclass-1.0.0.0 (02 Aug 2015) + + 02 Aug 2015; Mark Wright <gienah@gentoo.org> +metadata.xml, + +prettyclass-1.0.0.0.ebuild: + Add prettyclass diff --git a/dev-haskell/prettyclass/Manifest b/dev-haskell/prettyclass/Manifest new file mode 100644 index 000000000000..af64bd3c1bca --- /dev/null +++ b/dev-haskell/prettyclass/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST prettyclass-1.0.0.0.tar.gz 1542 SHA256 e537446e7a346e5e0872ed8281db2bb0220c737f10757848c901da1399548986 SHA512 f0785e7780f71ee0f8f6b6ca5db6a82f030f75b34f618ff9ee0025032516114769f4cd4e6094b5fefd13e645a7eece9d87b82c2d4c144dddf5093bc2c600af4a WHIRLPOOL 7ecd1ca9520b4b3c143f7727c9d918bae8dba8b02e726600e38212d048dda4e9dfd4ea9aa5b14cd2fd87e470ba05ec1091f77ae4afdd170f471b9e21b264f7f5 +EBUILD prettyclass-1.0.0.0.ebuild 678 SHA256 ed3327b36442f75cef217a3a5ce3798579ba79ed9477b36a94d3e9f8f218f2f2 SHA512 035c12bdd4cbcf00af82c047189274ae45b3e91c3aa1c03c6262361e2f723ac64a6bb198e5540879cc0e4f8b5dccccd2db315ea8df3e082c6e44d5fb7e7c073f WHIRLPOOL aefd0771cd49675361e54664a7a0389414db014287f9a0ed20eef34e462387f2d84f072e2ca1f2d972d443364942d1a7cc9b317c9fd3283868e12dcd5205445b +MISC ChangeLog 366 SHA256 406f304931ea4f118e45b4185d71376bef66835635fa458dcbfb8243e85ce24b SHA512 6c323c23f244b6f0916878d84b859898b0b7489da1034f49d3058b4f59bc52299f09ecf6ed6c764aa83e85c4b8e3a5c23fc9b77ccd3ce2c93fcd39e305d82f6a WHIRLPOOL c0a2654920a362bde36c8536a079f214f9f1c2dc29ae21f2a6283e170f3d093a47d1756f7892060bf7c5b997b1c064d1e73880bf1620428680d6e3c70e5a5a49 +MISC metadata.xml 365 SHA256 0b1d8979db94d944a0eb3b5c999faa40b04830e5694405aeb031614ef5149f01 SHA512 fbf2cb9a297ae77c0e6394f7879f04f6d8315e89cbe91da094220d2757c7d9e1d9da62e00ff79141dc0aa2800aaf14bcb9ad2c085169e180b930c3f1b88df4be WHIRLPOOL c17f4b45416117a9fab354e0609c0e86a14359bce71e965f8eb22df86f283340e73359d0e92340d9278936c100dc0a94e334987f108295b051a6c65a0102c6d4 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iF4EAREIAAYFAlW+I4YACgkQoBEVQmGOlx+QsQD9Gvw7M7M3UjlmLU/8zRgqoXQp +Pemn0a9SEzPDQWT4SCUA+wee6bDi7xZzu8iRklV0g9aqDke/HeFroGF17oai63tH +=ZJ6n +-----END PGP SIGNATURE----- diff --git a/dev-haskell/prettyclass/metadata.xml b/dev-haskell/prettyclass/metadata.xml new file mode 100644 index 000000000000..a10116fb57b4 --- /dev/null +++ b/dev-haskell/prettyclass/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <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 new file mode 100644 index 000000000000..dcc533b2aa3a --- /dev/null +++ b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild,v 1.1 2015/08/02 14:04:54 gienah Exp $ + +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" |