diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/bzlib | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/bzlib')
-rw-r--r-- | dev-haskell/bzlib/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/bzlib/bzlib-0.5.0.4.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/bzlib/bzlib-0.5.0.5.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/bzlib/metadata.xml | 15 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-haskell/bzlib/Manifest b/dev-haskell/bzlib/Manifest new file mode 100644 index 000000000000..cdfeda10d87d --- /dev/null +++ b/dev-haskell/bzlib/Manifest @@ -0,0 +1,2 @@ +DIST bzlib-0.5.0.4.tar.gz 46572 SHA256 8d31b58696eb7b517c2d622cf7d6d7fad83a61a4a6dd088f8331dbc98f3fc3ed SHA512 7b13aee15cb2296c590b2df7405a3311aff3783ae7c8640c706c18a29c7ecf77dcb2bd6419f0a52a76f04f0f1ab5003d6055beb935b8005e985b7a1a30ebac66 WHIRLPOOL 4fccd6549eb4bc02bfedd68380dae2b6294c9075a2f6020f2128ac1a0c56fb410916f3f443e1330a1ee37711ad6f73b76b449eea88d8c2f86c4cc95f15e987ce +DIST bzlib-0.5.0.5.tar.gz 46627 SHA256 9ee7d0ac7461b330820af928c13c6668bf4fe3601f171c42432a85c33718017e SHA512 fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819 WHIRLPOOL 93f51d3b38b6c6b6ff47e81c8d1568acf78cd2c57f89bf8d1df01949539e58fc75713f116cd3a6d41c9637a6883cea1494f6aefc97792b23ad7234f7e45ff8aa diff --git a/dev-haskell/bzlib/bzlib-0.5.0.4.ebuild b/dev-haskell/bzlib/bzlib-0.5.0.4.ebuild new file mode 100644 index 000000000000..9170edfbc82c --- /dev/null +++ b/dev-haskell/bzlib/bzlib-0.5.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Compression and decompression in the bzip2 format" +HOMEPAGE="http://hackage.haskell.org/package/bzlib" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:= + app-arch/bzip2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/bzlib/bzlib-0.5.0.5.ebuild b/dev-haskell/bzlib/bzlib-0.5.0.5.ebuild new file mode 100644 index 000000000000..97f62f7ddfd6 --- /dev/null +++ b/dev-haskell/bzlib/bzlib-0.5.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Compression and decompression in the bzip2 format" +HOMEPAGE="http://hackage.haskell.org/package/bzlib" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND="app-arch/bzip2 + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/bzlib/metadata.xml b/dev-haskell/bzlib/metadata.xml new file mode 100644 index 000000000000..420552f1a2a4 --- /dev/null +++ b/dev-haskell/bzlib/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package provides a pure interface for compressing and + decompressing streams of data represented as lazy + 'ByteString's. It uses the bz2 C library so it has high + performance. + + It provides a convenient high level API suitable for most + tasks and for the few cases where more control is needed it + provides access to the full bzip2 feature set. + </longdescription> +</pkgmetadata> |