summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-06-20 05:08:58 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-06-20 05:08:58 +0000
commit15907fc8a6e24c95ebcadd46a13471b8f914cef2 (patch)
tree9427fc1d474bc9f6151cdf76881ccc86f0ce7d76 /dev-haskell/system-filepath
parentadd sendfile-0.7.9 due to #473858 (diff)
downloadgentoo-2-15907fc8a6e24c95ebcadd46a13471b8f914cef2.tar.gz
gentoo-2-15907fc8a6e24c95ebcadd46a13471b8f914cef2.tar.bz2
gentoo-2-15907fc8a6e24c95ebcadd46a13471b8f914cef2.zip
add system-filepath-0.4.7-r1 due to #473858
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/system-filepath')
-rw-r--r--dev-haskell/system-filepath/ChangeLog9
-rw-r--r--dev-haskell/system-filepath/metadata.xml11
-rw-r--r--dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild27
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/system-filepath/ChangeLog b/dev-haskell/system-filepath/ChangeLog
new file mode 100644
index 000000000000..24912a17c701
--- /dev/null
+++ b/dev-haskell/system-filepath/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/system-filepath
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.1 2013/06/20 05:08:58 qnikst Exp $
+
+*system-filepath-0.4.7-r1 (20 Jun 2013)
+
+ 20 Jun 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml,
+ +system-filepath-0.4.7-r1.ebuild:
+ add system-filepath-0.4.7-r1 due to #473858
diff --git a/dev-haskell/system-filepath/metadata.xml b/dev-haskell/system-filepath/metadata.xml
new file mode 100644
index 000000000000..1cffcb6a0a3d
--- /dev/null
+++ b/dev-haskell/system-filepath/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>
+ High-level, byte-based file and directory path manipulations
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild
new file mode 100644
index 000000000000..29df59f35603
--- /dev/null
+++ b/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild,v 1.1 2013/06/20 05:08:58 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="High-level, byte-based file and directory path manipulations"
+HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/deepseq-1.1:=[profile?]
+ <dev-haskell/deepseq-1.4:=[profile?]
+ >=dev-haskell/text-0.7.1:=[profile?]
+ <dev-haskell/text-0.12:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"