summaryrefslogtreecommitdiff
path: root/dev-haskell/geniplate
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/geniplate
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
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/geniplate')
-rw-r--r--dev-haskell/geniplate/Manifest3
-rw-r--r--dev-haskell/geniplate/geniplate-0.6.0.3.ebuild24
-rw-r--r--dev-haskell/geniplate/geniplate-0.6.0.4.ebuild26
-rw-r--r--dev-haskell/geniplate/geniplate-0.6.0.5.ebuild26
-rw-r--r--dev-haskell/geniplate/metadata.xml8
5 files changed, 87 insertions, 0 deletions
diff --git a/dev-haskell/geniplate/Manifest b/dev-haskell/geniplate/Manifest
new file mode 100644
index 00000000000..18f9f025247
--- /dev/null
+++ b/dev-haskell/geniplate/Manifest
@@ -0,0 +1,3 @@
+DIST geniplate-0.6.0.3.tar.gz 6824 SHA256 76eeb3356a3c588fd80b31fde44d4c8df97fd8f53f9262e57138d9f94eb9e3d8 SHA512 9597529ac2a5a4e31c5345c2a1fe429eb5e765e1f62c993660d3fdf691f5e759530bccd82205620e382c0bdec9a4f2f919c0efe350d3ac98e78353c3f8e6fe14 WHIRLPOOL e04a8057624c3d2e46f805db74836db3e372a23acfaf27272ed78b04d3452005c0a67626369c48ea97a7ca9798af22a951e66943e52713d46d1843df6f261709
+DIST geniplate-0.6.0.4.tar.gz 6819 SHA256 40ec6e1296d54b1cb789a17fbddfc48d230f08bdc5bce2e1ddb5ad6f875e81eb SHA512 f87e12942aa66da0404f600f92c5a1c08a361e4d344dfd874ce68c95d915cfec09c38015a247ce44569e22c1f8d586a74ba7e04c104d15d2b3c6aee0e6cfa2fa WHIRLPOOL 7b583fc4cffb73c66eb52f13ef681eb8f2a79cae5bc3a6e42a90101b76b5df353f511356aef0f82c38326f0c31a094e50ce2525743fb1f2fd5bb9c87aa4809d5
+DIST geniplate-0.6.0.5.tar.gz 7738 SHA256 ec6bb3509d4882f6382166735c6dcd87faae60bd58eb70cd7190503c8bf39c05 SHA512 37127fa364ef0a8c67abbbadc025b932ddc62aaf09e4096548263c140b232b5442889d24f18fbb4ed3ea5eb0643b6afb4634b73471a2ec35b626dcd0c1781987 WHIRLPOOL bf7a1bde62533a5856bd6c677a943e0f35900f207d55d6e3c0fefe64575cee7019a56e9331496ba56ecf2316e718f6249ce1633af8e8ff9fe700b10bab3d67b8
diff --git a/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild
new file mode 100644
index 00000000000..b240a5a55f8
--- /dev/null
+++ b/dev-haskell/geniplate/geniplate-0.6.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Use template Haskell to generate Uniplate-like functions"
+HOMEPAGE="http://hackage.haskell.org/package/geniplate"
+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-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
diff --git a/dev-haskell/geniplate/geniplate-0.6.0.4.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.4.ebuild
new file mode 100644
index 00000000000..e2aac6850b1
--- /dev/null
+++ b/dev-haskell/geniplate/geniplate-0.6.0.4.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.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Use template Haskell to generate Uniplate-like functions"
+HOMEPAGE="http://hackage.haskell.org/package/geniplate"
+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-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2
+"
diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild
new file mode 100644
index 00000000000..228b1fa5932
--- /dev/null
+++ b/dev-haskell/geniplate/geniplate-0.6.0.5.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.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Use Template Haskell to generate Uniplate-like functions"
+HOMEPAGE="http://hackage.haskell.org/package/geniplate"
+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-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/geniplate/metadata.xml b/dev-haskell/geniplate/metadata.xml
new file mode 100644
index 00000000000..3bc6b444e95
--- /dev/null
+++ b/dev-haskell/geniplate/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Use template Haskell to generate Uniplate-like functions.
+ </longdescription>
+</pkgmetadata>