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 | 5d0ebbaaed988cf617a73d431c180a4adde00464 (patch) | |
tree | dd1cda32b96d0e9f54a33dfee8cb9f83e202c68c /app-arch/arj/arj-3.10g.ebuild | |
parent | Update CVS snapshot to 20030916 - this should fix the static linking problem (diff) | |
download | historical-5d0ebbaaed988cf617a73d431c180a4adde00464.tar.gz historical-5d0ebbaaed988cf617a73d431c180a4adde00464.tar.bz2 historical-5d0ebbaaed988cf617a73d431c180a4adde00464.zip |
SRC_URI updates and patch to epatch conversions
Diffstat (limited to 'app-arch/arj/arj-3.10g.ebuild')
-rw-r--r-- | app-arch/arj/arj-3.10g.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |