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/utf8-string/Manifest | 3 +++ dev-haskell/utf8-string/metadata.xml | 11 ++++++++ .../utf8-string/utf8-string-0.3.7-r1.ebuild | 28 ++++++++++++++++++++ dev-haskell/utf8-string/utf8-string-0.3.8.ebuild | 30 ++++++++++++++++++++++ dev-haskell/utf8-string/utf8-string-1.ebuild | 24 +++++++++++++++++ 5 files changed, 96 insertions(+) create mode 100644 dev-haskell/utf8-string/Manifest create mode 100644 dev-haskell/utf8-string/metadata.xml create mode 100644 dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild create mode 100644 dev-haskell/utf8-string/utf8-string-0.3.8.ebuild create mode 100644 dev-haskell/utf8-string/utf8-string-1.ebuild (limited to 'dev-haskell/utf8-string') diff --git a/dev-haskell/utf8-string/Manifest b/dev-haskell/utf8-string/Manifest new file mode 100644 index 000000000000..5b7b33e6c977 --- /dev/null +++ b/dev-haskell/utf8-string/Manifest @@ -0,0 +1,3 @@ +DIST utf8-string-0.3.7.tar.gz 8845 SHA256 785b4b31476adab9d4ea553a9a6b590acb0b906836abb3facd218c18b8eea9e8 SHA512 44e64e5ff42a2e4defe97d78468d070791ad82f0405173046666de398b14e55b8758a34ae624086dfa597d46a67eb12886375e04d58255e18e6d1b446c7efd79 WHIRLPOOL fe552302ead77fcf96b47ca3f37be9081892e0ea442799a2874aa423baf6874f42593cf6c119ecd0fde479df15d1cadc3b646ba923326a4f3bbddecd6ed5b66b +DIST utf8-string-0.3.8.tar.gz 9129 SHA256 80757cbc00197ff71311dc8c1ca00284537442c2dc93f06685d369a6816d49c0 SHA512 70f6ceaf4d9d6e6fe7b787facbb733f276ac5ba10c49c43e0da283b481f0579e0933f6343f5158973a6f0aac342f5b76258281dbd0c420bf652ad3c3787eb1fb WHIRLPOOL f6fc065ad16cb36ef068c3c15ade87cf2305bcfa630b9e5187429aa2b8fdd6893ed158ff77c42efe41d1dfded1ca3a84d0905cfefb3f7fea06debb9f30dc97d6 +DIST utf8-string-1.tar.gz 7707 SHA256 79f388d3f089e0c483c1dc1afad524b06f1abb6e288ed9029f934cffb3b2ba08 SHA512 1156d364a0478aa4ede1b194c3ae210cc04b1469b30e9f13ee35b2739ad03eadb2ac3674dd5a646e894c2eecb883f0a70966caa709bddab483fb707461939a1d WHIRLPOOL f1bf2e4558fa9ae71c982ced80124ebe1d8c44a6a31576c6da7da749c0dd385bf23d80517f97a50d70d9848db5483c9248f70f5907fbb6b6f14f64408d574ad7 diff --git a/dev-haskell/utf8-string/metadata.xml b/dev-haskell/utf8-string/metadata.xml new file mode 100644 index 000000000000..dcb1c5a682ee --- /dev/null +++ b/dev-haskell/utf8-string/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + glguy/utf8-string + + diff --git a/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild new file mode 100644 index 000000000000..4f25bf2b0f1a --- /dev/null +++ b/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild @@ -0,0 +1,28 @@ +# 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="Support for reading and writing UTF8 Strings" +HOMEPAGE="http://github.com/glguy/utf8-string/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-bytestring-in-base +} diff --git a/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild new file mode 100644 index 000000000000..87b92f67a110 --- /dev/null +++ b/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild @@ -0,0 +1,30 @@ +# 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.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Support for reading and writing UTF8 Strings" +HOMEPAGE="http://github.com/glguy/utf8-string/" +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 ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" + +src_prepare() { + cabal_chdeps \ + 'base >= 3 && < 4.8' 'base >= 3' +} diff --git a/dev-haskell/utf8-string/utf8-string-1.ebuild b/dev-haskell/utf8-string/utf8-string-1.ebuild new file mode 100644 index 000000000000..7f7f2258e81c --- /dev/null +++ b/dev-haskell/utf8-string/utf8-string-1.ebuild @@ -0,0 +1,24 @@ +# 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="Support for reading and writing UTF8 Strings" +HOMEPAGE="http://github.com/glguy/utf8-string/" +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 ~ppc-macos ~x86-macos" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" -- cgit v1.2.3