From 869b32a2f1960091681c2afecce4727aa9c9ad23 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 21 Jun 2010 22:19:26 +0000 Subject: non-maintainer commit: version bump to 4.0.1 (with kind permission from scarabeus). (Portage version: 2.2_rc67/cvs/Linux x86_64) --- net-p2p/ktorrent/ChangeLog | 9 +++- net-p2p/ktorrent/ktorrent-4.0.0.ebuild | 83 -------------------------------- net-p2p/ktorrent/ktorrent-4.0.1.ebuild | 87 ++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 84 deletions(-) delete mode 100644 net-p2p/ktorrent/ktorrent-4.0.0.ebuild create mode 100644 net-p2p/ktorrent/ktorrent-4.0.1.ebuild (limited to 'net-p2p/ktorrent') diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 5223df2d0bf0..6c461020561c 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.149 2010/05/28 09:20:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.150 2010/06/21 22:19:26 polynomial-c Exp $ + +*ktorrent-4.0.1 (21 Jun 2010) + + 21 Jun 2010; Lars Wendler + -ktorrent-4.0.0.ebuild, +ktorrent-4.0.1.ebuild: + non-maintainer commit: version bump to 4.0.1 (with kind permission from + scarabeus). Fixes bug #324449 which was reported by George. Dropped 4.0.0. 28 May 2010; Tomáš Chvátal ktorrent-4.0.0.ebuild: diff --git a/net-p2p/ktorrent/ktorrent-4.0.0.ebuild b/net-p2p/ktorrent/ktorrent-4.0.0.ebuild deleted file mode 100644 index 17c4d2acd840..000000000000 --- a/net-p2p/ktorrent/ktorrent-4.0.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.0.0.ebuild,v 1.2 2010/05/28 09:20:04 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" -KDE_MINIMAL="4.4" -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 ~ppc ~ppc64 ~x86" -SLOT="4" -IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer -+magnetgenerator +mediaplayer plasma rss +scanfolder +search +shutdown +stats -+upnp webinterface +zeroconf" - -COMMONDEPEND=" - >=net-libs/libktorrent-1.0_rc1 - mediaplayer? ( >=media-libs/taglib-1.5 ) - plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) - rss? ( - >=kde-base/kdepimlibs-${KDE_MINIMAL} - ) - shutdown? ( - >=kde-base/solid-${KDE_MINIMAL} - >=kde-base/libkworkspace-${KDE_MINIMAL} - ) -" -DEPEND="${COMMONDEPEND} - dev-libs/boost - 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=( - -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 magnetgenerator MAGNETGENERATOR_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-4.0.1.ebuild b/net-p2p/ktorrent/ktorrent-4.0.1.ebuild new file mode 100644 index 000000000000..4a879b0c686c --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-4.0.1.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.0.1.ebuild,v 1.1 2010/06/21 22:19:26 polynomial-c Exp $ + +EAPI="2" + +KDE_LINGUAS="ar ast be bg ca cs da de el en_GB eo es et eu fi 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 si sk sl sr sv +tr uk zh_CN zh_TW" +KDE_MINIMAL="4.4" +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 ~ppc ~ppc64 ~x86" +SLOT="4" +IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer ++magnetgenerator +mediaplayer plasma rss +scanfolder +search +shutdown +stats ++upnp webinterface +zeroconf" + +COMMONDEPEND=" + >=net-libs/libktorrent-1.0.1 + mediaplayer? ( >=media-libs/taglib-1.5 ) + plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) + rss? ( + >=kde-base/kdepimlibs-${KDE_MINIMAL} + ) + shutdown? ( + >=kde-base/solid-${KDE_MINIMAL} + >=kde-base/libkworkspace-${KDE_MINIMAL} + ) +" +DEPEND="${COMMONDEPEND} + dev-libs/boost + 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=( + -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 magnetgenerator MAGNETGENERATOR_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 +} + +src_compile() { + kde-base_src_compile +} -- cgit v1.2.3-65-gdbad