summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2003-11-27 18:14:07 +0000
committerHanno Böck <hanno@gentoo.org>2003-11-27 18:14:07 +0000
commite0758503949896dee82d8a705514b527feb57696 (patch)
tree1f9edeb549dd2265943807f6831a69249bc2280c /app-arch/unp
parentx86 stable (diff)
downloadgentoo-2-e0758503949896dee82d8a705514b527feb57696.tar.gz
gentoo-2-e0758503949896dee82d8a705514b527feb57696.tar.bz2
gentoo-2-e0758503949896dee82d8a705514b527feb57696.zip
added unp package
Diffstat (limited to 'app-arch/unp')
-rw-r--r--app-arch/unp/ChangeLog9
-rw-r--r--app-arch/unp/Manifest3
-rw-r--r--app-arch/unp/files/digest-unp-1.0.81
-rw-r--r--app-arch/unp/unp-1.0.8.ebuild21
4 files changed, 34 insertions, 0 deletions
diff --git a/app-arch/unp/ChangeLog b/app-arch/unp/ChangeLog
new file mode 100644
index 000000000000..42c7f0c1bf02
--- /dev/null
+++ b/app-arch/unp/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-arch/unp
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.1 2003/11/27 18:13:52 hanno Exp $
+
+*unp-1.0.8 (27 Nov 2003)
+
+ 27 Nov 2003; Hanno Boeck <hanno@gentoo.org> unp-1.0.8.ebuild:
+ Added unp, a generic unpacking script.
+
diff --git a/app-arch/unp/Manifest b/app-arch/unp/Manifest
new file mode 100644
index 000000000000..5332a3e83c11
--- /dev/null
+++ b/app-arch/unp/Manifest
@@ -0,0 +1,3 @@
+MD5 7c211dd10866962039f67d5fbd72ddc6 unp-1.0.8.ebuild 556
+MD5 a3c963fcb68b15c6603c0db098119aa8 ChangeLog 337
+MD5 795ceb6b594381cf3ecff73d5bd70cd4 files/digest-unp-1.0.8 59
diff --git a/app-arch/unp/files/digest-unp-1.0.8 b/app-arch/unp/files/digest-unp-1.0.8
new file mode 100644
index 000000000000..f329f5033852
--- /dev/null
+++ b/app-arch/unp/files/digest-unp-1.0.8
@@ -0,0 +1 @@
+MD5 ca2251f5f70d0d81f8ac2d48300bbfed unp_1.0.8.tar.gz 7064
diff --git a/app-arch/unp/unp-1.0.8.ebuild b/app-arch/unp/unp-1.0.8.ebuild
new file mode 100644
index 000000000000..66445c780181
--- /dev/null
+++ b/app-arch/unp/unp-1.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.8.ebuild,v 1.1 2003/11/27 18:13:52 hanno Exp $
+
+DESCRIPTION="Script for unpacking various file formats"
+HOMEPAGE="http://packages.qa.debian.org/u/unp.html"
+SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lang/perl"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ dobin unp
+}