summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/zipper/Manifest2
-rw-r--r--gnustep-apps/zipper/zipper-1.3.ebuild27
-rw-r--r--gnustep-apps/zipper/zipper-1.4.ebuild26
3 files changed, 0 insertions, 55 deletions
diff --git a/gnustep-apps/zipper/Manifest b/gnustep-apps/zipper/Manifest
index 04bc5ea298d9..d4350c254622 100644
--- a/gnustep-apps/zipper/Manifest
+++ b/gnustep-apps/zipper/Manifest
@@ -1,3 +1 @@
-DIST Zipper-1.3.tar.gz 470821 SHA256 fd6df5f8aef351282147a2820bd39b4b8c7561e42e743008c19e3f733d678931 SHA512 ae12f04f32e2db9e981e8e51be10f67e93a8fc02cacefc0a973fb7346503cae34ce25b954adddcb6ffd2e37deaab73f6ef8134bdd56c03b806d45cbbf6ff2e8c WHIRLPOOL 5dd3f56b717ea45e2a5564d7b6b15dff189d3af4dbf917ef1801127a5e626b53dbc191eb4538d047c4c51c7d25b893b4a58c3a8736025a238996ef5dd6bd80af
-DIST Zipper-1.4.tar.gz 77505 SHA256 845af38826811d844d666efe6269c1f8555913d907027d98cb347df940006941 SHA512 ca43dac6f8a562ab4d8f7c8d7401f409f32146961cbf475d625244fb7f352ac5c32e1ac987280c9d409d3acc6f2cc8173a8f6392360e8d86432f115d90a3c357 WHIRLPOOL 4a7eaa7a1ef76f8ece00786235b16bcb4fd12e0e79c407fdec4c075183ca57b18c49d6f88d286ff385d68092aea5ee46fd2c2f91039fc02766aa52e6f906c8d7
DIST Zipper-1.5.tar.gz 81557 SHA256 3ecf9cd7e2242c62e38a4933ce4f3da35e90f52ca94ac030a1f2a717e6561392 SHA512 4b3353c0513f6fb4431778d03a4f980a592d19bbb3dcaface5c618b88a9c76bb7d067cca38fe20ccafc6c3636cd6b2e17b2a2e273673b2ba1153faa6f68ef348 WHIRLPOOL fe45e34d9f56a0b5dafc5a16c3bf29b2601a6bcb9c49c4a3bf40980264702c7e99c0d9579f27e02472d51a4d88e54eb1f1be40e4c938d73657e863912e381145
diff --git a/gnustep-apps/zipper/zipper-1.3.ebuild b/gnustep-apps/zipper/zipper-1.3.ebuild
deleted file mode 100644
index b66e85ef48b0..000000000000
--- a/gnustep-apps/zipper/zipper-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/z/Z}
-
-DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://xanthippe.dyndns.org/Zipper/"
-SRC_URI="http://xanthippe.dyndns.org/Zipper/${P/z/Z}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="gnustep-libs/renaissance"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- gnustep-base_pkg_postinst
-
- elog "Optional archives programs zipper can use:"
- elog "app-arch/unzip (ZIP files)"
- elog "app-arch/lha (LZH archives)"
- elog "app-arch/unlzx (Amiga LZX archives)"
- elog "app-arch/rar (RAR files)"
-}
diff --git a/gnustep-apps/zipper/zipper-1.4.ebuild b/gnustep-apps/zipper/zipper-1.4.ebuild
deleted file mode 100644
index 6450601e046c..000000000000
--- a/gnustep-apps/zipper/zipper-1.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit gnustep-2
-
-S=${WORKDIR}/${P/z/Z}
-
-DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://gap.nongnu.org/zipper"
-SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-pkg_postinst() {
- gnustep-base_pkg_postinst
-
- elog "Optional archives programs zipper can use:"
- elog "app-arch/unzip (ZIP files)"
- elog "app-arch/lha (LZH archives)"
- elog "app-arch/unlzx (Amiga LZX archives)"
- elog "app-arch/rar (RAR files)"
-}