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-haskell/th-reify-many | |
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-haskell/th-reify-many')
-rw-r--r-- | dev-haskell/th-reify-many/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/th-reify-many/metadata.xml | 14 | ||||
-rw-r--r-- | dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/th-reify-many/th-reify-many-0.1.3.ebuild | 28 |
4 files changed, 72 insertions, 0 deletions
diff --git a/dev-haskell/th-reify-many/Manifest b/dev-haskell/th-reify-many/Manifest new file mode 100644 index 000000000000..d4929f92266a --- /dev/null +++ b/dev-haskell/th-reify-many/Manifest @@ -0,0 +1,2 @@ +DIST th-reify-many-0.1.2.tar.gz 4996 SHA256 e96f4452f86fd01a59e18e9673ea6b2332132d4b88466c3283b98ab88955f9e4 SHA512 a7beaff7d5f24e1f744f43ba439457521c8fa0b500a5ac200edfc93467f9fd050975575ebf62dc286017e937553152600e8d0d7c368268451a222af04a65240a WHIRLPOOL ceb66ea267ab037aecbffb2e1b9c6e14249d7306b8d3a92884721399b1940a52056551aec4c452e25e6fd4c1d8a397e891dedfedc06301bd890d996ec244f21c +DIST th-reify-many-0.1.3.tar.gz 5481 SHA256 dd51e8aafe834e7a39ad6777d90c71a7a029577355a91d36e36410cd24f51902 SHA512 1e258d9d9ae28537ce3b7eca2de2434ad1a84a474de131bc307a74d3cb6527c70ce2fa23987896e5c3804404acdfc515d08437fbdf9940b4fdab3374574a93ed WHIRLPOOL 33b347bf45330807aaa99ad08502283cd46636f737e21ac034770444b886d99d1cf36a6fdd0d4db7d3a225628da7662154a4fe54282f392180255ff27acce4c1 diff --git a/dev-haskell/th-reify-many/metadata.xml b/dev-haskell/th-reify-many/metadata.xml new file mode 100644 index 000000000000..8e50ef4bd70c --- /dev/null +++ b/dev-haskell/th-reify-many/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + @th-reify-many@ provides functions for recursively reifying top + level declarations. The main intended use case is for enumerating + the names of datatypes reachable from an initial datatype, and + passing these names to some function which generates instances. + </longdescription> + <upstream> + <remote-id type="github">mgsloan/th-reify-many</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild b/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild new file mode 100644 index 000000000000..9612ff5ed871 --- /dev/null +++ b/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild @@ -0,0 +1,28 @@ +# 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="Recurseively reify template haskell datatype info" +HOMEPAGE="http://github.com/mgsloan/th-reify-many" +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/safe:=[profile?] + dev-haskell/th-expand-syns:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/th-reify-many/th-reify-many-0.1.3.ebuild b/dev-haskell/th-reify-many/th-reify-many-0.1.3.ebuild new file mode 100644 index 000000000000..7856ebcfc5a4 --- /dev/null +++ b/dev-haskell/th-reify-many/th-reify-many-0.1.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.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Recurseively reify template haskell datatype info" +HOMEPAGE="http://github.com/mgsloan/th-reify-many" +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/safe:=[profile?] + dev-haskell/th-expand-syns:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |