summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-04-17 09:37:32 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-04-17 09:37:32 +0000
commitafbafd9ecdd3ad294a4aa33a031961463a92a7e4 (patch)
treef3c65189e38a2b0d0967c9f0805e8655de467a23 /gnustep-apps/zipper
parentFix bug #208840. Remove mod_gzipfs, too old, breaks compile. (diff)
downloadgentoo-2-afbafd9ecdd3ad294a4aa33a031961463a92a7e4.tar.gz
gentoo-2-afbafd9ecdd3ad294a4aa33a031961463a92a7e4.tar.bz2
gentoo-2-afbafd9ecdd3ad294a4aa33a031961463a92a7e4.zip
Version bump, only bugfixes
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'gnustep-apps/zipper')
-rw-r--r--gnustep-apps/zipper/ChangeLog7
-rw-r--r--gnustep-apps/zipper/zipper-1.3.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/gnustep-apps/zipper/ChangeLog b/gnustep-apps/zipper/ChangeLog
index 09fe985bd055..e083b4730499 100644
--- a/gnustep-apps/zipper/ChangeLog
+++ b/gnustep-apps/zipper/ChangeLog
@@ -1,6 +1,11 @@
# 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.12 2008/03/08 13:55:13 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/ChangeLog,v 1.13 2008/04/17 09:37:32 voyageur Exp $
+
+*zipper-1.3 (17 Apr 2008)
+
+ 17 Apr 2008; Bernard Cafarelli <voyageur@gentoo.org> +zipper-1.3.ebuild:
+ Version bump, bugfixes
08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> zipper-1.2.ebuild:
amd64 stable wrt bug #207381
diff --git a/gnustep-apps/zipper/zipper-1.3.ebuild b/gnustep-apps/zipper/zipper-1.3.ebuild
new file mode 100644
index 000000000000..f932dc539caa
--- /dev/null
+++ b/gnustep-apps/zipper/zipper-1.3.ebuild
@@ -0,0 +1,27 @@
+# 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.3.ebuild,v 1.1 2008/04/17 09:37:32 voyageur 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)"
+}