summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-07 11:22:16 +0000
committerSam James <sam@gentoo.org>2021-01-07 11:33:16 +0000
commitc437cefe5ddcd1cc7e6807a0965d207767c45a3d (patch)
treeebfd2e9d40005ea85bc42c78959b588407e011ed /app-arch
parentdev-lang/coffee-script: cleanup old (diff)
downloadgentoo-c437cefe5ddcd1cc7e6807a0965d207767c45a3d.tar.gz
gentoo-c437cefe5ddcd1cc7e6807a0965d207767c45a3d.tar.bz2
gentoo-c437cefe5ddcd1cc7e6807a0965d207767c45a3d.zip
app-arch/torrentzip: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/torrentzip/torrentzip-0.9.ebuild30
1 files changed, 0 insertions, 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 0aa3083323bf..000000000000
--- 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
-}