diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-14 22:49:13 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-14 22:49:13 +0000 |
commit | 446714dac443955d8f32686bb42ca2b42fbce271 (patch) | |
tree | 37829f5868751765a0d69565129da5ee41584861 /net-p2p/ktorrent | |
parent | 2.2.0 stable on x86 for bug 104650. (diff) | |
download | historical-446714dac443955d8f32686bb42ca2b42fbce271.tar.gz historical-446714dac443955d8f32686bb42ca2b42fbce271.tar.bz2 historical-446714dac443955d8f32686bb42ca2b42fbce271.zip |
Upstream has changed location of sources. Updating SRC_URI
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 96e1af28c140..f791ebd849c4 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.5 2005/09/14 22:40:11 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.6 2005/09/14 22:49:13 mkay Exp $ + + 14 Sep 2005; <mkay@gentoo.org> ktorrent-1.0.ebuild: + Upstream has changed location of sources. Updating SRC_URI *ktorrent-1.1_rc1 (14 Sep 2005) diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest index 5dae38a474eb..f77177d68dfc 100644 --- a/net-p2p/ktorrent/Manifest +++ b/net-p2p/ktorrent/Manifest @@ -1,5 +1,5 @@ -MD5 0309f74044de608992fd7002cd5a0a83 ChangeLog 833 -MD5 240d833a7568770ec18f4236b239d175 ktorrent-1.0.ebuild 443 +MD5 97e9db989587f0ff747836f0488b1fe3 ChangeLog 949 +MD5 9e30d8c2ed0d2c364a9bf81b166c6bb4 ktorrent-1.0.ebuild 447 MD5 bf8ab600a2fff921893e3612f5ceaf83 metadata.xml 177 MD5 a280217cf91000ebeb111820d93d406b ktorrent-1.1_rc1.ebuild 494 MD5 aa4bd474ee9d858df36723559f87fc8d files/digest-ktorrent-1.0 64 diff --git a/net-p2p/ktorrent/ktorrent-1.0.ebuild b/net-p2p/ktorrent/ktorrent-1.0.ebuild index 0c1aae8129fb..b9498f79816b 100644 --- a/net-p2p/ktorrent/ktorrent-1.0.ebuild +++ b/net-p2p/ktorrent/ktorrent-1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.0.ebuild,v 1.4 2005/08/23 22:30:24 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.0.ebuild,v 1.5 2005/09/14 22:49:13 mkay Exp $ inherit kde DESCRIPTION="A BitTorrent program for KDE." HOMEPAGE="http://ktorrent.pwsp.net/" -SRC_URI="http://ktorrent.pwsp.net/downloads/${P}.tar.gz" +SRC_URI="http://ktorrent.pwsp.net/downloads/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |