summaryrefslogtreecommitdiff
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/th-lift
downloadgentoo-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-lift')
-rw-r--r--dev-haskell/th-lift/Manifest3
-rw-r--r--dev-haskell/th-lift/metadata.xml11
-rw-r--r--dev-haskell/th-lift/th-lift-0.6.1.ebuild25
-rw-r--r--dev-haskell/th-lift/th-lift-0.7.2.ebuild25
-rw-r--r--dev-haskell/th-lift/th-lift-0.7.ebuild25
5 files changed, 89 insertions, 0 deletions
diff --git a/dev-haskell/th-lift/Manifest b/dev-haskell/th-lift/Manifest
new file mode 100644
index 000000000000..3876d75544ba
--- /dev/null
+++ b/dev-haskell/th-lift/Manifest
@@ -0,0 +1,3 @@
+DIST th-lift-0.6.1.tar.gz 10453 SHA256 ad4cd5fbb4eb0ce5f35511d101b8460715a524e9076b4d4b96561a6081be3154 SHA512 0db931485a9753a1d8d49e962c0d16781fa4a3a4eef1b8fabf6f0d6967c11987aa842c7f13b2bccfe3d2e4146c07c1bd3060dfb1c78444a843e495dd566ef09a WHIRLPOOL 9d2b7d9c3f13a2ebfda2f96c02c96be7661c3dea9a384f946432d54b9425eab935446953269dddf82b40b518d7614f6b68087c27bdc3eb582e893e6da5fe03e8
+DIST th-lift-0.7.2.tar.gz 10980 SHA256 755c2477d4f1c77d9da73ef5a824b34b1c382aa98833b64ad7d9255813e8824a SHA512 a560d9b7737a1b8a9ebb656edea035dd452349e4dc95af92bc152843b50960ebe498a1577a5c16eecaf6cb937fa72b67d7eff19aaa70293904adaa10e99e4f50 WHIRLPOOL 6c3fe7a74cf2b2bb8b30f806381c5c054d925376c5a6357fdab67f58109f729e6fa144a63fc998d9ea0a412a82e665f671782235c3ea1673b6374265e79947ae
+DIST th-lift-0.7.tar.gz 10921 SHA256 ea5f6c6ad93347b4dd31386c6cc7f2679c674bc16cde4cb79275b0eaa29905d6 SHA512 43a99ffb5157e354ffb522e65cd6a5cdae28431ef63a12563c945ffa966182266152add4e8731d2bba95e4931bd9c2c8b831201104ea2bf467210d54c45f9f68 WHIRLPOOL 1f02e047fce33fb70a4caf41340669b603eef93a00b9eede4f20d954fbc5385567af51ed11555b673367fb2194180f6031a8699e283e69195e825c4e2d767777
diff --git a/dev-haskell/th-lift/metadata.xml b/dev-haskell/th-lift/metadata.xml
new file mode 100644
index 000000000000..84eef94f8f17
--- /dev/null
+++ b/dev-haskell/th-lift/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Derive Template Haskell's Lift class for datatypes.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">mboes/th-lift</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/th-lift/th-lift-0.6.1.ebuild b/dev-haskell/th-lift/th-lift-0.6.1.ebuild
new file mode 100644
index 000000000000..ff86e48edcd7
--- /dev/null
+++ b/dev-haskell/th-lift/th-lift-0.6.1.ebuild
@@ -0,0 +1,25 @@
+# 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.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Derive Template Haskell's Lift class for datatypes"
+HOMEPAGE="http://hackage.haskell.org/package/th-lift"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/th-lift/th-lift-0.7.2.ebuild b/dev-haskell/th-lift/th-lift-0.7.2.ebuild
new file mode 100644
index 000000000000..4cd2beee2ddd
--- /dev/null
+++ b/dev-haskell/th-lift/th-lift-0.7.2.ebuild
@@ -0,0 +1,25 @@
+# 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Derive Template Haskell's Lift class for datatypes"
+HOMEPAGE="http://github.com/mboes/th-lift"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/th-lift/th-lift-0.7.ebuild b/dev-haskell/th-lift/th-lift-0.7.ebuild
new file mode 100644
index 000000000000..ea50eeb26002
--- /dev/null
+++ b/dev-haskell/th-lift/th-lift-0.7.ebuild
@@ -0,0 +1,25 @@
+# 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
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Derive Template Haskell's Lift class for datatypes"
+HOMEPAGE="http://github.com/mboes/th-lift"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"