summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-11 15:40:54 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-11 15:40:54 +0000
commit8300385bc874cf0a6188a5236afe80cc5a571522 (patch)
tree292c53113cc30653f5875ab53c89eaa07f3cdab1 /dev-haskell/drift
parentPCRE bindings for haskell (ganeti depend: #491214). (diff)
downloadgentoo-2-8300385bc874cf0a6188a5236afe80cc5a571522.tar.gz
gentoo-2-8300385bc874cf0a6188a5236afe80cc5a571522.tar.bz2
gentoo-2-8300385bc874cf0a6188a5236afe80cc5a571522.zip
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/drift')
-rw-r--r--dev-haskell/drift/ChangeLog9
-rw-r--r--dev-haskell/drift/drift-2.4.2.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-haskell/drift/ChangeLog b/dev-haskell/drift/ChangeLog
index 2f20870a3485..72c571fdae90 100644
--- a/dev-haskell/drift/ChangeLog
+++ b/dev-haskell/drift/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/drift
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v 1.28 2012/12/20 21:48:09 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v 1.29 2014/08/11 15:40:54 slyfox Exp $
+
+*drift-2.4.2 (11 Aug 2014)
+
+ 11 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> +drift-2.4.2.ebuild:
+ Version bump.
20 Dec 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer, bug #81411
diff --git a/dev-haskell/drift/drift-2.4.2.ebuild b/dev-haskell/drift/drift-2.4.2.ebuild
new file mode 100644
index 000000000000..b2f5b382c7de
--- /dev/null
+++ b/dev-haskell/drift/drift-2.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/drift-2.4.2.ebuild,v 1.1 2014/08/11 15:40:54 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="DrIFT"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Program to derive type class instances"
+HOMEPAGE="http://repetae.net/computer/haskell/DrIFT/"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/random:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
+
+S="${WORKDIR}/${MY_P}"