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-util/bnfc | |
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-util/bnfc')
-rw-r--r-- | dev-util/bnfc/Manifest | 2 | ||||
-rw-r--r-- | dev-util/bnfc/bnfc-2.7.1.ebuild | 40 | ||||
-rw-r--r-- | dev-util/bnfc/bnfc-2.8.ebuild | 40 | ||||
-rw-r--r-- | dev-util/bnfc/metadata.xml | 5 |
4 files changed, 87 insertions, 0 deletions
diff --git a/dev-util/bnfc/Manifest b/dev-util/bnfc/Manifest new file mode 100644 index 000000000000..256ce5f827f8 --- /dev/null +++ b/dev-util/bnfc/Manifest @@ -0,0 +1,2 @@ +DIST BNFC-2.7.1.tar.gz 208935 SHA256 d711c788c961e45d0b7ffe6b57b602eb01733be4b94c015d3c71a8f7393134d9 SHA512 ad4d779bd401d6fa5fe7cbd2dc4e3ca929f096562e1267fdede3e4a9dc8da1134f56054c206dac57131f3b90dfe8411ec89a899fe161c2941c843eb4e7ab010c WHIRLPOOL abcd91647e00585ceaddddc31144a0cc034271d08a449c710e055d1e489e0340e476e1378288b278f8523646f3d8788d1ea2dd6179c9699d58ae8b68b890e611 +DIST BNFC-2.8.tar.gz 183591 SHA256 21be5fddcfe8e1970c94872f36d5f29d07709f69e8e139b68bf6b27e75677f34 SHA512 358700360dbfbeacf3276150856415e08e1498c6af27254302d406e5407b7b4f84ac0dcf9dcf8391128ac9d77a17a928c2427961ec8c3ffdb9af8d169145cafb WHIRLPOOL e234f98df56f69f3c130ee5592c53bfad6e66f9c414d8b1a46370d9662fc68a389a93256980de9ef07315bd40e617f7d6c3683c2340a2b53417acff57fc6f8b6 diff --git a/dev-util/bnfc/bnfc-2.7.1.ebuild b/dev-util/bnfc/bnfc-2.7.1.ebuild new file mode 100644 index 000000000000..f4be929681e4 --- /dev/null +++ b/dev-util/bnfc/bnfc-2.7.1.ebuild @@ -0,0 +1,40 @@ +# 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="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +MY_PN="BNFC" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A compiler front-end generator" +HOMEPAGE="http://bnfc.digitalgrammars.com/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RESTRICT=test # collides with monads-fd + +RDEPEND="dev-haskell/mtl:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + dev-haskell/alex + >=dev-haskell/cabal-1.8 + dev-haskell/happy + test? ( >=dev-haskell/doctest-0.8 + dev-haskell/hspec + dev-haskell/hunit + >=dev-haskell/quickcheck-2.5 + dev-haskell/temporary ) +" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-util/bnfc/bnfc-2.8.ebuild b/dev-util/bnfc/bnfc-2.8.ebuild new file mode 100644 index 000000000000..16e448789a28 --- /dev/null +++ b/dev-util/bnfc/bnfc-2.8.ebuild @@ -0,0 +1,40 @@ +# 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.5.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +MY_PN="BNFC" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A compiler front-end generator" +HOMEPAGE="http://bnfc.digitalgrammars.com/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RESTRICT=test # missing files + +RDEPEND="dev-haskell/mtl:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + dev-haskell/alex + >=dev-haskell/cabal-1.8 + dev-haskell/happy + test? ( >=dev-haskell/doctest-0.8 + dev-haskell/hspec + dev-haskell/hunit + >=dev-haskell/quickcheck-2.5 + dev-haskell/temporary ) +" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-util/bnfc/metadata.xml b/dev-util/bnfc/metadata.xml new file mode 100644 index 000000000000..ddb2b453cd1f --- /dev/null +++ b/dev-util/bnfc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> +</pkgmetadata> |