diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-02-09 18:54:42 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-02-09 18:54:42 +0000 |
commit | 4d5c7a99e734d1c549ad2f1ad9846955fb37cca4 (patch) | |
tree | b8780ae1b9d730d8326e2960aa83a9406b517670 /dev-haskell/findbin | |
parent | Die on test failure. (diff) | |
download | gentoo-2-4d5c7a99e734d1c549ad2f1ad9846955fb37cca4.tar.gz gentoo-2-4d5c7a99e734d1c549ad2f1ad9846955fb37cca4.tar.bz2 gentoo-2-4d5c7a99e734d1c549ad2f1ad9846955fb37cca4.zip |
A haskell library to 'Locate directory of original program'. A darcs-2.8.4+ depend.
(Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/findbin')
-rw-r--r-- | dev-haskell/findbin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/findbin/findbin-0.0.5-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/findbin/metadata.xml | 14 |
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/findbin/ChangeLog b/dev-haskell/findbin/ChangeLog new file mode 100644 index 000000000000..ee014ff85f6e --- /dev/null +++ b/dev-haskell/findbin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/findbin +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/ChangeLog,v 1.1 2013/02/09 18:54:42 slyfox Exp $ + +*findbin-0.0.5-r1 (09 Feb 2013) + + 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> +findbin-0.0.5-r1.ebuild, + +metadata.xml: + A haskell library to 'Locate directory of original program'. A darcs-2.8.4+ + depend. diff --git a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild new file mode 100644 index 000000000000..287adace71ea --- /dev/null +++ b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/findbin-0.0.5-r1.ebuild,v 1.1 2013/02/09 18:54:42 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="FindBin" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Locate directory of original program" +HOMEPAGE="https://github.com/audreyt/findbin" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-0" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/findbin/metadata.xml b/dev-haskell/findbin/metadata.xml new file mode 100644 index 000000000000..ed2ed106e63c --- /dev/null +++ b/dev-haskell/findbin/metadata.xml @@ -0,0 +1,14 @@ +<?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> + This module locates the full directory to the running program, + to allow the use of paths relative to it. + FindBin supports invocation of Haskell programs via "ghci", + via "runhaskell/runghc", as well as compiled as an executable. + </longdescription> +</pkgmetadata> |