diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-05 17:03:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-05 17:03:58 +0000 |
commit | 6132bb868b3c09d94f26c7e8d7f9398123cc9aa8 (patch) | |
tree | 31a68381ccdade14a4125bc3ea922b977019a5ce /net-p2p | |
parent | Always use the system libraries since the included ones don't seem to work wi... (diff) | |
download | gentoo-2-6132bb868b3c09d94f26c7e8d7f9398123cc9aa8.tar.gz gentoo-2-6132bb868b3c09d94f26c7e8d7f9398123cc9aa8.tar.bz2 gentoo-2-6132bb868b3c09d94f26c7e8d7f9398123cc9aa8.zip |
Fix tarball name. Fixes also bug #256987.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-3.1.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index d44ec24d0717..219e43db963b 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.103 2009/02/05 02:23:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.104 2009/02/05 17:03:58 scarabeus Exp $ + + 05 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> ktorrent-3.1.6.ebuild: + Fix tarball name. Fixes also bug #256987. 05 Feb 2009; Brent Baude <ranger@gentoo.org> ktorrent-3.1.6.ebuild: marking -3.1.6 ~ppc for busted kde deps diff --git a/net-p2p/ktorrent/ktorrent-3.1.6.ebuild b/net-p2p/ktorrent/ktorrent-3.1.6.ebuild index f19111894425..e52659a52594 100644 --- a/net-p2p/ktorrent/ktorrent-3.1.6.ebuild +++ b/net-p2p/ktorrent/ktorrent-3.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.1.6.ebuild,v 1.2 2009/02/05 02:23:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.1.6.ebuild,v 1.3 2009/02/05 17:03:58 scarabeus Exp $ EAPI="2" @@ -10,8 +10,8 @@ inherit kde4-base DESCRIPTION="A BitTorrent program for KDE." HOMEPAGE="http://ktorrent.org/" -SRC_URI="http://ktorrent.org/downloads/${PV}/${P}-4.tar.bz2" -# god knows what the -4 is for +SRC_URI="http://ktorrent.org/downloads/${PV}/${P}-5.tar.bz2" +# -5 is for revision :( LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" |