Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305211 Details for
Bug 407993
ktorrent-4.2.0 && libktorrent-1.2.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ktorrent-4.2.0 ebuild
0001-net-p2p-ktorrent-version-bump.patch (text/plain), 4.35 KB, created by
Pavlos Ratis (RETIRED)
on 2012-03-13 15:10:32 UTC
(
hide
)
Description:
ktorrent-4.2.0 ebuild
Filename:
MIME Type:
Creator:
Pavlos Ratis (RETIRED)
Created:
2012-03-13 15:10:32 UTC
Size:
4.35 KB
patch
obsolete
>From 9ac282a1a8946bf7daa1758db4132dc4faea07fb Mon Sep 17 00:00:00 2001 >From: Pavlos Ratis <dastergon@gmail.com> >Date: Tue, 13 Mar 2012 17:03:33 +0000 >Subject: [PATCH] [net-p2p/ktorrent] version bump > >--- > net-p2p/ktorrent/Manifest | 1 + > net-p2p/ktorrent/ktorrent-4.2.0.ebuild | 102 ++++++++++++++++++++++++++++++++ > 2 files changed, 103 insertions(+), 0 deletions(-) > create mode 100644 net-p2p/ktorrent/Manifest > create mode 100644 net-p2p/ktorrent/ktorrent-4.2.0.ebuild > >diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest >new file mode 100644 >index 0000000..7bb5976 >--- /dev/null >+++ b/net-p2p/ktorrent/Manifest >@@ -0,0 +1 @@ >+DIST ktorrent-4.2.0.tar.bz2 3083219 SHA256 f625b1dc116c94d97ce3b56a7a259b07d95f6592b709596319bf16bb06cf6422 SHA512 248b70e537059092ced1cf408586df40feb10be4e4fe6aee5b18bdf046c42eff008c65628423728c98f9000eab1ea24942085576231827de5c209406f2d590b8 WHIRLPOOL 7251bfbd891a41a4b5c17f1eda8de24196ce497e6050107d5f6b9903722383fe99075845775fb6cdaf5107d43033d233ba5e4e5e57cba9b2d055e5fb984161dd >diff --git a/net-p2p/ktorrent/ktorrent-4.2.0.ebuild b/net-p2p/ktorrent/ktorrent-4.2.0.ebuild >new file mode 100644 >index 0000000..0b39111 >--- /dev/null >+++ b/net-p2p/ktorrent/ktorrent-4.2.0.ebuild >@@ -0,0 +1,102 @@ >+# Copyright 1999-2012 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+# $Header: $ >+ >+EAPI=4 >+ >+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} >+ infowidget? ( dev-libs/geoip ) >+ 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} >+ 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 >+} >-- >1.7.8.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 407993
:
305209
| 305211