summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-14 08:54:47 +0000
committerMark Wright <gienah@gentoo.org>2014-12-14 08:54:47 +0000
commit2e8c6445089eb397039d230afa9f2be69a4e6dc3 (patch)
tree2168de9d73fd995afde66f728e24109785c86087 /dev-haskell
parentBump pointed to 4.1.1 (diff)
downloadgentoo-2-2e8c6445089eb397039d230afa9f2be69a4e6dc3.tar.gz
gentoo-2-2e8c6445089eb397039d230afa9f2be69a4e6dc3.tar.bz2
gentoo-2-2e8c6445089eb397039d230afa9f2be69a4e6dc3.zip
Add executable-path
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/executable-path/ChangeLog9
-rw-r--r--dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild25
-rw-r--r--dev-haskell/executable-path/metadata.xml12
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/executable-path/ChangeLog b/dev-haskell/executable-path/ChangeLog
new file mode 100644
index 000000000000..2a86293acbde
--- /dev/null
+++ b/dev-haskell/executable-path/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/executable-path
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/executable-path/ChangeLog,v 1.1 2014/12/14 08:54:47 gienah Exp $
+
+*executable-path-0.0.3-r1 (14 Dec 2014)
+
+ 14 Dec 2014; Mark Wright <gienah@gentoo.org> +executable-path-0.0.3-r1.ebuild,
+ +metadata.xml:
+ Add executable-path
diff --git a/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild b/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild
new file mode 100644
index 000000000000..3f71b48888a9
--- /dev/null
+++ b/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild,v 1.1 2014/12/14 08:54:47 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Finding out the full path of the executable"
+HOMEPAGE="http://code.haskell.org/~bkomuves/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2
+"
diff --git a/dev-haskell/executable-path/metadata.xml b/dev-haskell/executable-path/metadata.xml
new file mode 100644
index 000000000000..680590a4c51f
--- /dev/null
+++ b/dev-haskell/executable-path/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ The documentation of &quot;System.Environment.getProgName&quot; says that
+ \&quot;However, this is hard-to-impossible to implement on some non-Unix OSes,
+ so instead, for maximum portability, we just return the leafname
+ of the program as invoked.\&quot;
+ This library tries to provide the missing path.
+ </longdescription>
+</pkgmetadata>