public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/, net-libs/libktorrent/
@ 2011-03-23  8:37 Tomas Chvatal
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal @ 2011-03-23  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f701c6709686dc265fabdbac4149e5c1aa58575c
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 08:35:09 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 08:35:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f701c670

[ktorrent] Drop stuff in main tree.

---
 net-libs/libktorrent/libktorrent-1.1.0.ebuild |   51 ------------
 net-p2p/ktorrent/ktorrent-4.1.0.ebuild        |  102 -------------------------
 2 files changed, 0 insertions(+), 153 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-1.1.0.ebuild b/net-libs/libktorrent/libktorrent-1.1.0.ebuild
deleted file mode 100644
index f7253e1..0000000
--- a/net-libs/libktorrent/libktorrent-1.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.5 2011/01/17 01:07:43 ranger Exp $
-
-EAPI=3
-
-KDE_SCM="git"
-if [[ ${PV} != 9999* ]]; then
-	inherit versionator
-	# upstream likes to skip that _ in beta releases
-	MY_PV="${PV/_/}"
-	KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2-3 ${MY_PV})
-	MY_P="${PN}-${MY_PV}"
-	KDE_HANDBOOK="optional"
-	KDE_DOC_DIRS="doc"
-
-	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 ku lt lv 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/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
-	S="${WORKDIR}"/"${MY_P}"
-
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-else
-	KEYWORDS=""
-fi
-VIRTUALX_REQUIRED=test
-inherit kde4-base
-
-DESCRIPTION="A BitTorrent library based on KDE Platform"
-HOMEPAGE="http://ktorrent.org/"
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-	app-crypt/qca:2
-	dev-libs/gmp
-"
-DEPEND="${RDEPEND}
-	dev-libs/boost
-	sys-devel/gettext
-"
-
-src_prepare() {
-	kde4-base_src_prepare
-	# do not build non-installed example binary
-	sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
-}

diff --git a/net-p2p/ktorrent/ktorrent-4.1.0.ebuild b/net-p2p/ktorrent/ktorrent-4.1.0.ebuild
deleted file mode 100644
index 7366758..0000000
--- a/net-p2p/ktorrent/ktorrent-4.1.0.ebuild
+++ /dev/null
@@ -1,102 +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
-
-KDE_SCM="git"
-KDE_MINIMAL="4.5"
-LIBKT_VERSION_MIN="${PV}"
-LIBKT_VERSION_MAX="99999999"
-if [[ ${PV} != 9999* ]]; then
-	inherit versionator
-	# upstream likes to skip that _ in beta releases
-	MY_PV="${PV/_/}"
-	LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 ${PV})
-	LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 2)+1))
-	MY_P="${PN}-${MY_PV}"
-	KDE_HANDBOOK="optional"
-	KDE_DOC_DIRS="doc"
-
-	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}"
-
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-else
-	LIBKT_VERSION_MIN="${PV}"
-	LIBKT_VERSION_MAX="99999999"
-	KEYWORDS=""
-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
-+magnetgenerator +mediaplayer plasma rss +scanfolder +search +shutdown +stats
-+upnp webinterface +zeroconf"
-
-COMMONDEPEND="
-	<net-libs/libktorrent-${LIBKT_VERSION_MAX}
-	>=net-libs/libktorrent-${LIBKT_VERSION_MIN}
-	mediaplayer? ( >=media-libs/taglib-1.5 )
-	plasma? ( $(add_kdebase_dep libtaskmanager) )
-	rss? ( $(add_kdebase_dep kdepimlibs) )
-	shutdown? (
-		$(add_kdebase_dep libkworkspace)
-		$(add_kdebase_dep solid)
-	)
-"
-DEPEND="${COMMONDEPEND}
-	dev-libs/boost
-	sys-devel/gettext
-"
-RDEPEND="${COMMONDEPEND}
-	infowidget? ( dev-libs/geoip )
-	ipfilter? (
-		app-arch/bzip2
-		app-arch/unzip
-		$(add_kdebase_dep kdebase-kioslaves)
-	)
-	kross? ( $(add_kdebase_dep krosspython) )
-"
-
-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=(
-		$(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
-}



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/, net-libs/libktorrent/
@ 2011-03-21 17:39 Tomas Chvatal
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal @ 2011-03-21 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2c6ffe1de58aed4a1ca46614017f67e289506b4a
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 17:38:09 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 17:38:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2c6ffe1d

Add new ktorrent (somebody plz move this to main tree.

---
 ...ent-1.1_rc1.ebuild => libktorrent-1.1.0.ebuild} |    5 ++++-
 ...orrent-4.1_rc1.ebuild => ktorrent-4.1.0.ebuild} |    0
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-1.1_rc1.ebuild b/net-libs/libktorrent/libktorrent-1.1.0.ebuild
similarity index 95%
rename from net-libs/libktorrent/libktorrent-1.1_rc1.ebuild
rename to net-libs/libktorrent/libktorrent-1.1.0.ebuild
index 7ad17a8..f7253e1 100644
--- a/net-libs/libktorrent/libktorrent-1.1_rc1.ebuild
+++ b/net-libs/libktorrent/libktorrent-1.1.0.ebuild
@@ -20,6 +20,10 @@ if [[ ${PV} != 9999* ]]; then
 		sr@latin sv tr uk zh_CN zh_TW"
 	SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
 	S="${WORKDIR}"/"${MY_P}"
+
+	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+else
+	KEYWORDS=""
 fi
 VIRTUALX_REQUIRED=test
 inherit kde4-base
@@ -28,7 +32,6 @@ DESCRIPTION="A BitTorrent library based on KDE Platform"
 HOMEPAGE="http://ktorrent.org/"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 SLOT="4"
 IUSE="debug"
 

diff --git a/net-p2p/ktorrent/ktorrent-4.1_rc1.ebuild b/net-p2p/ktorrent/ktorrent-4.1.0.ebuild
similarity index 100%
rename from net-p2p/ktorrent/ktorrent-4.1_rc1.ebuild
rename to net-p2p/ktorrent/ktorrent-4.1.0.ebuild



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/, net-libs/libktorrent/
@ 2011-02-16 12:45 Tomas Chvatal
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal @ 2011-02-16 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bcf0ae711bfcc163661c49ed45db26d00cbef875
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 12:44:19 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 12:44:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bcf0ae71

[ktorrent/libktorrent] Bump to rc1

---
 ...1.1_beta1.ebuild => libktorrent-1.1_rc1.ebuild} |    0
 ...nt-4.1_beta1.ebuild => ktorrent-4.1_rc1.ebuild} |    0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-1.1_beta1.ebuild b/net-libs/libktorrent/libktorrent-1.1_rc1.ebuild
similarity index 100%
rename from net-libs/libktorrent/libktorrent-1.1_beta1.ebuild
rename to net-libs/libktorrent/libktorrent-1.1_rc1.ebuild

diff --git a/net-p2p/ktorrent/ktorrent-4.1_beta1.ebuild b/net-p2p/ktorrent/ktorrent-4.1_rc1.ebuild
similarity index 100%
rename from net-p2p/ktorrent/ktorrent-4.1_beta1.ebuild
rename to net-p2p/ktorrent/ktorrent-4.1_rc1.ebuild



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-23  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23  8:37 [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/, net-libs/libktorrent/ Tomas Chvatal
  -- strict thread matches above, loose matches on Subject: below --
2011-03-21 17:39 Tomas Chvatal
2011-02-16 12:45 Tomas Chvatal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox