diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-05-20 15:53:40 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-05-20 15:53:40 +0000 |
commit | 5c876f2fd525b5343636a2d31424f99e7a0b86d7 (patch) | |
tree | adb7508810fd92ea03f3b1d0d3899b56310a4629 | |
parent | mask ktorrent beta (diff) | |
download | gentoo-2-5c876f2fd525b5343636a2d31424f99e7a0b86d7.tar.gz gentoo-2-5c876f2fd525b5343636a2d31424f99e7a0b86d7.tar.bz2 gentoo-2-5c876f2fd525b5343636a2d31424f99e7a0b86d7.zip |
Version bump.
(Portage version: 2.0.54-r2)
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ktorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/digest-ktorrent-2.0_beta1 | 1 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.0_beta1.ebuild | 25 |
4 files changed, 35 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 3c2b66ed93ae..2a5a93c7549d 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.10 2006/01/31 23:38:37 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.11 2006/05/20 15:53:40 carlo Exp $ + +*ktorrent-2.0_beta1 (20 May 2006) + + 20 May 2006; Carsten Lohrke <carlo@gentoo.org> +ktorrent-2.0_beta1.ebuild: + Version bump. *ktorrent-1.2 (31 Jan 2006) diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest index ccbaed7be869..e185be3fd16f 100644 --- a/net-p2p/ktorrent/Manifest +++ b/net-p2p/ktorrent/Manifest @@ -1,6 +1,8 @@ -MD5 4487692d66bd2b0a62c89eddbb6a0760 ChangeLog 1478 +MD5 a47c937c3ebcea3d20abf4015a18f652 ChangeLog 1607 MD5 aa4bd474ee9d858df36723559f87fc8d files/digest-ktorrent-1.0 64 MD5 0d1f9ba274a827ecf1d49b4197841971 files/digest-ktorrent-1.2 65 +MD5 2b593250cd146736811f97cdbbd49b22 files/digest-ktorrent-2.0_beta1 70 MD5 9e30d8c2ed0d2c364a9bf81b166c6bb4 ktorrent-1.0.ebuild 447 MD5 b28883dcafc87c26dadfcdc306170e89 ktorrent-1.2.ebuild 595 +MD5 509ec8ddf25d22870961b45db963b553 ktorrent-2.0_beta1.ebuild 597 MD5 bf8ab600a2fff921893e3612f5ceaf83 metadata.xml 177 diff --git a/net-p2p/ktorrent/files/digest-ktorrent-2.0_beta1 b/net-p2p/ktorrent/files/digest-ktorrent-2.0_beta1 new file mode 100644 index 000000000000..78ce83065413 --- /dev/null +++ b/net-p2p/ktorrent/files/digest-ktorrent-2.0_beta1 @@ -0,0 +1 @@ +MD5 7ea6905c06e6b7641e1861dee1097ce5 ktorrent-2.0beta1.tar.gz 2377614 diff --git a/net-p2p/ktorrent/ktorrent-2.0_beta1.ebuild b/net-p2p/ktorrent/ktorrent-2.0_beta1.ebuild new file mode 100644 index 000000000000..834601e2beda --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-2.0_beta1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.0_beta1.ebuild,v 1.1 2006/05/20 15:53:40 carlo Exp $ + +inherit kde + +MY_PV="${PV/_/}" +MY_P="${PN}-${MY_PV}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="A BitTorrent program for KDE." +HOMEPAGE="http://ktorrent.pwsp.net/" +SRC_URI="http://ktorrent.pwsp.net/downloads/${MY_PV}/${MY_P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +need-kde 3.3 + +src_compile(){ + local myconf="--enable-knetwork" + kde_src_compile +}
\ No newline at end of file |