diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-17 20:32:59 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-17 20:32:59 -0500 |
commit | 1190aea6ea72ad0ace21d9b76cac35217a1d6b7a (patch) | |
tree | 721bd759f64b3f345c4494d26fc6932cb7f29cb2 /app-text/delta | |
parent | app-text/delta: drop quotes on EAPI version (diff) | |
download | gentoo-1190aea6ea72ad0ace21d9b76cac35217a1d6b7a.tar.gz gentoo-1190aea6ea72ad0ace21d9b76cac35217a1d6b7a.tar.bz2 gentoo-1190aea6ea72ad0ace21d9b76cac35217a1d6b7a.zip |
app-text/delta: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/delta')
-rw-r--r-- | app-text/delta/delta-20060803.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-text/delta/delta-20060803.ebuild b/app-text/delta/delta-20060803.ebuild deleted file mode 100644 index 59243222f2a5..000000000000 --- a/app-text/delta/delta-20060803.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}" -STUPID_NUM="33566" -DESCRIPTION="Heuristically minimizes interesting files" -HOMEPAGE="http://delta.tigris.org/" -SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_compile() { - rm -f Makefile - tc-export CC - emake topformflat -} - -src_install() { - dobin delta multidelta topformflat - dodoc Readme - dohtml www/* -} |