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-base/Manifest | 1 + dev-haskell/regex-base/metadata.xml | 8 ++++++ dev-haskell/regex-base/regex-base-0.93.2-r1.ebuild | 30 ++++++++++++++++++++++ dev-haskell/regex-base/regex-base-0.93.2.ebuild | 22 ++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 dev-haskell/regex-base/Manifest create mode 100644 dev-haskell/regex-base/metadata.xml create mode 100644 dev-haskell/regex-base/regex-base-0.93.2-r1.ebuild create mode 100644 dev-haskell/regex-base/regex-base-0.93.2.ebuild (limited to 'dev-haskell/regex-base') diff --git a/dev-haskell/regex-base/Manifest b/dev-haskell/regex-base/Manifest new file mode 100644 index 000000000000..a8b7c716e33c --- /dev/null +++ b/dev-haskell/regex-base/Manifest @@ -0,0 +1 @@ +DIST regex-base-0.93.2.tar.gz 9156 SHA256 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 SHA512 4f6269cb1c1fefa2164d999e2e787118edc5fd88e356535e50f143d0b98de4fa1854959955e183aed27a77335b81063a2385bb6bdeb8cb80e7fdd812ab96d22a WHIRLPOOL 2ad6d339e830f092916a3dfd87a2f6415a3999b33377250a91f6ac655174f8f13aa9cc4187a6840126443353fd625094060ed661faad54229a89160ea3c54579 diff --git a/dev-haskell/regex-base/metadata.xml b/dev-haskell/regex-base/metadata.xml new file mode 100644 index 000000000000..8c66906af531 --- /dev/null +++ b/dev-haskell/regex-base/metadata.xml @@ -0,0 +1,8 @@ + + + +haskell + + haskell@gentoo.org + + diff --git a/dev-haskell/regex-base/regex-base-0.93.2-r1.ebuild b/dev-haskell/regex-base/regex-base-0.93.2-r1.ebuild new file mode 100644 index 000000000000..2fbee0d08279 --- /dev/null +++ b/dev-haskell/regex-base/regex-base-0.93.2-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 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="Replaces/Enhances Text.Regex" +HOMEPAGE="http://sourceforge.net/projects/lazy-regex" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND="dev-haskell/mtl:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" + +src_configure() { + haskell-cabal_src_configure \ + --flag=splitbase \ + --flag=newbase +} diff --git a/dev-haskell/regex-base/regex-base-0.93.2.ebuild b/dev-haskell/regex-base/regex-base-0.93.2.ebuild new file mode 100644 index 000000000000..9856b730693a --- /dev/null +++ b/dev-haskell/regex-base/regex-base-0.93.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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="Interface API for regex-posix,pcre,parsec,tdfa,dfa" +HOMEPAGE="http://sourceforge.net/projects/lazy-regex" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.6 + dev-haskell/mtl[profile?]" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" -- cgit v1.2.3