summaryrefslogtreecommitdiff
path: root/dev-haskell/findbin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/findbin
parentd87262dd706fec50cd150aab3e93883b6337466d (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, 0 insertions, 47 deletions
diff --git a/dev-haskell/findbin/Manifest b/dev-haskell/findbin/Manifest
deleted file mode 100644
index 4a3ca4af2fd3..000000000000
--- a/dev-haskell/findbin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 270281145216..000000000000
--- a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
deleted file mode 100644
index 10897c810b1a..000000000000
--- a/dev-haskell/findbin/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>