* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ChangeLog ktorrent-2.2.6.ebuild
@ 2008-04-25 15:30 Ben de Groot (yngwin)
0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2008-04-25 15:30 UTC (permalink / raw
To: gentoo-commits
yngwin 08/04/25 15:30:09
Modified: ChangeLog
Added: ktorrent-2.2.6.ebuild
Log:
ktorrent version bump
(Portage version: 2.1.5_rc6)
Revision Changes Path
1.81 net-p2p/ktorrent/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 26 Mar 2008 20:49:04 -0000 1.80
+++ ChangeLog 25 Apr 2008 15:30:08 -0000 1.81
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/ktorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.80 2008/03/26 20:49:04 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.81 2008/04/25 15:30:08 yngwin Exp $
+
+*ktorrent-2.2.6 (25 Apr 2008)
+
+ 25 Apr 2008; Ben de Groot <yngwin@gentoo.org> +ktorrent-2.2.6.ebuild:
+ Version bump, fixes bug 219115
*ktorrent-3.0.1 (26 Mar 2008)
1.1 net-p2p/ktorrent/ktorrent-2.2.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.6.ebuild?rev=1.1&content-type=text/plain
Index: ktorrent-2.2.6.ebuild
===================================================================
# 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-2.2.6.ebuild,v 1.1 2008/04/25 15:30:08 yngwin Exp $
inherit kde
MY_P="${P/_/}"
MY_PV="${PV/_/}"
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"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="avahi kdeenablefinal"
DEPEND="dev-libs/gmp
>=dev-libs/geoip-1.4.0-r1
avahi? ( >=net-dns/avahi-0.6.16-r1 )"
RDEPEND="${DEPEND}
|| ( =kde-base/kdebase-kioslaves-3.5* =kde-base/kdebase-3.5* )"
S="${WORKDIR}/${MY_P}"
need-kde 3.5
LANGS="ar bg br ca cs cy da de el en_GB es et fa fr gl hu it ja ka lt
ms nb nds nl pa pl pt pt_BR ru rw sk sr sr@Latn sv tr uk zh_CN zh_TW"
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
done
pkg_setup() {
if use avahi && ! built_with_use net-dns/avahi qt3 ; then
echo
eerror "In order to use ktorrents zeroconf plugin you need to have"
eerror "net-dns/avahi emerged with \"qt3\" in your USE flag. Please add"
eerror "that flag, re-emerge avahi, and then emerge ktorrent again."
echo
die "net-dns/avahi not built with \"qt3\" support."
fi
kde_pkg_setup
}
src_unpack() {
kde_src_unpack
local MAKE_LANGS
cd "${WORKDIR}/${MY_P}/translations"
for X in ${LANGS} ; do
use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}"
done
sed -i -e "s:SUBDIRS=.*:SUBDIRS=${MAKE_LANGS}:" Makefile.am
cd "${S}"
# Fix automagic dependencies on avahi
epatch "${FILESDIR}/${PN}-2.2.5-avahi-check.patch"
rm -f "${S}/configure"
}
src_compile(){
local myconf="${myconf}
$(use_with avahi)
--enable-builtin-country-flags
--enable-knetwork
--enable-system-geoip
--enable-torrent-mimetype
--disable-geoip"
kde_src_compile
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-25 15:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 15:30 [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ChangeLog ktorrent-2.2.6.ebuild Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox