diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-09 06:02:34 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-09 06:02:34 +0000 |
commit | 66ee9d9285c4ab2038cccf8742efbf65e75f5a6b (patch) | |
tree | 39bec7df8bdbfc8121eda9cba508c7b71b8701cc /app-arch/arj | |
parent | fix my stupid masking mistake (Manifest recommit) (diff) | |
download | gentoo-2-66ee9d9285c4ab2038cccf8742efbf65e75f5a6b.tar.gz gentoo-2-66ee9d9285c4ab2038cccf8742efbf65e75f5a6b.tar.bz2 gentoo-2-66ee9d9285c4ab2038cccf8742efbf65e75f5a6b.zip |
version bump.
Diffstat (limited to 'app-arch/arj')
-rw-r--r-- | app-arch/arj/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/arj/arj-3.10.18.ebuild | 33 | ||||
-rw-r--r-- | app-arch/arj/files/digest-arj-3.10.18 | 1 |
3 files changed, 41 insertions, 2 deletions
diff --git a/app-arch/arj/ChangeLog b/app-arch/arj/ChangeLog index c9e81c0c1496..f5dad91a8449 100644 --- a/app-arch/arj/ChangeLog +++ b/app-arch/arj/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2003/09/04 05:02:54 msterret Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/ChangeLog,v 1.3 2004/02/09 06:02:33 absinthe Exp $ + +*arj-3.10.18 (09 Feb 2004) + + 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> arj-3.10.18.ebuild: + version bump. 03 Sep 2003; Michael Sterrett <msterret@gentoo.org> arj-3.10g.ebuild: fix LICENSE; tidy diff --git a/app-arch/arj/arj-3.10.18.ebuild b/app-arch/arj/arj-3.10.18.ebuild new file mode 100644 index 000000000000..8c207c81df64 --- /dev/null +++ b/app-arch/arj/arj-3.10.18.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10.18.ebuild,v 1.1 2004/02/09 06:02:33 absinthe Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Utility for opening arj archives." +HOMEPAGE="http://arj.sourceforge.net/" +SRC_URI="mirror://sourceforge/arj/${P}.tar.gz" + +KEYWORDS="~x86 ~ppc ~sparc" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/glibc" + +RESTRICT=nostrip + +src_compile() { + cd ${S} + cd gnu + autoconf + econf || die + cd ../ + make prepare || die "make prepare failed" + make package || die "make package failed" +} + +src_install() { + cd ${S}/linux-gnu/en/rs/u + dobin bin/* + dodoc doc/arj/* ${S}/ChangeLog +} diff --git a/app-arch/arj/files/digest-arj-3.10.18 b/app-arch/arj/files/digest-arj-3.10.18 new file mode 100644 index 000000000000..e548c9b4b996 --- /dev/null +++ b/app-arch/arj/files/digest-arj-3.10.18 @@ -0,0 +1 @@ +MD5 3a2fbe6b2f5aac5e389f88074b6627df arj-3.10.18.tar.gz 423869 |