summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-19 21:54:02 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-19 21:54:02 +0000
commit43ab90258c41398984e021e27eb46eb5927bf44e (patch)
tree15babd69ecf11e59a4cc9403a57d5e2e4fa66682 /app-arch
parentnet-p2p/dchub: initial import, closes bug #5221 (diff)
downloadgentoo-2-43ab90258c41398984e021e27eb46eb5927bf44e.tar.gz
gentoo-2-43ab90258c41398984e021e27eb46eb5927bf44e.tar.bz2
gentoo-2-43ab90258c41398984e021e27eb46eb5927bf44e.zip
New package. Fixes #4745. Submitted by F. Kooman
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/unarj/ChangeLog13
-rw-r--r--app-arch/unarj/files/digest-unarj-2.63a1
-rw-r--r--app-arch/unarj/unarj-2.63a.ebuild24
3 files changed, 38 insertions, 0 deletions
diff --git a/app-arch/unarj/ChangeLog b/app-arch/unarj/ChangeLog
new file mode 100644
index 000000000000..e5078c2e8177
--- /dev/null
+++ b/app-arch/unarj/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-arch/unarj
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/ChangeLog,v 1.1 2002/07/19 21:54:02 rphillips Exp $
+
+*unarj-2.63a (19 Jul 2002)
+
+ 19 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/app-arch/unarj/files/digest-unarj-2.63a b/app-arch/unarj/files/digest-unarj-2.63a
new file mode 100644
index 000000000000..ea9a48b49669
--- /dev/null
+++ b/app-arch/unarj/files/digest-unarj-2.63a
@@ -0,0 +1 @@
+MD5 a83d139c245f911f22cb1b611ec9768f unarj-2.63a.tar.gz 24979
diff --git a/app-arch/unarj/unarj-2.63a.ebuild b/app-arch/unarj/unarj-2.63a.ebuild
new file mode 100644
index 000000000000..af2eabc90dd3
--- /dev/null
+++ b/app-arch/unarj/unarj-2.63a.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a.ebuild,v 1.1 2002/07/19 21:54:02 rphillips Exp $
+
+# Free to use unarj utility. Can be distributed but copyright has to remain
+# intact.
+
+DESCRIPTION="Utility for opening arj archives."
+HOMEPAGE="http://ibiblio.org/pub/Linux/utils/compress/"
+LICENSE="arj"
+DEPEND="virtual/glibc"
+SRC_URI="http://ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz"
+SLOT="0"
+KEYWORDS="x86"
+
+src_compile () {
+ emake || die
+}
+
+src_install () {
+ insinto /opt/bin
+ doins unarj
+ dodoc unarj.txt technote.txt readme.txt
+}