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.1.1.ebuild libktorrent-1.1.0.ebuild
Date: Thu, 05 May 2011 14:26:13
Message-Id: 20110505142603.68F9D20054@flycatcher.gentoo.org
1 scarabeus 11/05/05 14:26:03
2
3 Modified: ChangeLog
4 Added: libktorrent-1.1.1.ebuild
5 Removed: libktorrent-1.1.0.ebuild
6 Log:
7 Version bump. Drop older.
8
9 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.17 net-libs/libktorrent/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 23 Mar 2011 08:31:48 -0000 1.16
25 +++ ChangeLog 5 May 2011 14:26:03 -0000 1.17
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/libktorrent
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.16 2011/03/23 08:31:48 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.17 2011/05/05 14:26:03 scarabeus Exp $
31 +
32 +*libktorrent-1.1.1 (05 May 2011)
33 +
34 + 05 May 2011; Tomáš Chvátal <scarabeus@g.o>
35 + -libktorrent-1.1.0.ebuild, +libktorrent-1.1.1.ebuild:
36 + Version bump. Drop older.
37
38 *libktorrent-1.1.0 (23 Mar 2011)
39
40
41
42
43 1.1 net-libs/libktorrent/libktorrent-1.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libktorrent-1.1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild,v 1.1 2011/05/05 14:26:03 scarabeus Exp $
53
54 EAPI=3
55
56 KDE_SCM="git"
57 if [[ ${PV} != 9999* ]]; then
58 inherit versionator
59 # upstream likes to skip that _ in beta releases
60 MY_PV="${PV/_/}"
61 KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2-3 ${MY_PV})
62 MY_P="${PN}-${MY_PV}"
63 KDE_HANDBOOK="optional"
64 KDE_DOC_DIRS="doc"
65
66 KDE_LINGUAS="ar ast be bg ca ca@valencia cs da de el en_GB eo es et eu
67 fi fr ga gl hi hne hr hu is it ja km ku lt lv ms nb nds nl nn oc pl
68 pt pt_BR ro ru se si sk sl sr sr@ijekavian sr@ijekavianlatin
69 sr@latin sv tr uk zh_CN zh_TW"
70 SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
71 S="${WORKDIR}"/"${MY_P}"
72
73 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
74 else
75 KEYWORDS=""
76 fi
77 VIRTUALX_REQUIRED=test
78 inherit kde4-base
79
80 DESCRIPTION="A BitTorrent library based on KDE Platform"
81 HOMEPAGE="http://ktorrent.org/"
82
83 LICENSE="GPL-2"
84 SLOT="4"
85 IUSE="debug"
86
87 RDEPEND="
88 app-crypt/qca:2
89 dev-libs/gmp
90 "
91 DEPEND="${RDEPEND}
92 dev-libs/boost
93 sys-devel/gettext
94 "
95
96 src_prepare() {
97 kde4-base_src_prepare
98 # do not build non-installed example binary
99 sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
100 }