summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-23 08:16:14 +0000
committerMark Wright <gienah@gentoo.org>2014-12-23 08:16:14 +0000
commite555de725ad60be339faedf726eb1321d4e68bc3 (patch)
tree62e72bd0976c95b064330f2815d93a28a670b786 /dev-haskell/path-pieces
parentStable for HPPA (bug #533350). (diff)
downloadgentoo-2-e555de725ad60be339faedf726eb1321d4e68bc3.tar.gz
gentoo-2-e555de725ad60be339faedf726eb1321d4e68bc3.tar.bz2
gentoo-2-e555de725ad60be339faedf726eb1321d4e68bc3.zip
Bump path-pieces to 0.1.5
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/path-pieces')
-rw-r--r--dev-haskell/path-pieces/ChangeLog7
-rw-r--r--dev-haskell/path-pieces/path-pieces-0.1.5.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/path-pieces/ChangeLog b/dev-haskell/path-pieces/ChangeLog
index 7392ac516df2..01a6217ca2dc 100644
--- a/dev-haskell/path-pieces/ChangeLog
+++ b/dev-haskell/path-pieces/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/path-pieces
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.6 2014/12/14 05:30:11 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.7 2014/12/23 08:16:14 gienah Exp $
+
+*path-pieces-0.1.5 (23 Dec 2014)
+
+ 23 Dec 2014; Mark Wright <gienah@gentoo.org> +path-pieces-0.1.5.ebuild:
+ Bump path-pieces to 0.1.5
*path-pieces-0.1.4 (14 Dec 2014)
diff --git a/dev-haskell/path-pieces/path-pieces-0.1.5.ebuild b/dev-haskell/path-pieces/path-pieces-0.1.5.ebuild
new file mode 100644
index 000000000000..9bf50284c292
--- /dev/null
+++ b/dev-haskell/path-pieces/path-pieces-0.1.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.1.5.ebuild,v 1.1 2014/12/23 08:16:14 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Components of paths"
+HOMEPAGE="http://hackage.haskell.org/package/path-pieces"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-0.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/hunit
+ dev-haskell/quickcheck )
+"