diff options
-rw-r--r-- | dev-haskell/executable-path/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/executable-path/metadata.xml | 12 |
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 "System.Environment.getProgName" says that + \"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.\" + This library tries to provide the missing path. + </longdescription> +</pkgmetadata> |