diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-25 02:22:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-25 02:22:24 +0000 |
commit | 87ca3c24d19c3127439df65234319b0ce90e692d (patch) | |
tree | 8ebd70585fe774ab40826ef86d3d41f9345e69f3 /dev-util/cppunit | |
parent | Changed SRC_URI to use mirror:// syntax. (diff) | |
download | historical-87ca3c24d19c3127439df65234319b0ce90e692d.tar.gz historical-87ca3c24d19c3127439df65234319b0ce90e692d.tar.bz2 historical-87ca3c24d19c3127439df65234319b0ce90e692d.zip |
Changed SRC_URI to use mirror:// syntax.
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.10.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.8.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 8c6917ae88b1..4605f8111730 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cppunit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.8 2004/08/10 14:25:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.9 2004/08/25 02:20:21 swegener Exp $ + + 25 Aug 2004; Sven Wegener <swegener@gentoo.org> cppunit-1.10.2.ebuild, + cppunit-1.8.0.ebuild: + Changed SRC_URI to use mirror:// syntax. 10 Aug 2004; David Holm <dholm@gentoo.org> cppunit-1.10.2.ebuild: Added to ~ppc. diff --git a/dev-util/cppunit/cppunit-1.10.2.ebuild b/dev-util/cppunit/cppunit-1.10.2.ebuild index cbf9ef974a68..d554213858df 100644 --- a/dev-util/cppunit/cppunit-1.10.2.ebuild +++ b/dev-util/cppunit/cppunit-1.10.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.10.2.ebuild,v 1.2 2004/08/10 14:25:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.10.2.ebuild,v 1.3 2004/08/25 02:20:21 swegener Exp $ IUSE="" DESCRIPTION="CppUnit is the C++ port of the famous JUnit framework for unit testing." HOMEPAGE="http://cppunit.sourceforge.net/" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-util/cppunit/cppunit-1.8.0.ebuild b/dev-util/cppunit/cppunit-1.8.0.ebuild index 9147a6b7740a..9844a6395b2e 100644 --- a/dev-util/cppunit/cppunit-1.8.0.ebuild +++ b/dev-util/cppunit/cppunit-1.8.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.8 2004/06/25 02:24:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.9 2004/08/25 02:20:21 swegener Exp $ IUSE="" DESCRIPTION="CppUnit is the C++ port of the famous JUnit framework for unit testing." HOMEPAGE="http://cppunit.sourceforge.net/" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |