diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-24 20:52:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-24 20:52:19 +0000 |
commit | d9b3924dbde68d2c72fc0326a03fafae0c7ec0a3 (patch) | |
tree | bbaf1c98a90b07d0b646447a343d213b3de69e6c /net-p2p | |
parent | Initial addition. (diff) | |
download | gentoo-2-d9b3924dbde68d2c72fc0326a03fafae0c7ec0a3.tar.gz gentoo-2-d9b3924dbde68d2c72fc0326a03fafae0c7ec0a3.tar.bz2 gentoo-2-d9b3924dbde68d2c72fc0326a03fafae0c7ec0a3.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-3.2.5.ebuild (renamed from net-p2p/ktorrent/ktorrent-3.2.4.ebuild) | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild (renamed from net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild) | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index aec18d673abf..dde7265aebb9 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,14 @@ # 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.134 2009/10/22 10:58:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.135 2009/10/24 20:52:19 scarabeus Exp $ + +*ktorrent-3.3_rc1 (24 Oct 2009) +*ktorrent-3.2.5 (24 Oct 2009) + + 24 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -ktorrent-3.2.4.ebuild, +ktorrent-3.2.5.ebuild, + -ktorrent-3.3_beta1.ebuild, +ktorrent-3.3_rc1.ebuild: + Version bump. 22 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> ktorrent-3.2.4.ebuild: diff --git a/net-p2p/ktorrent/ktorrent-3.2.4.ebuild b/net-p2p/ktorrent/ktorrent-3.2.5.ebuild index 5594bc721c97..f8365e1a58ef 100644 --- a/net-p2p/ktorrent/ktorrent-3.2.4.ebuild +++ b/net-p2p/ktorrent/ktorrent-3.2.5.ebuild @@ -1,11 +1,11 @@ # 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.2.4.ebuild,v 1.2 2009/10/22 10:58:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2.5.ebuild,v 1.1 2009/10/24 20:52:19 scarabeus Exp $ EAPI="2" KDE_LINGUAS="ar be bg ca cs da de el en_GB es et eu fr ga gl hi hne hr hu is it ja - km lt mai ms lv nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv + km lt lv mai ms nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv tr uk zh_CN zh_TW" inherit kde4-base diff --git a/net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild b/net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild index b977ead5a8b1..d687f45af823 100644 --- a/net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild +++ b/net-p2p/ktorrent/ktorrent-3.3_rc1.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.3_beta1.ebuild,v 1.2 2009/08/13 07:53:51 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild,v 1.1 2009/10/24 20:52:19 scarabeus Exp $ EAPI="2" @@ -11,8 +11,9 @@ else # upstream likes to skip that _ in beta releases MY_PV="${PV/_/}" MY_P="${PN}-${MY_PV}" - KDE_LINGUAS="ar be bg ca cs da de el en_GB es et fr ga gl hi it ja - km lt lv nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv + + KDE_LINGUAS="ar be bg ca cs da de el en_GB es et eu fr ga gl hi hne hr hu is it + ja km lt lv mai ms nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv tr uk zh_CN zh_TW" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" |