From d9b3924dbde68d2c72fc0326a03fafae0c7ec0a3 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 24 Oct 2009 20:52:19 +0000 Subject: Version bump. (Portage version: 2.2_rc46/cvs/Linux i686, RepoMan options: --force) --- net-p2p/ktorrent/ChangeLog | 10 +++- net-p2p/ktorrent/ktorrent-3.2.4.ebuild | 66 ----------------------- net-p2p/ktorrent/ktorrent-3.2.5.ebuild | 66 +++++++++++++++++++++++ net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild | 86 ----------------------------- net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild | 87 ++++++++++++++++++++++++++++++ 5 files changed, 162 insertions(+), 153 deletions(-) delete mode 100644 net-p2p/ktorrent/ktorrent-3.2.4.ebuild create mode 100644 net-p2p/ktorrent/ktorrent-3.2.5.ebuild delete mode 100644 net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild create mode 100644 net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild (limited to 'net-p2p/ktorrent') 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 + -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 ktorrent-3.2.4.ebuild: diff --git a/net-p2p/ktorrent/ktorrent-3.2.4.ebuild b/net-p2p/ktorrent/ktorrent-3.2.4.ebuild deleted file mode 100644 index 5594bc721c97..000000000000 --- a/net-p2p/ktorrent/ktorrent-3.2.4.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# 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 $ - -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 - tr uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="A BitTorrent program for KDE." -HOMEPAGE="http://ktorrent.org/" -SRC_URI="http://ktorrent.org/downloads/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -SLOT="4" -IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer +mediaplayer plasma rss +scanfolder +search +stats +upnp webinterface +zeroconf" - -COMMONDEPEND="app-crypt/qca:2 - dev-libs/gmp - mediaplayer? ( >=media-libs/taglib-1.5 ) - plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) - rss? ( - dev-libs/boost - >=kde-base/kdepimlibs-${KDE_MINIMAL} - )" -DEPEND="${COMMONDEPEND} - sys-devel/gettext -" -RDEPEND="${COMMONDEPEND} - infowidget? ( >=dev-libs/geoip-1.4.4 ) - ipfilter? ( >=kde-base/kdebase-kioslaves-${KDE_MINIMAL} ) - kross? ( >=kde-base/krosspython-${KDE_MINIMAL} )" - -src_prepare() { - if ! use plasma; then - sed -i \ - -e "s:add_subdirectory(plasma):#nada:g" \ - CMakeLists.txt || die "Failed to make plasmoid optional" - fi - - kde4-base_src_prepare -} - -src_configure() { - mycmakeargs="${mycmakeargs} - -DENABLE_DHT_SUPPORT=ON - $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN) - $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN) - $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN) - $(cmake-utils_use_with infowidget SYSTEM_GEOIP) - $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN) - $(cmake-utils_use_enable kross SCRIPTING_PLUGIN) - $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN) - $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN) - $(cmake-utils_use_enable rss SYNDICATION_PLUGIN) - $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN) - $(cmake-utils_use_enable search SEARCH_PLUGIN) - $(cmake-utils_use_enable stats STATS_PLUGIN) - $(cmake-utils_use_enable upnp UPNP_PLUGIN) - $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN) - $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)" - kde4-base_src_configure -} diff --git a/net-p2p/ktorrent/ktorrent-3.2.5.ebuild b/net-p2p/ktorrent/ktorrent-3.2.5.ebuild new file mode 100644 index 000000000000..f8365e1a58ef --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-3.2.5.ebuild @@ -0,0 +1,66 @@ +# 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.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 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 + +DESCRIPTION="A BitTorrent program for KDE." +HOMEPAGE="http://ktorrent.org/" +SRC_URI="http://ktorrent.org/downloads/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +SLOT="4" +IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer +mediaplayer plasma rss +scanfolder +search +stats +upnp webinterface +zeroconf" + +COMMONDEPEND="app-crypt/qca:2 + dev-libs/gmp + mediaplayer? ( >=media-libs/taglib-1.5 ) + plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) + rss? ( + dev-libs/boost + >=kde-base/kdepimlibs-${KDE_MINIMAL} + )" +DEPEND="${COMMONDEPEND} + sys-devel/gettext +" +RDEPEND="${COMMONDEPEND} + infowidget? ( >=dev-libs/geoip-1.4.4 ) + ipfilter? ( >=kde-base/kdebase-kioslaves-${KDE_MINIMAL} ) + kross? ( >=kde-base/krosspython-${KDE_MINIMAL} )" + +src_prepare() { + if ! use plasma; then + sed -i \ + -e "s:add_subdirectory(plasma):#nada:g" \ + CMakeLists.txt || die "Failed to make plasmoid optional" + fi + + kde4-base_src_prepare +} + +src_configure() { + mycmakeargs="${mycmakeargs} + -DENABLE_DHT_SUPPORT=ON + $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN) + $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN) + $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN) + $(cmake-utils_use_with infowidget SYSTEM_GEOIP) + $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN) + $(cmake-utils_use_enable kross SCRIPTING_PLUGIN) + $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN) + $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN) + $(cmake-utils_use_enable rss SYNDICATION_PLUGIN) + $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN) + $(cmake-utils_use_enable search SEARCH_PLUGIN) + $(cmake-utils_use_enable stats STATS_PLUGIN) + $(cmake-utils_use_enable upnp UPNP_PLUGIN) + $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN) + $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)" + kde4-base_src_configure +} diff --git a/net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild b/net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild deleted file mode 100644 index b977ead5a8b1..000000000000 --- a/net-p2p/ktorrent/ktorrent-3.3_beta1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# 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 $ - -EAPI="2" - -if [[ ${PV} == *9999* ]] ; then - KEYWORDS="" - KMNAME="extragear/network" -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 - tr uk zh_CN zh_TW" - KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" - SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" - S="${WORKDIR}"/"${MY_P}" -fi - -inherit kde4-base - -DESCRIPTION="A BitTorrent program for KDE." -HOMEPAGE="http://ktorrent.org/" - -LICENSE="GPL-2" -SLOT="4" -IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer -+mediaplayer plasma rss +scanfolder +search +shutdown +stats +upnp webinterface +zeroconf" - -COMMONDEPEND=" - app-crypt/qca:2 - dev-libs/gmp - mediaplayer? ( >=media-libs/taglib-1.5 ) - plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) - rss? ( - dev-libs/boost - >=kde-base/kdepimlibs-${KDE_MINIMAL} - ) -" -DEPEND="${COMMONDEPEND} - sys-devel/gettext -" -RDEPEND="${COMMONDEPEND} - infowidget? ( >=dev-libs/geoip-1.4.4 ) - ipfilter? ( - app-arch/bzip2 - app-arch/unzip - >=kde-base/kdebase-kioslaves-${KDE_MINIMAL} - ) - kross? ( >=kde-base/krosspython-${KDE_MINIMAL} ) -" - -src_prepare() { - if ! use plasma; then - sed -i \ - -e "s:add_subdirectory(plasma):#nada:g" \ - CMakeLists.txt || die "Failed to make plasmoid optional" - fi - - kde4-base_src_prepare -} - -src_configure() { - mycmakeargs="${mycmakeargs} - -DENABLE_DHT_SUPPORT=ON - -DWITH_SYSTEM_GEOIP=ON - $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN) - $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN) - $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN) - $(cmake-utils_use_with infowidget SYSTEM_GEOIP) - $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN) - $(cmake-utils_use_enable kross SCRIPTING_PLUGIN) - $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN) - $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN) - $(cmake-utils_use_enable rss SYNDICATION_PLUGIN) - $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN) - $(cmake-utils_use_enable search SEARCH_PLUGIN) - $(cmake-utils_use_enable shutdown SHUTDOWN_PLUGIN) - $(cmake-utils_use_enable stats STATS_PLUGIN) - $(cmake-utils_use_enable upnp UPNP_PLUGIN) - $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN) - $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)" - kde4-base_src_configure -} diff --git a/net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild b/net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild new file mode 100644 index 000000000000..d687f45af823 --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-3.3_rc1.ebuild @@ -0,0 +1,87 @@ +# 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_rc1.ebuild,v 1.1 2009/10/24 20:52:19 scarabeus Exp $ + +EAPI="2" + +if [[ ${PV} == *9999* ]] ; then + KEYWORDS="" + KMNAME="extragear/network" +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 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" + S="${WORKDIR}"/"${MY_P}" +fi + +inherit kde4-base + +DESCRIPTION="A BitTorrent program for KDE." +HOMEPAGE="http://ktorrent.org/" + +LICENSE="GPL-2" +SLOT="4" +IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer ++mediaplayer plasma rss +scanfolder +search +shutdown +stats +upnp webinterface +zeroconf" + +COMMONDEPEND=" + app-crypt/qca:2 + dev-libs/gmp + mediaplayer? ( >=media-libs/taglib-1.5 ) + plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) + rss? ( + dev-libs/boost + >=kde-base/kdepimlibs-${KDE_MINIMAL} + ) +" +DEPEND="${COMMONDEPEND} + sys-devel/gettext +" +RDEPEND="${COMMONDEPEND} + infowidget? ( >=dev-libs/geoip-1.4.4 ) + ipfilter? ( + app-arch/bzip2 + app-arch/unzip + >=kde-base/kdebase-kioslaves-${KDE_MINIMAL} + ) + kross? ( >=kde-base/krosspython-${KDE_MINIMAL} ) +" + +src_prepare() { + if ! use plasma; then + sed -i \ + -e "s:add_subdirectory(plasma):#nada:g" \ + CMakeLists.txt || die "Failed to make plasmoid optional" + fi + + kde4-base_src_prepare +} + +src_configure() { + mycmakeargs="${mycmakeargs} + -DENABLE_DHT_SUPPORT=ON + -DWITH_SYSTEM_GEOIP=ON + $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN) + $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN) + $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN) + $(cmake-utils_use_with infowidget SYSTEM_GEOIP) + $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN) + $(cmake-utils_use_enable kross SCRIPTING_PLUGIN) + $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN) + $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN) + $(cmake-utils_use_enable rss SYNDICATION_PLUGIN) + $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN) + $(cmake-utils_use_enable search SEARCH_PLUGIN) + $(cmake-utils_use_enable shutdown SHUTDOWN_PLUGIN) + $(cmake-utils_use_enable stats STATS_PLUGIN) + $(cmake-utils_use_enable upnp UPNP_PLUGIN) + $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN) + $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)" + kde4-base_src_configure +} -- cgit v1.2.3-65-gdbad