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/quickcheck-unicode/Manifest | 2 ++ dev-haskell/quickcheck-unicode/metadata.xml | 12 ++++++++++ .../quickcheck-unicode-1.0.0.0.ebuild | 26 ++++++++++++++++++++++ .../quickcheck-unicode-1.0.0.1.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 dev-haskell/quickcheck-unicode/Manifest create mode 100644 dev-haskell/quickcheck-unicode/metadata.xml create mode 100644 dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild create mode 100644 dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild (limited to 'dev-haskell/quickcheck-unicode') diff --git a/dev-haskell/quickcheck-unicode/Manifest b/dev-haskell/quickcheck-unicode/Manifest new file mode 100644 index 000000000000..90c1382626c9 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/Manifest @@ -0,0 +1,2 @@ +DIST quickcheck-unicode-1.0.0.0.tar.gz 3145 SHA256 b833debbe9263a11f00c6262127d6032c63876215513279b16fcc6cda168e77a SHA512 28769e1ceccc6df996239a90996d0f283457836843f1627c310762c9555b302c2672bb7f546d1a01417e2beb26b364ee84e17fcad1ea4aa07bd610c6a5f709c4 WHIRLPOOL 2e8b46ae38f65489fd736a8fcb8f623d6c2046c267a6f8d0771034cf71f900ea642e21e8529f1f1c275e99fa60aaf04e2a7c27eb8c291cac5531355d17bc5a5a +DIST quickcheck-unicode-1.0.0.1.tar.gz 3145 SHA256 24c29caddc515d477878ef97581a0cebf760055ca0f260ba1762257abaa116a9 SHA512 93ca26350243f509027c41279474b45679af445f19a2454ca4c4e980d0ba76f8ea5a6091197d575093af67e08461d6ca436270496d985d1a33fb6d958fcae371 WHIRLPOOL 52ad9e2788b240f99f78da6a636682133203466a34ea44517ee7626738337def3fb69abeb5e4f31b7b962eacaf492865c03cf65b5ce4c3ceae60435087e3e9ff diff --git a/dev-haskell/quickcheck-unicode/metadata.xml b/dev-haskell/quickcheck-unicode/metadata.xml new file mode 100644 index 000000000000..1c7e1aa0b555 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/metadata.xml @@ -0,0 +1,12 @@ + + + + haskell + + Generator and shrink functions for testing + Unicode-related software. + + + bos/quickcheck-unicode + + diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild new file mode 100644 index 000000000000..9711cb3167a1 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.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="Generator and shrink functions for testing Unicode-related software" +HOMEPAGE="https://github.com/bos/quickcheck-unicode" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/quickcheck-2.6:2=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild new file mode 100644 index 000000000000..f2d6508c480b --- /dev/null +++ b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.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="Generator and shrink functions for testing Unicode-related software" +HOMEPAGE="https://github.com/bos/quickcheck-unicode" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" -- cgit v1.2.3-65-gdbad