Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: ChangeLog libktorrent-1.0.3.ebuild libktorrent-1.0.1.ebuild libktorrent-1.0.2.ebuild
Date: Tue, 31 Aug 2010 21:55:40
Message-Id: 20100831215536.C23F820051@flycatcher.gentoo.org
1 scarabeus 10/08/31 21:55:36
2
3 Modified: ChangeLog
4 Added: libktorrent-1.0.3.ebuild
5 Removed: libktorrent-1.0.1.ebuild libktorrent-1.0.2.ebuild
6 Log:
7 Version bump. Drop old.
8
9 (Portage version: 2.2_rc71/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 net-libs/libktorrent/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 9 Jul 2010 11:39:56 -0000 1.4
25 +++ ChangeLog 31 Aug 2010 21:55:36 -0000 1.5
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-libs/libktorrent
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.4 2010/07/09 11:39:56 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.5 2010/08/31 21:55:36 scarabeus Exp $
31 +
32 +*libktorrent-1.0.3 (31 Aug 2010)
33 +
34 + 31 Aug 2010; Tomáš Chvátal <scarabeus@g.o>
35 + -libktorrent-1.0.1.ebuild, -libktorrent-1.0.2.ebuild,
36 + +libktorrent-1.0.3.ebuild:
37 + Version bump. Drop old.
38
39 *libktorrent-1.0.2 (09 Jul 2010)
40
41
42
43
44 1.1 net-libs/libktorrent/libktorrent-1.0.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libktorrent-1.0.3.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.3.ebuild,v 1.1 2010/08/31 21:55:36 scarabeus Exp $
54
55 EAPI="2"
56
57 if [[ ${PV} == *9999* ]] ; then
58 KMNAME="extragear/network"
59 else
60 # upstream likes to skip that _ in beta releases
61 KTORRENT_VERSION="4.0.3"
62 MY_PV="${PV/_/}"
63 MY_P="${PN}-${MY_PV}"
64
65 KDE_LINGUAS="ar ast be bg ca ca@valencia cs da de el en_GB eo es et eu
66 fi fr ga gl hi hne hr hu is it ja km ku lt lv ms nb nds nl nn oc pl
67 pt pt_BR ro ru se si sk sl sr sr@ijekavian sr@ijekavianlatin
68 sr@latin sv tr uk zh_CN zh_TW"
69 SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
70 S="${WORKDIR}"/"${MY_P}"
71 fi
72
73 inherit kde4-base
74
75 DESCRIPTION="A BitTorrent library based on KDE Platform"
76 HOMEPAGE="http://ktorrent.org/"
77
78 LICENSE="GPL-2"
79 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
80 SLOT="4"
81 IUSE="debug doc"
82
83 RDEPEND="
84 app-crypt/qca:2
85 dev-libs/gmp
86 "
87 DEPEND="${RDEPEND}
88 dev-libs/boost
89 sys-devel/gettext
90 doc? ( app-doc/doxygen[-nodot] )
91 "
92
93 src_compile() {
94 cmake-utils_src_compile
95
96 use doc && cmake-utils_src_compile docs
97 }
98
99 src_install() {
100 use doc && HTML_DOCS=( "${CMAKE_BUILD_DIR}/apidocs/html/" )
101
102 cmake-utils_src_install
103 }