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 | 1fdfc09d7d40640c3bcdb0340e1176d83adfdabc (patch) | |
tree | 165a50725b93942a07f0003e11dc4bccbcb24d89 /app-arch | |
parent | fix my stupid masking mistake (diff) | |
download | historical-1fdfc09d7d40640c3bcdb0340e1176d83adfdabc.tar.gz historical-1fdfc09d7d40640c3bcdb0340e1176d83adfdabc.tar.bz2 historical-1fdfc09d7d40640c3bcdb0340e1176d83adfdabc.zip |
version bump.
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/arj/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/arj/Manifest | 4 | ||||
-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 |
4 files changed, 44 insertions, 3 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/Manifest b/app-arch/arj/Manifest index eed114c729c6..abeb42002d02 100644 --- a/app-arch/arj/Manifest +++ b/app-arch/arj/Manifest @@ -1,3 +1,5 @@ -MD5 4ec056ef86a8ff540239dce897829743 ChangeLog 510 +MD5 a9194fcd0febc45053f0b946ec52f569 ChangeLog 626 MD5 ea61005d35c2b22dcc2613408e29749a arj-3.10g.ebuild 720 +MD5 d4c258d7f9e76428dee2535c21788768 arj-3.10.18.ebuild 727 MD5 47ce44cd0bdc2037f4bfa8dc8e81dfbd files/digest-arj-3.10g 61 +MD5 7c4c01b5654eb39a7be1799abaad4c2f files/digest-arj-3.10.18 63 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 |