Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/torrentzip/
Date: Thu, 07 Jan 2021 11:33:32
Message-Id: 1610019196.c437cefe5ddcd1cc7e6807a0965d207767c45a3d.sam@gentoo
1 commit: c437cefe5ddcd1cc7e6807a0965d207767c45a3d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 11:22:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 11:33:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437cefe
7
8 app-arch/torrentzip: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-arch/torrentzip/torrentzip-0.9.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild
17 deleted file mode 100644
18 index 0aa3083323b..00000000000
19 --- a/app-arch/torrentzip/torrentzip-0.9.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="Create identical zip archives over multiple systems"
30 -HOMEPAGE="https://sourceforge.net/projects/trrntzip"
31 -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - sys-libs/zlib"
40 -
41 -DEPEND="
42 - ${RDEPEND}
43 - app-arch/unzip"
44 -
45 -DOCS=(README AUTHORS)
46 -
47 -src_prepare() {
48 - default
49 - export CPPFLAGS+=" -DOF\\(args\\)=args"
50 - eautoreconf
51 -}