Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: gdbus-codegen-2.34.3.ebuild ChangeLog gdbus-codegen-2.34.1.ebuild
Date: Tue, 27 Nov 2012 07:32:33
Message-Id: 20121127073222.87A6B20C65@flycatcher.gentoo.org
1 tetromino 12/11/27 07:32:22
2
3 Modified: ChangeLog
4 Added: gdbus-codegen-2.34.3.ebuild
5 Removed: gdbus-codegen-2.34.1.ebuild
6 Log:
7 Version bump, no code changes. Drop old.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
10
11 Revision Changes Path
12 1.40 dev-util/gdbus-codegen/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.40&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.40&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.39&r2=1.40
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
21 retrieving revision 1.39
22 retrieving revision 1.40
23 diff -u -r1.39 -r1.40
24 --- ChangeLog 10 Nov 2012 05:00:35 -0000 1.39
25 +++ ChangeLog 27 Nov 2012 07:32:22 -0000 1.40
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/gdbus-codegen
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.39 2012/11/10 05:00:35 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.40 2012/11/27 07:32:22 tetromino Exp $
31 +
32 +*gdbus-codegen-2.34.3 (27 Nov 2012)
33 +
34 + 27 Nov 2012; Alexandre Rostovtsev <tetromino@g.o>
35 + -gdbus-codegen-2.34.1.ebuild, +gdbus-codegen-2.34.3.ebuild:
36 + Version bump, no code changes. Drop old.
37
38 *gdbus-codegen-2.34.2 (10 Nov 2012)
39
40
41
42
43 1.1 dev-util/gdbus-codegen/gdbus-codegen-2.34.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.34.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.34.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gdbus-codegen-2.34.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.34.3.ebuild,v 1.1 2012/11/27 07:32:22 tetromino Exp $
53
54 EAPI="5"
55 GNOME_ORG_MODULE="glib"
56 PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2"
57 PYTHON_USE="xml"
58
59 inherit eutils gnome.org python-distutils-ng
60
61 DESCRIPTION="GDBus code and documentation generator"
62 HOMEPAGE="http://www.gtk.org/"
63
64 LICENSE="LGPL-2+"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
67 IUSE=""
68
69 RDEPEND=""
70 DEPEND=""
71
72 # To prevent circular dependencies with glib[test]
73 PDEPEND=">=dev-libs/glib-${PV}:2"
74
75 S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
76
77 python_prepare_all() {
78 epatch "${FILESDIR}/${PN}-2.32.4-sitedir.patch"
79 sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
80 -i config.py || die "sed config.py failed"
81
82 mv gdbus-codegen.in gdbus-codegen || die "mv failed"
83 cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
84 sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
85 }
86
87 src_test() {
88 elog "Skipping tests. This package is tested by dev-libs/glib"
89 elog "when merged with FEATURES=test"
90 }
91
92 python_install_all() {
93 doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
94 }