diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-01 22:22:30 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-01 22:22:30 +0000 |
commit | a0909bc04c7207bc4b361681fc4cd507de63d66c (patch) | |
tree | 914d5d103696e013d07f1070bc8db7e273b4a6cb /net-p2p/ktorrent | |
parent | Remove old (diff) | |
download | gentoo-2-a0909bc04c7207bc4b361681fc4cd507de63d66c.tar.gz gentoo-2-a0909bc04c7207bc4b361681fc4cd507de63d66c.tar.bz2 gentoo-2-a0909bc04c7207bc4b361681fc4cd507de63d66c.zip |
Remove old
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.0.5.ebuild | 95 |
2 files changed, 5 insertions, 96 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 076370e1e519..18ac8b914036 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.168 2011/06/01 19:50:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.169 2011/06/01 22:22:30 dilfridge Exp $ + + 01 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -ktorrent-4.0.5.ebuild: + Remove old 01 Jun 2011; Brent Baude <ranger@gentoo.org> ktorrent-4.1.1.ebuild: Marking ktorrent-4.1.1 ppc stable for bug 354033 diff --git a/net-p2p/ktorrent/ktorrent-4.0.5.ebuild b/net-p2p/ktorrent/ktorrent-4.0.5.ebuild deleted file mode 100644 index a71dff444bb3..000000000000 --- a/net-p2p/ktorrent/ktorrent-4.0.5.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.0.5.ebuild,v 1.6 2011/01/17 01:08:40 ranger Exp $ - -EAPI=3 - -KMNAME="extragear/network" -LIBKT_VERSION="${PV}" -if [[ ${PV} != 9999* ]]; then - inherit versionator - LIBKT_VERSION=$(($(get_major_version)-3)).$(get_after_major_version) - # upstream likes to skip that _ in beta releases - MY_PV="${PV/_/}" - MY_P="${PN}-${MY_PV}" - - KDE_LINGUAS="ar ast be bg ca ca@valencia 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 sr@ijekavian sr@ijekavianlatin - sr@latin sv tr uk zh_CN zh_TW" - 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" -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-${LIBKT_VERSION} - mediaplayer? ( >=media-libs/taglib-1.5 ) - plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} ) - rss? ( - >=kde-base/kdepimlibs-${KDE_MINIMAL} - ) - shutdown? ( - >=kde-base/libkworkspace-${KDE_MINIMAL} - >=kde-base/solid-${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 -} |