Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/delta/
Date: Mon, 18 Nov 2019 01:33:28
Message-Id: 1574040779.1190aea6ea72ad0ace21d9b76cac35217a1d6b7a.bman@gentoo
1 commit: 1190aea6ea72ad0ace21d9b76cac35217a1d6b7a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 01:32:59 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 01:32:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190aea6
7
8 app-text/delta: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/delta/delta-20060803.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/app-text/delta/delta-20060803.ebuild b/app-text/delta/delta-20060803.ebuild
16 deleted file mode 100644
17 index 59243222f2a..00000000000
18 --- a/app-text/delta/delta-20060803.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="4"
25 -
26 -inherit toolchain-funcs
27 -
28 -MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
29 -STUPID_NUM="33566"
30 -DESCRIPTION="Heuristically minimizes interesting files"
31 -HOMEPAGE="http://delta.tigris.org/"
32 -SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_PV}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
37 -IUSE=""
38 -
39 -DEPEND="dev-lang/perl"
40 -RDEPEND=""
41 -
42 -S=${WORKDIR}/${PN}-${MY_PV}
43 -
44 -src_compile() {
45 - rm -f Makefile
46 - tc-export CC
47 - emake topformflat
48 -}
49 -
50 -src_install() {
51 - dobin delta multidelta topformflat
52 - dodoc Readme
53 - dohtml www/*
54 -}