summaryrefslogtreecommitdiff
path: root/dev-haskell/findbin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/findbin
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/findbin')
-rw-r--r--dev-haskell/findbin/Manifest3
-rw-r--r--dev-haskell/findbin/findbin-0.0.5-r1.ebuild27
-rw-r--r--dev-haskell/findbin/metadata.xml17
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/findbin/Manifest b/dev-haskell/findbin/Manifest
new file mode 100644
index 000000000000..4a3ca4af2fd3
--- /dev/null
+++ b/dev-haskell/findbin/Manifest
@@ -0,0 +1,3 @@
+DIST FindBin-0.0.5.tar.gz 2277 BLAKE2B e63fb63739f1418d43fabd919276e9b4fe4ba91e2b8d961df232e824443d0f39ab7dc9ef55f4628f22216e312f1d7a8e81a6d8bb9f748fce8ba17ea6880eadf9 SHA512 427eff520ea9b88bc928d4330d4550d1d7d2254512e63cc8afad5f45b94a58cf4758a704db5b8ca4dd33f5bfced6557965192bd41d621a33eecc0c517548fa9a
+EBUILD findbin-0.0.5-r1.ebuild 634 BLAKE2B c1478801c42a2331aa543ae9112b21202b3a6eb6888c96b56b5182a382a8f88365eaeb0f53fe5ddc92bf9f08a10daa6502e4e1279939c6bfaa1a1b301f5dedd2 SHA512 f7a6df145345a2c32196dcb92f0d2ab8ac74355befe2d76756e0b983dd41bd01c4bc868b2a5e6ee2028dfebeb220ac012d3095171606d05d2b1fbdbfb276df69
+MISC metadata.xml 604 BLAKE2B cc6f08be08301d38a1d361d186e345df487482806e3e3686f92f8b078d650524efa4e4c81308e2e19c2ce22d750975e5e39685ef1dde0975223600b2cc725a84 SHA512 b67a98cde7a83d63a13c7b3760866638a35cd115c8157d373d0a38dfe30fa9f52d1204f7fd28abeb62ba3c991fe86438aab8b2c8511eb429fe39c35f3a7a8ae3
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..270281145216
--- /dev/null
+++ b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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..10897c810b1a
--- /dev/null
+++ b/dev-haskell/findbin/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </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>
+ <upstream>
+ <remote-id type="github">audreyt/findbin</remote-id>
+ </upstream>
+</pkgmetadata>