commit: c437cefe5ddcd1cc7e6807a0965d207767c45a3d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 7 11:22:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 7 11:33:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437cefe
app-arch/torrentzip: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/torrentzip/torrentzip-0.9.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild deleted file mode 100644 index 0aa3083323b..00000000000 --- a/app-arch/torrentzip/torrentzip-0.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Create identical zip archives over multiple systems" -HOMEPAGE="https://sourceforge.net/projects/trrntzip" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - sys-libs/zlib" - -DEPEND=" - ${RDEPEND} - app-arch/unzip" - -DOCS=(README AUTHORS) - -src_prepare() { - default - export CPPFLAGS+=" -DOF\\(args\\)=args" - eautoreconf -}
