diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 20:46:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 20:46:41 +0000 |
commit | 2945796fadbfec7810d53395d7b9025641925f59 (patch) | |
tree | 8aeae907c9b7f61fc2ca9bf737b905e402e289bf /app-admin/ctcs | |
parent | chmod a-x (diff) | |
download | historical-2945796fadbfec7810d53395d7b9025641925f59.tar.gz historical-2945796fadbfec7810d53395d7b9025641925f59.tar.bz2 historical-2945796fadbfec7810d53395d7b9025641925f59.zip |
Updated SRC_URI to use mirror://
Diffstat (limited to 'app-admin/ctcs')
-rw-r--r-- | app-admin/ctcs/ChangeLog | 3 | ||||
-rw-r--r-- | app-admin/ctcs/ctcs-1.3.0_pre4.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/ctcs/ChangeLog b/app-admin/ctcs/ChangeLog index c4cf0a6f9fb0..0a57fd7b6f3c 100644 --- a/app-admin/ctcs/ChangeLog +++ b/app-admin/ctcs/ChangeLog @@ -4,6 +4,9 @@ *ctcs-1.3.0_pre4 (26 Aug 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> ctcs-1.3.0_pre4.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 26 Aug 2002; Paul Belt <gaarde@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the diff --git a/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild b/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild index 63dcbe4a3b30..a64273cbf2e2 100644 --- a/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild +++ b/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild,v 1.4 2002/10/18 13:31:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild,v 1.5 2002/10/18 20:46:41 aliz Exp $ # ${A} - the tarball itself eg: ${PORTDIR}/distfiles/t.tgz # ${P} - program name-program version eg: foo-1.0 @@ -23,7 +23,7 @@ HOMEPAGE="http://sourceforge.net/projects/va-ctcs" # file:// is known to not work # # If the file is local on the HD, just leave it blank -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/va-ctcs/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/va-ctcs/${MY_P}.tar.gz" # See ${PORTDIR}/licenses ... pick one of the file names LICENSE="GPL-2" |