summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-17 22:49:17 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-17 22:49:17 +0300
commit448b095a89c921a8b2054ae26ee353c8e286547d (patch)
treeffc8549a23ab39e694f6a564077ed78b23acc5e1
parentd85dd3d76263d71ce0456fd379ff76264e55c89c (diff)
downloadkde-448b095a89c921a8b2054ae26ee353c8e286547d.tar.gz
kde-448b095a89c921a8b2054ae26ee353c8e286547d.tar.bz2
kde-448b095a89c921a8b2054ae26ee353c8e286547d.zip
ktorent moved to tree
-rw-r--r--net-p2p/ktorrent/ChangeLog19
-rw-r--r--net-p2p/ktorrent/Manifest4
-rw-r--r--net-p2p/ktorrent/ktorrent-3.2_beta1-r1.ebuild64
-rw-r--r--net-p2p/ktorrent/metadata.xml26
4 files changed, 0 insertions, 113 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog
deleted file mode 100644
index 670a5be8c05..00000000000
--- a/net-p2p/ktorrent/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for net-p2p/ktorrent
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*ktorrent-3.2_beta1-r1 (20 Dec 2008)
-
- 20 Dec 2008; Theo Chatzimichos <tampakrap@gmail.com>
- +ktorrent-3.2_beta1-r1.ebuild, -ktorrent-3.2_beta1.ebuild:
- version bump due to the in-tree ebuild
-
-*ktorrent-3.2_beta1 (14 Dec 2008)
-
- 14 Dec 2008; Alexey Shvetsov <alexxy@gentoo.ru> -ktorrent-3.1.5.ebuild,
- +ktorrent-3.2_beta1.ebuild:
- Version bump
-
- 30 Oct 2008; Theo Chatzimichos <tampakrap@gmail.com> ChangeLog:
- initial import of ktorrent
-
diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest
deleted file mode 100644
index e63097c73c6..00000000000
--- a/net-p2p/ktorrent/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ktorrent-3.2beta1.tar.bz2 2670434 RMD160 b06f2bd61a60973de6938c2e30bfa7f71bd58110 SHA1 d6410d5c6bc48e7b13557c52f21320c94bf504be SHA256 84048298231274e2d5a3ceec2dcf06822f9080356a2a38d650bf710a3b66979e
-EBUILD ktorrent-3.2_beta1-r1.ebuild 2262 RMD160 d1cc642c5781c1c285659fdcd609b184e5e727fe SHA1 78ff5b020c1196cbcb3d738dc71842ade2123480 SHA256 63e41e2a3f66f26f2bcaa6979c5b4ee38d3a0f2b3e34ef9c94d59361a100978b
-MISC ChangeLog 564 RMD160 71e4aac924393b1ff63c7abb96cba92114fd5179 SHA1 4503e2530aef6989dd1687ad9d46f5b57d9e1305 SHA256 028522da36a14ed628a99bfbbfe1ba0f370419d307305167965a4a6f36ba16f4
-MISC metadata.xml 1116 RMD160 24ac4ea12f6a13979ebca701767e115623cd2aa3 SHA1 bf97acd296231ee6e599f6701000b6161c57d88f SHA256 a7a347bfa336bce62813611e7aa043df5d5c47af2ce34dd6b89b94a3902901c6
diff --git a/net-p2p/ktorrent/ktorrent-3.2_beta1-r1.ebuild b/net-p2p/ktorrent/ktorrent-3.2_beta1-r1.ebuild
deleted file mode 100644
index 535f6a51a8d..00000000000
--- a/net-p2p/ktorrent/ktorrent-3.2_beta1-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2_beta1.ebuild,v 1.2 2008/12/10 12:26:24 scarabeus Exp $
-
-EAPI="2"
-
-KDE_MINIMAL="4.1"
-KDE_LINGUAS="ca cs da de el es et fr gl it ja lv nb nds nl nn pl pt pt_BR ru sv uk zh_CN zh_TW"
-inherit kde4-base
-
-MY_PV="${PV/_/}"
-MY_P="${P/_/}"
-
-DESCRIPTION="A BitTorrent program for KDE."
-HOMEPAGE="http://ktorrent.org/"
-SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="3"
-IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +mediaplayer +plasma +rss +scanfolder +search +stats +upnp webinterface"
-
-DEPEND="app-crypt/qca:2
- dev-libs/gmp
- sys-devel/gettext
- !kdeprefix? ( !net-p2p/ktorrent:0 )
- plasma? ( kde-base/plasma-workspace )
- !net-p2p/ktorrent:4.1"
- # 4.1 blocker is due to slot change. We wont slot based on kde version
- # but based on application version. This was stupid mistake.
-RDEPEND="${DEPEND}
- infowidget? ( >=dev-libs/geoip-1.4.4 )"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- # plasma is automagic so make it normal dep.
- use plasma && VALUE="true" || VALUE="false"
- sed -i \
- -e "s:macro_log_feature(PLASMA_FOUND:SET ( PLASMA_FOUND ${VALUE}) #:g" \
- CMakeLists.txt || die "sed failed"
-}
-src_configure() {
- local mycmakeargs
-
- mycmakeargs="${mycmakeargs}
- -DCMAKE_INSTALL_PREFIX=${PREFIX}
- -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)"
- kde4-base_src_configure
-}
diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml
deleted file mode 100644
index 01887adfb0f..00000000000
--- a/net-p2p/ktorrent/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <herd>net-p2p</herd>
- <maintainer>
- <email>deathwing00@gentoo.org</email>
- <name>deathwing00</name>
- </maintainer>
- <use>
- <flag name="bitfinder">Enable the bitfinder plugin</flag>
- <flag name="bwscheduler">Enable the bwscheduler plugin</flag>
- <flag name="downloadorder">Enable plugin for user selected download
- order</flag>
- <flag name="kross">Enable kross scripting support</flag>
- <flag name="infowidget">Enable the infowidget plugin</flag>
- <flag name="ipfilter">Enable the ipfilter plugin</flag>
- <flag name="logviewer">Enable the logviewer plugin</flag>
- <flag name="mediaplayer">Enable the mediaplayer plugin</flag>
- <flag name="scanfolder">Enable the scanfolder plugin</flag>
- <flag name="search">Enable the search plugin</flag>
- <flag name="stats">Enable the statistics plugin</flag>
- <flag name="upnp">Enable the uphp plugin</flag>
- <flag name="webinterface">Enable the webinterface plugin</flag>
- </use>
-</pkgmetadata>