summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-06-20 06:12:40 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-06-20 06:12:40 +0000
commit1d693923b0df023bab79f18195e7ef6499e9e71f (patch)
tree0802f3e68d32ca71e249324c6caee3ba2aca87de /dev-haskell/syb-with-class
parentadd 0.6 due to #473858 (diff)
downloadgentoo-2-1d693923b0df023bab79f18195e7ef6499e9e71f.tar.gz
gentoo-2-1d693923b0df023bab79f18195e7ef6499e9e71f.tar.bz2
gentoo-2-1d693923b0df023bab79f18195e7ef6499e9e71f.zip
add 0.6.1.4 due to #473858
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/syb-with-class')
-rw-r--r--dev-haskell/syb-with-class/ChangeLog9
-rw-r--r--dev-haskell/syb-with-class/metadata.xml12
-rw-r--r--dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild23
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-haskell/syb-with-class/ChangeLog b/dev-haskell/syb-with-class/ChangeLog
new file mode 100644
index 000000000000..da4b19f7e200
--- /dev/null
+++ b/dev-haskell/syb-with-class/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/syb-with-class
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb-with-class/ChangeLog,v 1.1 2013/06/20 06:12:40 qnikst Exp $
+
+*syb-with-class-0.6.1.4-r1 (20 Jun 2013)
+
+ 20 Jun 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml,
+ +syb-with-class-0.6.1.4-r1.ebuild:
+ add 0.6.1.4 due to #473858
diff --git a/dev-haskell/syb-with-class/metadata.xml b/dev-haskell/syb-with-class/metadata.xml
new file mode 100644
index 000000000000..527e639d819b
--- /dev/null
+++ b/dev-haskell/syb-with-class/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <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..86537463ed2b
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild,v 1.1 2013/06/20 06:12:40 qnikst Exp $
+
+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"