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/polyparse | |
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/polyparse')
-rw-r--r-- | dev-haskell/polyparse/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/polyparse/metadata.xml | 13 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.10.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.11.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.8.ebuild | 22 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.9.ebuild | 24 |
6 files changed, 115 insertions, 0 deletions
diff --git a/dev-haskell/polyparse/Manifest b/dev-haskell/polyparse/Manifest new file mode 100644 index 000000000000..5700fa6f3e90 --- /dev/null +++ b/dev-haskell/polyparse/Manifest @@ -0,0 +1,4 @@ +DIST polyparse-1.10.tar.gz 22752 SHA256 4246d0ee52ac6943946c18b9f73c93d858a230c348552b897bc70915d26ee75b SHA512 aa957ebabe253eb7da452d112d5fb1b9a2d2e169f00abb3eed9659b9dbaa5a09a1c728db155d21fabba6b5d9e415226b44f46279981d536a7fa78001dba543ac WHIRLPOOL 50e708abae2d9c18f6a49ae6e475914e5ff8c007e558dbfec0572073edde8164b6fbacd752ca75bdc373c97efd2bbc4c7d2ba31fff6a3cbc81ce37506cf103ed +DIST polyparse-1.11.tar.gz 22978 SHA256 30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f23558205903b81fc SHA512 b2cecc633596caaa2b8a00ceb16f141cd69de9ec697ce53cd827a17c82cac70ffaf10bc1d8669156ed4d28589b11ac56820b5c02905c8a6bdcae65112126fa5e WHIRLPOOL 2b12ffb946e416bf8c62ca3f8b24fc1eea4063aeb202c51c8f975ec6cc27bba0ccfe5d2dbf1f27631cf8a40cb098fc55f5bce68df359765cb31def8ef99ec9af +DIST polyparse-1.8.tar.gz 22223 SHA256 96fbc3ce3c239c6ce566437e17dc98649982e72dc3edcb68ef5ee083b210d922 SHA512 f0a6b84945c1da009ae594089d2a5df51f37c0f8e776c07489671e6770abf68d7a6794c179b7c922aa1ea30c79bb1879fa3505848313bbfb51d46fecc1c9bfa4 WHIRLPOOL dc6ff11ca19ff8b7bd5c2dfe7cb44d28ca9e7f7077c72d9ffe2d0f8cf08e54893e7e6cad0828399a45779d46a0f737757372e1f9b546d9962834395647611558 +DIST polyparse-1.9.tar.gz 22256 SHA256 9f12d6821594166af881941d6c346a6ad617eae18a0ee8659044ef163694708a SHA512 80f7cc269c7082d256aa273ce668a8fd9f58b4827fa69e390d749a622d667d5c01b7ede3719d52408d3efa35de66928a3fa659f3798826a2d53222d8a8d9d7e6 WHIRLPOOL c56e89ed646622646e1792193c861297f6df36c32d3fb4afa9d98174eabc7e5b771928fe6e2a2ac68c58791d4f7dffec83842f4b401bcb488e3aafa3ddc8780a diff --git a/dev-haskell/polyparse/metadata.xml b/dev-haskell/polyparse/metadata.xml new file mode 100644 index 000000000000..6eabfc2cf73c --- /dev/null +++ b/dev-haskell/polyparse/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + A variety of alternative parser combinator libraries, including + the original HuttonMeijer set. The Poly sets have features like + good error reporting, arbitrary token type, running state, lazy + parsing, and so on. Finally, Text.Parse is a proposed + replacement for the standard Read class, for better + deserialisation of Haskell values from Strings. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/polyparse/polyparse-1.10.ebuild b/dev-haskell/polyparse/polyparse-1.10.ebuild new file mode 100644 index 000000000000..e35fc2bc7858 --- /dev/null +++ b/dev-haskell/polyparse/polyparse-1.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A variety of alternative parser combinator libraries" +HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-haskell/text:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" diff --git a/dev-haskell/polyparse/polyparse-1.11.ebuild b/dev-haskell/polyparse/polyparse-1.11.ebuild new file mode 100644 index 000000000000..15e0e9d44e28 --- /dev/null +++ b/dev-haskell/polyparse/polyparse-1.11.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.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A variety of alternative parser combinator libraries" +HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-haskell/text:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" diff --git a/dev-haskell/polyparse/polyparse-1.8.ebuild b/dev-haskell/polyparse/polyparse-1.8.ebuild new file mode 100644 index 000000000000..3a6c08e1887c --- /dev/null +++ b/dev-haskell/polyparse/polyparse-1.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A variety of alternative parser combinator libraries" +HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-haskell/text[profile?] + >=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/polyparse/polyparse-1.9.ebuild b/dev-haskell/polyparse/polyparse-1.9.ebuild new file mode 100644 index 000000000000..4a27335d52c2 --- /dev/null +++ b/dev-haskell/polyparse/polyparse-1.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A variety of alternative parser combinator libraries" +HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +IUSE="" + +RDEPEND="dev-haskell/text:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" |