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: libktorrent-1.0.5.3.ebuild ChangeLog libktorrent-1.0.4.ebuild
Date: Thu, 06 Jan 2011 21:56:45
Message-Id: 20110106215635.8155020057@flycatcher.gentoo.org
1 scarabeus 11/01/06 21:56:35
2
3 Modified: ChangeLog
4 Added: libktorrent-1.0.5.3.ebuild
5 Removed: libktorrent-1.0.4.ebuild
6 Log:
7 Version bump. Drop older.
8
9 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.8 net-libs/libktorrent/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.7&r2=1.8
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- ChangeLog 18 Oct 2010 20:04:51 -0000 1.7
25 +++ ChangeLog 6 Jan 2011 21:56:35 -0000 1.8
26 @@ -1,6 +1,12 @@
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.7 2010/10/18 20:04:51 scarabeus Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.8 2011/01/06 21:56:35 scarabeus Exp $
32 +
33 +*libktorrent-1.0.5.3 (06 Jan 2011)
34 +
35 + 06 Jan 2011; Tomáš Chvátal <scarabeus@g.o>
36 + -libktorrent-1.0.4.ebuild, +libktorrent-1.0.5.3.ebuild:
37 + Version bump. Drop older.
38
39 18 Oct 2010; Tomáš Chvátal <scarabeus@g.o>
40 libktorrent-1.0.4.ebuild:
41
42
43
44 1.1 net-libs/libktorrent/libktorrent-1.0.5.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libktorrent-1.0.5.3.ebuild
50 ===================================================================
51 # Copyright 1999-2011 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.5.3.ebuild,v 1.1 2011/01/06 21:56:34 scarabeus Exp $
54
55 EAPI=3
56 KMNAME="extragear/network"
57 if [[ ${PV} != 9999* ]]; then
58 inherit versionator
59 # upstream likes to skip that _ in beta releases
60 KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_after_major_version)
61 MY_PV="${PV/_/}"
62 MY_PV=$(replace_version_separator 3 '-' ${MY_PV}) # ZOMGHACK REMOVE ME NEXT TIME
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 inherit kde4-base
73
74 DESCRIPTION="A BitTorrent library based on KDE Platform"
75 HOMEPAGE="http://ktorrent.org/"
76
77 LICENSE="GPL-2"
78 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
79 SLOT="4"
80 IUSE="debug doc"
81
82 RDEPEND="
83 app-crypt/qca:2
84 dev-libs/gmp
85 "
86 DEPEND="${RDEPEND}
87 dev-libs/boost
88 sys-devel/gettext
89 doc? ( app-doc/doxygen[-nodot] )
90 "
91
92 src_compile() {
93 cmake-utils_src_compile
94
95 use doc && cmake-utils_src_compile docs
96 }
97
98 src_install() {
99 use doc && HTML_DOCS=( "${CMAKE_BUILD_DIR}/apidocs/html/" )
100
101 cmake-utils_src_install
102 }