summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-14 20:33:38 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-14 20:33:38 +0000
commit063f0ecbf05987ceadb90c01fab5d96070780cb0 (patch)
tree07f420641fd22d0a7210904d0eb625e170a2c7a0 /gnustep-apps
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-063f0ecbf05987ceadb90c01fab5d96070780cb0.tar.gz
gentoo-2-063f0ecbf05987ceadb90c01fab5d96070780cb0.tar.bz2
gentoo-2-063f0ecbf05987ceadb90c01fab5d96070780cb0.zip
Original package import; keyworded for ~ppc
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/zipper/ChangeLog10
-rw-r--r--gnustep-apps/zipper/Manifest4
-rw-r--r--gnustep-apps/zipper/files/digest-zipper-0.91
-rw-r--r--gnustep-apps/zipper/metadata.xml11
-rw-r--r--gnustep-apps/zipper/zipper-0.9.ebuild27
5 files changed, 53 insertions, 0 deletions
diff --git a/gnustep-apps/zipper/ChangeLog b/gnustep-apps/zipper/ChangeLog
new file mode 100644
index 000000000000..c37cd1ad12ac
--- /dev/null
+++ b/gnustep-apps/zipper/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for gnustep-apps/zipper
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/ChangeLog,v 1.1 2004/11/14 20:33:38 fafhrd Exp $
+
+*zipper-0.9 (14 Nov 2004)
+
+ 14 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml,
+ +zipper-0.9.ebuild:
+ Orignal package import; keyworded for ~ppc
+
diff --git a/gnustep-apps/zipper/Manifest b/gnustep-apps/zipper/Manifest
new file mode 100644
index 000000000000..5ae34936623c
--- /dev/null
+++ b/gnustep-apps/zipper/Manifest
@@ -0,0 +1,4 @@
+MD5 c4d5367a1b0c8ebe12c5fa9928d82151 zipper-0.9.ebuild 594
+MD5 a0623b4967811b77255199b911ef439a ChangeLog 283
+MD5 f0c1a3e84c7a6a0fa21a336753d8f12e metadata.xml 348
+MD5 29e7a0f55bca915cfe4cb970a5383252 files/digest-zipper-0.9 62
diff --git a/gnustep-apps/zipper/files/digest-zipper-0.9 b/gnustep-apps/zipper/files/digest-zipper-0.9
new file mode 100644
index 000000000000..1df714ab834c
--- /dev/null
+++ b/gnustep-apps/zipper/files/digest-zipper-0.9
@@ -0,0 +1 @@
+MD5 657523f39f22914c5673886d4629ac68 Zipper-0.9.tar.gz 362225
diff --git a/gnustep-apps/zipper/metadata.xml b/gnustep-apps/zipper/metadata.xml
new file mode 100644
index 000000000000..e7ce6db938b5
--- /dev/null
+++ b/gnustep-apps/zipper/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnustep</herd>
+<maintainer>
+ <email>fafhrd@gentoo.org</email>
+</maintainer>
+<longdescription>
+Zipper is a tool for inspecting the contents of a compressed archive and for extracting.
+</longdescription>
+</pkgmetadata>
diff --git a/gnustep-apps/zipper/zipper-0.9.ebuild b/gnustep-apps/zipper/zipper-0.9.ebuild
new file mode 100644
index 000000000000..b2669afea7d3
--- /dev/null
+++ b/gnustep-apps/zipper/zipper-0.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-0.9.ebuild,v 1.1 2004/11/14 20:33:38 fafhrd Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/${PN/z/Z}
+
+DESCRIPTION="Zipper is a tool for inspecting the contents of a compressed archive and for extracting."
+HOMEPAGE="http://xanthippe.dyndns.org/Zipper/"
+SRC_URI="http://xanthippe.dyndns.org/Zipper/${P/z/Z}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}
+ gnustep-libs/objcunit"
+RDEPEND="${GS_RDEPEND}
+ app-arch/tar
+ app-arch/unzip
+ app-arch/lha
+ app-arch/unlzx"
+# what to do about rar? unrar doesn't seem to work right, and rar is intel only
+
+egnustep_install_domain "System"
+