Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: gdbus-codegen-2.40.2.ebuild ChangeLog
Date: Sun, 28 Sep 2014 12:52:30
Message-Id: 20140928125226.51F256734@oystercatcher.gentoo.org
1 pacho 14/09/28 12:52:26
2
3 Modified: ChangeLog
4 Added: gdbus-codegen-2.40.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.96 dev-util/gdbus-codegen/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.96&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.96&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.95&r2=1.96
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
20 retrieving revision 1.95
21 retrieving revision 1.96
22 diff -u -r1.95 -r1.96
23 --- ChangeLog 15 Sep 2014 08:19:52 -0000 1.95
24 +++ ChangeLog 28 Sep 2014 12:52:26 -0000 1.96
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/gdbus-codegen
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.95 2014/09/15 08:19:52 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.96 2014/09/28 12:52:26 pacho Exp $
30 +
31 +*gdbus-codegen-2.40.2 (28 Sep 2014)
32 +
33 + 28 Sep 2014; Pacho Ramos <pacho@g.o> +gdbus-codegen-2.40.2.ebuild:
34 + Version bump
35
36 15 Sep 2014; Agostino Sarubbo <ago@g.o> gdbus-codegen-2.40.0.ebuild:
37 Stable for sparc, wrt bug #512012
38
39
40
41 1.1 dev-util/gdbus-codegen/gdbus-codegen-2.40.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gdbus-codegen-2.40.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.2.ebuild,v 1.1 2014/09/28 12:52:26 pacho Exp $
51
52 EAPI="5"
53 GNOME_ORG_MODULE="glib"
54 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
55 PYTHON_REQ_USE="xml"
56
57 inherit eutils gnome.org distutils-r1
58
59 DESCRIPTION="GDBus code and documentation generator"
60 HOMEPAGE="http://www.gtk.org/"
61
62 LICENSE="LGPL-2+"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
65 IUSE=""
66
67 RDEPEND="${PYTHON_DEPS}"
68 DEPEND="${RDEPEND}"
69
70 # To prevent circular dependencies with glib[test]
71 PDEPEND=">=dev-libs/glib-${PV}:2"
72
73 S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
74
75 python_prepare_all() {
76 PATCHES=(
77 "${FILESDIR}/${PN}-2.40.0-sitedir.patch"
78 )
79 distutils-r1_python_prepare_all
80 sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
81 -i config.py || die "sed config.py failed"
82
83 sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
84 cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
85 sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
86 }
87
88 src_test() {
89 einfo "Skipping tests. This package is tested by dev-libs/glib"
90 einfo "when merged with FEATURES=test"
91 }
92
93 python_install_all() {
94 distutils-r1_python_install_all # no-op, but prevents QA warning
95 doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
96 }