diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-09 14:15:00 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-09 14:15:00 +0000 |
commit | cabc1bb62f55aa898af85653e32d2fe815850c23 (patch) | |
tree | df79c38c55908e411f57cd582ea65c5a8ecda414 /net-p2p | |
parent | new rox applet. bug #102358 (diff) | |
download | historical-cabc1bb62f55aa898af85653e32d2fe815850c23.tar.gz historical-cabc1bb62f55aa898af85653e32d2fe815850c23.tar.bz2 historical-cabc1bb62f55aa898af85653e32d2fe815850c23.zip |
New version.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ktorrent/Manifest | 8 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/digest-ktorrent-1.1 | 1 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-1.1.ebuild | 16 |
4 files changed, 28 insertions, 4 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index f791ebd849c4..41142a6cdeea 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2005/09/14 22:49:13 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.7 2005/10/09 14:15:00 greg_g Exp $ + +*ktorrent-1.1 (09 Oct 2005) + + 09 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> +ktorrent-1.1.ebuild: + New version. 14 Sep 2005; <mkay@gentoo.org> ktorrent-1.0.ebuild: Upstream has changed location of sources. Updating SRC_URI diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest index f77177d68dfc..46a8605a1af3 100644 --- a/net-p2p/ktorrent/Manifest +++ b/net-p2p/ktorrent/Manifest @@ -1,6 +1,8 @@ -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 bf8ab600a2fff921893e3612f5ceaf83 metadata.xml 177 +MD5 46d80cee1856a57736e27d7d1f4c3295 ChangeLog 1068 +MD5 13cb8499578349331f5721394a0fc65e ktorrent-1.1.ebuild 452 +MD5 9e30d8c2ed0d2c364a9bf81b166c6bb4 ktorrent-1.0.ebuild 447 MD5 aa4bd474ee9d858df36723559f87fc8d files/digest-ktorrent-1.0 64 +MD5 77c56626c8fcbbaf57e6fe702e00d08e files/digest-ktorrent-1.1 65 MD5 da8971b64bc999c754cba25d467db499 files/digest-ktorrent-1.1_rc1 67 diff --git a/net-p2p/ktorrent/files/digest-ktorrent-1.1 b/net-p2p/ktorrent/files/digest-ktorrent-1.1 new file mode 100644 index 000000000000..a1fbcfcd0ac0 --- /dev/null +++ b/net-p2p/ktorrent/files/digest-ktorrent-1.1 @@ -0,0 +1 @@ +MD5 d282e2cef75f2e4cf4bf5a84e0f45d3c ktorrent-1.1.tar.gz 1354288 diff --git a/net-p2p/ktorrent/ktorrent-1.1.ebuild b/net-p2p/ktorrent/ktorrent-1.1.ebuild new file mode 100644 index 000000000000..1e1a96542d72 --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-1.1.ebuild @@ -0,0 +1,16 @@ +# 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.1.ebuild,v 1.1 2005/10/09 14:15:00 greg_g Exp $ + +inherit kde + +DESCRIPTION="A BitTorrent program for KDE." +HOMEPAGE="http://ktorrent.pwsp.net/" +SRC_URI="http://ktorrent.pwsp.net/downloads/${PV}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +need-kde 3.3 |