summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-05-26 03:58:33 +0000
committerMark Wright <gienah@gentoo.org>2013-05-26 03:58:33 +0000
commit4ced1f22b03230b441267c2bb33704086206e1d6 (patch)
treedfa2d0f4de81842d43746b62fc2af25b11d78ef0 /dev-haskell/split
parentfixing for new svn location, and unhijacking the misguided subversion_src_pre... (diff)
downloadgentoo-2-4ced1f22b03230b441267c2bb33704086206e1d6.tar.gz
gentoo-2-4ced1f22b03230b441267c2bb33704086206e1d6.tar.bz2
gentoo-2-4ced1f22b03230b441267c2bb33704086206e1d6.zip
Bump split to 0.2.2
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/split')
-rw-r--r--dev-haskell/split/ChangeLog7
-rw-r--r--dev-haskell/split/split-0.2.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/split/ChangeLog b/dev-haskell/split/ChangeLog
index 1916c31e2839..2749c033ae23 100644
--- a/dev-haskell/split/ChangeLog
+++ b/dev-haskell/split/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/split
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v 1.19 2013/04/26 09:18:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v 1.20 2013/05/26 03:58:33 gienah Exp $
+
+*split-0.2.2 (26 May 2013)
+
+ 26 May 2013; Mark Wright <gienah@gentoo.org> +split-0.2.2.ebuild:
+ Bump split to 0.2.2
26 Apr 2013; Agostino Sarubbo <ago@gentoo.org> split-0.2.1.1.ebuild:
Stable for sparc, wrt bug #456512
diff --git a/dev-haskell/split/split-0.2.2.ebuild b/dev-haskell/split/split-0.2.2.ebuild
new file mode 100644
index 000000000000..168e6099dca9
--- /dev/null
+++ b/dev-haskell/split/split-0.2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild,v 1.1 2013/05/26 03:58:33 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Combinator library for splitting lists."
+HOMEPAGE="http://hackage.haskell.org/package/split"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/quickcheck-2.4
+ )"