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/syb-with-class
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/syb-with-class')
-rw-r--r--dev-haskell/syb-with-class/Manifest3
-rw-r--r--dev-haskell/syb-with-class/metadata.xml9
-rw-r--r--dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild23
-rw-r--r--dev-haskell/syb-with-class/syb-with-class-0.6.1.5.ebuild25
-rw-r--r--dev-haskell/syb-with-class/syb-with-class-0.6.1.6.ebuild25
5 files changed, 85 insertions, 0 deletions
diff --git a/dev-haskell/syb-with-class/Manifest b/dev-haskell/syb-with-class/Manifest
new file mode 100644
index 000000000000..7d53fca5c2ae
--- /dev/null
+++ b/dev-haskell/syb-with-class/Manifest
@@ -0,0 +1,3 @@
+DIST syb-with-class-0.6.1.4.tar.gz 12349 SHA256 6cba1af7474ecbb3ac8040dc46d994e9e8b9fede3bc8daa610e4044054a8263a SHA512 f3fdbbc07b3014139a005bbaea52500ac4fe864bd22d282823cceee86e4d8143c94042743a04993e44306b1335c625ec4b6a6691faf3a3ed2ac8a6cccb0c506d WHIRLPOOL 54374abd9ce81d0ae126c6bc99c4238ec824f8aa4e242a5e215afbfb3f11dd3e6855a6c4ba8bd9eedb5e4c406e23f553a2262872ec92f23884ad45273fd2a399
+DIST syb-with-class-0.6.1.5.tar.gz 12443 SHA256 f617ee2dc6f2b0ad35e130c50500a2f67fe76b94df86b7ce5cfb2d2545bac4be SHA512 75f71c27dc61ed48f912712c18a626814584eece923fff1675c60a4406e791ce201afab9e20cb2c026b64a36dfc625d4d8dbf9b0432f9e31eabd6b09f7d9575a WHIRLPOOL 434fa7b2d3dc0686839a134e56c70c20323709fdb4004a2740d9c85414429dda1f11df0526d334a8a4a4e4033b9f95651f09c58075bf7ef90586fccab7f73864
+DIST syb-with-class-0.6.1.6.tar.gz 12515 SHA256 565c909dcf39c30c7fa2b5721e5d1049dbc9cdcd23e63645f69d8e245e84c1b0 SHA512 4d022ace484780fab85f604d216856e9d122f9a0c98f5d14059866162e2a81f4c8366b0fb2df535089e7cdc76411c2be6b97edee90f27849d3809c7a994a9d02 WHIRLPOOL 3b7acda9e67fd19be5a7b3f0709df266f0bb06fe7d36b51782d32fd63a712d890defdd44b8cdb4692ce110d2b3ab4c12c66a922c59e62327e39165582e615274
diff --git a/dev-haskell/syb-with-class/metadata.xml b/dev-haskell/syb-with-class/metadata.xml
new file mode 100644
index 000000000000..dbedb1c93b80
--- /dev/null
+++ b/dev-haskell/syb-with-class/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Classes, and Template Haskell code to generate instances, for the
+ Scrap Your Boilerplate With Class system.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild b/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild
new file mode 100644
index 000000000000..ae4e0277ea86
--- /dev/null
+++ b/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild
@@ -0,0 +1,23 @@
+# 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="Scrap Your Boilerplate With Class"
+HOMEPAGE="http://hackage.haskell.org/package/syb-with-class"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.12.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/syb-with-class/syb-with-class-0.6.1.5.ebuild b/dev-haskell/syb-with-class/syb-with-class-0.6.1.5.ebuild
new file mode 100644
index 000000000000..20871de65681
--- /dev/null
+++ b/dev-haskell/syb-with-class/syb-with-class-0.6.1.5.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.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Scrap Your Boilerplate With Class"
+HOMEPAGE="http://hackage.haskell.org/package/syb-with-class"
+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.6
+"
diff --git a/dev-haskell/syb-with-class/syb-with-class-0.6.1.6.ebuild b/dev-haskell/syb-with-class/syb-with-class-0.6.1.6.ebuild
new file mode 100644
index 000000000000..7aafeef92d2a
--- /dev/null
+++ b/dev-haskell/syb-with-class/syb-with-class-0.6.1.6.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.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Scrap Your Boilerplate With Class"
+HOMEPAGE="http://hackage.haskell.org/package/syb-with-class"
+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.6
+"