Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.3.1.ebuild ChangeLog
Date: Tue, 29 Jan 2013 12:40:23
Message-Id: 20130129124019.5B6E62171D@flycatcher.gentoo.org
1 kensington 13/01/29 12:40:19
2
3 Modified: ChangeLog
4 Added: libktorrent-1.3.1.ebuild
5 Log:
6 Version bump wrt bug #453676.
7
8 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
9
10 Revision Changes Path
11 1.47 net-libs/libktorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 23 Dec 2012 11:31:19 -0000 1.46
24 +++ ChangeLog 29 Jan 2013 12:40:19 -0000 1.47
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libktorrent
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.46 2012/12/23 11:31:19 maekke Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.47 2013/01/29 12:40:19 kensington Exp $
31 +
32 +*libktorrent-1.3.1 (29 Jan 2013)
33 +
34 + 29 Jan 2013; Michael Palimaka <kensington@g.o>
35 + +libktorrent-1.3.1.ebuild:
36 + Version bump wrt bug #453676.
37
38 23 Dec 2012; Markus Meier <maekke@g.o> libktorrent-1.3.0.ebuild:
39 add ~arm
40
41
42
43 1.1 net-libs/libktorrent/libktorrent-1.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libktorrent-1.3.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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.3.1.ebuild,v 1.1 2013/01/29 12:40:19 kensington Exp $
53
54 EAPI=5
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 bs 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 ug 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 ~arm ~ppc ~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 dev-libs/libgcrypt
91 "
92 DEPEND="${RDEPEND}
93 dev-libs/boost
94 sys-devel/gettext
95 "
96
97 src_prepare() {
98 kde4-base_src_prepare
99 # do not build non-installed example binary
100 sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
101 }