summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 11:43:18 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 11:43:18 +0000
commit008c298d0e31263bfa9680aab71f1d20f5a819bb (patch)
tree258654db48bb8ed7cdcecab2ef45d3901d74daaa /dev-haskell/path-pieces
parentdev-haskell/file-location: initial layout (diff)
downloadgentoo-2-008c298d0e31263bfa9680aab71f1d20f5a819bb.tar.gz
gentoo-2-008c298d0e31263bfa9680aab71f1d20f5a819bb.tar.bz2
gentoo-2-008c298d0e31263bfa9680aab71f1d20f5a819bb.zip
dev-haskell/path-pieces: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/path-pieces')
-rw-r--r--dev-haskell/path-pieces/ChangeLog9
-rw-r--r--dev-haskell/path-pieces/metadata.xml11
-rw-r--r--dev-haskell/path-pieces/path-pieces-0.1.2.ebuild30
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/path-pieces/ChangeLog b/dev-haskell/path-pieces/ChangeLog
new file mode 100644
index 000000000000..e1c3603ea894
--- /dev/null
+++ b/dev-haskell/path-pieces/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/path-pieces
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.1 2013/08/26 11:43:18 qnikst Exp $
+
+*path-pieces-0.1.2 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml,
+ +path-pieces-0.1.2.ebuild:
+ dev-haskell/path-pieces: initial layout
diff --git a/dev-haskell/path-pieces/metadata.xml b/dev-haskell/path-pieces/metadata.xml
new file mode 100644
index 000000000000..ed5d85dd27ed
--- /dev/null
+++ b/dev-haskell/path-pieces/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ Components of paths.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/path-pieces/path-pieces-0.1.2.ebuild b/dev-haskell/path-pieces/path-pieces-0.1.2.ebuild
new file mode 100644
index 000000000000..5497b20ff6c6
--- /dev/null
+++ b/dev-haskell/path-pieces/path-pieces-0.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 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.2.ebuild,v 1.1 2013/08/26 11:43:18 qnikst Exp $
+
+EAPI=4
+
+# ebuild generated by hackport 0.2.18.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"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-0.5[profile?]
+ <dev-haskell/text-0.12[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ test? ( =dev-haskell/file-location-0.4*
+ >=dev-haskell/hspec-1.3
+ dev-haskell/hunit
+ dev-haskell/quickcheck
+ )
+ >=dev-haskell/cabal-1.8"