diff options
| author | Aaron Bauman <bman@gentoo.org> | 2019-12-13 19:55:48 -0500 |
|---|---|---|
| committer | Aaron Bauman <bman@gentoo.org> | 2019-12-13 19:55:48 -0500 |
| commit | 8a269baaaf50768931464c957aa38fa2fd9f07ea (patch) | |
| tree | 59affe0ec1d821991e270ed2d668c5f0ccc35c4a /dev-haskell/diff/diff-0.1.3.ebuild | |
| parent | 80cc682bd320c0d0763fa1b4bdc1c3ae577824c8 (diff) | |
| download | gentoo-8a269baaaf50768931464c957aa38fa2fd9f07ea.tar.gz gentoo-8a269baaaf50768931464c957aa38fa2fd9f07ea.tar.bz2 gentoo-8a269baaaf50768931464c957aa38fa2fd9f07ea.zip | |
dev-haskell/diff: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell/diff/diff-0.1.3.ebuild')
| -rw-r--r-- | dev-haskell/diff/diff-0.1.3.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-haskell/diff/diff-0.1.3.ebuild b/dev-haskell/diff/diff-0.1.3.ebuild deleted file mode 100644 index f2101d15082c..000000000000 --- a/dev-haskell/diff/diff-0.1.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# ebuild generated by hackport 0.2.17.9999 - -EAPI=4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -MY_PN="Diff" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="O(ND) diff algorithm in haskell" -HOMEPAGE="http://hackage.haskell.org/package/Diff" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -S="${WORKDIR}/${MY_P}" |
