diff options
author | 2010-02-10 21:45:26 +0000 | |
---|---|---|
committer | 2010-02-10 21:45:26 +0000 | |
commit | c4e46838ba6979407c1164462c13196f4869fb48 (patch) | |
tree | 23b811c3f155ce5dd3213bc8c8b231e1eec993fc /gnustep-apps/zipper | |
parent | Make okular bindings optional instead of automagic (diff) | |
download | historical-c4e46838ba6979407c1164462c13196f4869fb48.tar.gz historical-c4e46838ba6979407c1164462c13196f4869fb48.tar.bz2 historical-c4e46838ba6979407c1164462c13196f4869fb48.zip |
Drop old version
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps/zipper')
-rw-r--r-- | gnustep-apps/zipper/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/zipper/zipper-1.2.ebuild | 27 | ||||
-rw-r--r-- | gnustep-apps/zipper/zipper-1.3.ebuild | 5 |
3 files changed, 8 insertions, 31 deletions
diff --git a/gnustep-apps/zipper/ChangeLog b/gnustep-apps/zipper/ChangeLog index b18f4382b58a..841a506c57e2 100644 --- a/gnustep-apps/zipper/ChangeLog +++ b/gnustep-apps/zipper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/zipper -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/ChangeLog,v 1.15 2008/09/21 15:47:15 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/ChangeLog,v 1.16 2010/02/10 21:45:26 voyageur Exp $ + + 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> -zipper-1.2.ebuild: + Drop old version 21 Sep 2008; nixnut <nixnut@gentoo.org> zipper-1.3.ebuild: Stable on ppc wrt bug 235922 diff --git a/gnustep-apps/zipper/zipper-1.2.ebuild b/gnustep-apps/zipper/zipper-1.2.ebuild deleted file mode 100644 index 51a2e3367b8b..000000000000 --- a/gnustep-apps/zipper/zipper-1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-1.2.ebuild,v 1.4 2008/03/08 13:55:13 coldwind Exp $ - -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" - -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.3.ebuild b/gnustep-apps/zipper/zipper-1.3.ebuild index 3a98d3309000..3e86e3ea572b 100644 --- a/gnustep-apps/zipper/zipper-1.3.ebuild +++ b/gnustep-apps/zipper/zipper-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-1.3.ebuild,v 1.3 2008/09/21 15:47:15 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-1.3.ebuild,v 1.4 2010/02/10 21:45:26 voyageur Exp $ inherit gnustep-2 @@ -12,6 +12,7 @@ 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}" |