diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-20 20:34:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-20 20:34:00 +0000 |
commit | 40f5d7957e3dbc94d6a137d34b2e2e10a497a271 (patch) | |
tree | dcc0c2ea3506ab082ee2608153135b7ee2d46e94 /app-arch/arj | |
parent | Update CVS snapshot to 20030916 - this should fix the static linking problem (diff) | |
download | gentoo-2-40f5d7957e3dbc94d6a137d34b2e2e10a497a271.tar.gz gentoo-2-40f5d7957e3dbc94d6a137d34b2e2e10a497a271.tar.bz2 gentoo-2-40f5d7957e3dbc94d6a137d34b2e2e10a497a271.zip |
SRC_URI updates and patch to epatch conversions
Diffstat (limited to 'app-arch/arj')
-rw-r--r-- | app-arch/arj/Manifest | 2 | ||||
-rw-r--r-- | app-arch/arj/arj-3.10g.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest index 938ff103c91e..eed114c729c6 100644 --- a/app-arch/arj/Manifest +++ b/app-arch/arj/Manifest @@ -1,3 +1,3 @@ MD5 4ec056ef86a8ff540239dce897829743 ChangeLog 510 -MD5 11b9b75e1d5f92c62d89494df4da0587 arj-3.10g.ebuild 726 +MD5 ea61005d35c2b22dcc2613408e29749a arj-3.10g.ebuild 720 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 index fda1a8d5a531..01bb751cf9d4 100644 --- a/app-arch/arj/arj-3.10g.ebuild +++ b/app-arch/arj/arj-3.10g.ebuild @@ -1,11 +1,11 @@ # 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.2 2003/09/04 05:02:54 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10g.ebuild,v 1.3 2003/09/20 20:33:54 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Utility for opening arj archives." HOMEPAGE="http://arj.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/arj/${P}.tar.gz" KEYWORDS="x86 ~ppc ~sparc" LICENSE="GPL-2" |