diff options
author | Jason Wever <weeve@gentoo.org> | 2004-09-15 02:32:03 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-09-15 02:32:03 +0000 |
commit | bf6fe59f707ab1f43cc5122bda3575dba1421112 (patch) | |
tree | 9beff2e6346fd29cd5501376d0435a6a681258ab /net-misc/jigdo | |
parent | Version bump, resolves bug #62705. Thanks to Maxim Reznik <reznikmm@front.ru... (diff) | |
download | gentoo-2-bf6fe59f707ab1f43cc5122bda3575dba1421112.tar.gz gentoo-2-bf6fe59f707ab1f43cc5122bda3575dba1421112.tar.bz2 gentoo-2-bf6fe59f707ab1f43cc5122bda3575dba1421112.zip |
Fixed the HOMEPAGE and SRC_URI values in 0.7.0 to reflect new homepage.
Diffstat (limited to 'net-misc/jigdo')
-rw-r--r-- | net-misc/jigdo/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/jigdo/jigdo-0.7.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/jigdo/ChangeLog b/net-misc/jigdo/ChangeLog index 4c2f0925bbff..53d51b14a03c 100644 --- a/net-misc/jigdo/ChangeLog +++ b/net-misc/jigdo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/jigdo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jigdo/ChangeLog,v 1.5 2004/09/15 02:26:59 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jigdo/ChangeLog,v 1.6 2004/09/15 02:32:03 weeve Exp $ + + 14 Sep 2004; Jason Wever <weeve@gentoo.org> jigdo-0.7.0.ebuild: + Fixed the HOMEPAGE and SRC_URI values in 0.7.0 to reflect new homepage. *jigdo-0.7.1 (14 Sep 2004) diff --git a/net-misc/jigdo/jigdo-0.7.0.ebuild b/net-misc/jigdo/jigdo-0.7.0.ebuild index 2b83121367a2..6e6674aeee87 100644 --- a/net-misc/jigdo/jigdo-0.7.0.ebuild +++ b/net-misc/jigdo/jigdo-0.7.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/net-misc/jigdo/jigdo-0.7.0.ebuild,v 1.5 2004/06/24 23:50:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jigdo/jigdo-0.7.0.ebuild,v 1.6 2004/09/15 02:32:03 weeve Exp $ inherit eutils DESCRIPTION="Jigsaw Download, or short jigdo, is a tool designed to ease the distribution of very large files over the internet, for example CD or DVD images." -HOMEPAGE="http://home.in.tum.de/~atterer/jigdo/" -SRC_URI="http://home.in.tum.de/~atterer/jigdo/${P}.tar.bz2" +HOMEPAGE="http://atterer.net/jigdo/" +SRC_URI="http://atterer.net/jigdo/jigdo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |