diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 07:26:43 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 07:26:43 +0000 |
commit | 6aa06d61aeb5370e25b62ef619637ef3e0277d57 (patch) | |
tree | 46b6e016f14fdd55c47c161d225b56a77bc3f043 /sys-devel | |
parent | marked 6.5.7 as stable on x86 and added 6.5.9 (as ~ for all three listed arches) (diff) | |
download | historical-6aa06d61aeb5370e25b62ef619637ef3e0277d57.tar.gz historical-6aa06d61aeb5370e25b62ef619637ef3e0277d57.tar.bz2 historical-6aa06d61aeb5370e25b62ef619637ef3e0277d57.zip |
src_uri updated
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bc/bc-1.06-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bc/bc-1.06-r5.ebuild b/sys-devel/bc/bc-1.06-r5.ebuild index 6d50274101f3..0f2e5a96e54c 100644 --- a/sys-devel/bc/bc-1.06-r5.ebuild +++ b/sys-devel/bc/bc-1.06-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.3 2003/03/15 02:12:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.4 2003/03/25 07:26:43 seemant Exp $ IUSE="readline" @@ -8,8 +8,8 @@ inherit flag-o-matic S=${WORKDIR}/${P} DESCRIPTION="Handy console-based calculator utility" -SRC_URI="ftp://prep.ai.mit.edu/pub/gnu/bc/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" +SRC_URI="ftp://ftp.gnu.org/pub/gnu/bc/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 & LGPL-2.1" |