summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-21 08:21:19 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-21 08:21:19 +0000
commitc3c73f548511516ba8a6010edd9c171513f0e94c (patch)
tree919bee9fe8def911d943c6a17f174ac7606bc072 /app-arch/arj
parentAdded in ncurses support, cleaned up ebuild a bit. Add in URL fopen security ... (diff)
downloadgentoo-2-c3c73f548511516ba8a6010edd9c171513f0e94c.tar.gz
gentoo-2-c3c73f548511516ba8a6010edd9c171513f0e94c.tar.bz2
gentoo-2-c3c73f548511516ba8a6010edd9c171513f0e94c.zip
New ebuild. arj! No more just unarj!
Diffstat (limited to 'app-arch/arj')
-rw-r--r--app-arch/arj/ChangeLog9
-rw-r--r--app-arch/arj/Manifest3
-rw-r--r--app-arch/arj/arj-3.10g.ebuild40
-rw-r--r--app-arch/arj/files/digest-arj-3.10g1
4 files changed, 53 insertions, 0 deletions
diff --git a/app-arch/arj/ChangeLog b/app-arch/arj/ChangeLog
new file mode 100644
index 000000000000..3e9d2dff55e4
--- /dev/null
+++ b/app-arch/arj/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-arch/arj
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/ChangeLog,v 1.1 2003/07/21 08:21:19 raker Exp $
+
+*arj-3.10g (21 Jul 2003)
+
+ 21 Jul 2003; Nick Hadaway <raker@gentoo.org> arj-3.10g.ebuild:
+ New ebuild. Finally we have the ability to create arj archives
+ instead of just being able to uncompress them. :)
diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
new file mode 100644
index 000000000000..7181ba2d021b
--- /dev/null
+++ b/app-arch/arj/Manifest
@@ -0,0 +1,3 @@
+MD5 7a6df94cc860a6ec7a28c0a8658d6138 arj-3.10g.ebuild 629
+MD5 84ce9b8bb86c730977122a7464a628d4 ChangeLog 330
+MD5 47ce44cd0bdc2037f4bfa8dc8e81dfbd files/digest-arj-3.10g 61
diff --git a/app-arch/arj/arj-3.10g.ebuild b/app-arch/arj/arj-3.10g.ebuild
new file mode 100644
index 000000000000..3771761fd00e
--- /dev/null
+++ b/app-arch/arj/arj-3.10g.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10g.ebuild,v 1.1 2003/07/21 08:21:19 raker Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${PN}
+
+DESCRIPTION="Utility for opening arj archives."
+HOMEPAGE="http://arj.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86 ~ppc ~sparc"
+
+DEPEND=""
+
+RESTRICT=nostrip
+
+src_compile()
+{
+ cd ${S}
+ cd gnu
+ autoconf
+ econf || die
+ cd ../
+ make prepare || die
+ make package || die
+}
+
+src_install()
+{
+ cd ${S}/linux-gnu/en/rs/u
+ dobin bin/*
+ dodoc doc/arj/*
+
+ cd ${S}
+ dodoc ChangeLog
+}
diff --git a/app-arch/arj/files/digest-arj-3.10g b/app-arch/arj/files/digest-arj-3.10g
new file mode 100644
index 000000000000..0dcf5fa378db
--- /dev/null
+++ b/app-arch/arj/files/digest-arj-3.10g
@@ -0,0 +1 @@
+MD5 22d6dc7365f23cd56865db3f05608de9 arj-3.10g.tar.gz 420029