From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/regex-tdfa-rc/Manifest | 1 + dev-haskell/regex-tdfa-rc/metadata.xml | 11 +++++++++ .../regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-haskell/regex-tdfa-rc/Manifest create mode 100644 dev-haskell/regex-tdfa-rc/metadata.xml create mode 100644 dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild (limited to 'dev-haskell/regex-tdfa-rc') diff --git a/dev-haskell/regex-tdfa-rc/Manifest b/dev-haskell/regex-tdfa-rc/Manifest new file mode 100644 index 000000000000..5bdbe6d0130d --- /dev/null +++ b/dev-haskell/regex-tdfa-rc/Manifest @@ -0,0 +1 @@ +DIST regex-tdfa-rc-1.1.8.3.tar.gz 65728 SHA256 e35ee2a782c82c3eb313a478a8e04a464e55ca0369aa91827972ce37440c21ee SHA512 2664e70029548704a2086759a3f05fa34cca1034493451175ee2264d91e9fcd10605c115c51d0bbab77143eb43a62ea6677fda1716d6f500e2ae881d5e9afc02 WHIRLPOOL e2842a00ba0b25959d65babe0f0ce67ea0b2bcd7e0e1b92ea527fcefcee17bdd92e9ba87bc5312650cb7985fc952c59f7bc5e2bd20e51e7beade009b4811d889 diff --git a/dev-haskell/regex-tdfa-rc/metadata.xml b/dev-haskell/regex-tdfa-rc/metadata.xml new file mode 100644 index 000000000000..c84a9eb7cbc0 --- /dev/null +++ b/dev-haskell/regex-tdfa-rc/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + A new all Haskell "tagged" DFA regex engine, inspired by libtre (fork by Roman Cheplyaka) + + diff --git a/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild b/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild new file mode 100644 index 000000000000..1b75097f1c94 --- /dev/null +++ b/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild @@ -0,0 +1,28 @@ +# 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.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Replaces/Enhances Text.Regex (fork by Roman Cheplyaka)" +HOMEPAGE="http://hackage.haskell.org/package/${PN}" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-haskell/mtl:=[profile?] + dev-haskell/parsec:=[profile?] + >=dev-haskell/regex-base-0.93.1:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.3 +" -- cgit v1.2.3-65-gdbad