Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: ChangeLog libktorrent-1.1.3.ebuild libktorrent-1.1.1.ebuild
Date: Fri, 30 Dec 2011 22:59:00
Message-Id: 20111230225846.BC36B2004B@flycatcher.gentoo.org
1 dilfridge 11/12/30 22:58:46
2
3 Modified: ChangeLog
4 Added: libktorrent-1.1.3.ebuild
5 Removed: libktorrent-1.1.1.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.1.10.41/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.25 net-libs/libktorrent/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.25&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.25&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.24&r2=1.25
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
21 retrieving revision 1.24
22 retrieving revision 1.25
23 diff -u -r1.24 -r1.25
24 --- ChangeLog 15 Dec 2011 22:22:26 -0000 1.24
25 +++ ChangeLog 30 Dec 2011 22:58:46 -0000 1.25
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.24 2011/12/15 22:22:26 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.25 2011/12/30 22:58:46 dilfridge Exp $
31 +
32 +*libktorrent-1.1.3 (30 Dec 2011)
33 +
34 + 30 Dec 2011; Andreas K. Huettel <dilfridge@g.o>
35 + -libktorrent-1.1.1.ebuild, +libktorrent-1.1.3.ebuild:
36 + Version bump
37
38 15 Dec 2011; Agostino Sarubbo <ago@g.o> libktorrent-1.1.2.ebuild:
39 Stable for AMD64, wrt bug #394867
40
41
42
43 1.1 net-libs/libktorrent/libktorrent-1.1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libktorrent-1.1.3.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.3.ebuild,v 1.1 2011/12/30 22:58:46 dilfridge Exp $
53
54 EAPI=4
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 }