Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
Date: Fri, 12 Jan 2018 11:33:48
Message-Id: 1515756816.128f6d7207ee1364c4be3192034a37e1acdf7fd3.expeditioneer@gentoo
1 commit: 128f6d7207ee1364c4be3192034a37e1acdf7fd3
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 12 11:33:36 2018 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 12 11:33:36 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=128f6d72
7
8 dev-util/gdbus-codegen: drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild | 47 ----------------------
13 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild | 3 +-
14 2 files changed, 1 insertion(+), 49 deletions(-)
15
16 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild
17 deleted file mode 100644
18 index eb59bd06..00000000
19 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild
20 +++ /dev/null
21 @@ -1,47 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="5"
27 -GNOME_ORG_MODULE="glib"
28 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
29 -PYTHON_REQ_USE="xml"
30 -
31 -inherit eutils gnome.org distutils-r1
32 -
33 -DESCRIPTION="GDBus code and documentation generator"
34 -HOMEPAGE="http://www.gtk.org/"
35 -
36 -LICENSE="LGPL-2+"
37 -SLOT="0"
38 -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"
39 -IUSE=""
40 -
41 -RDEPEND="${PYTHON_DEPS}"
42 -DEPEND="${RDEPEND}"
43 -
44 -# To prevent circular dependencies with glib[test]
45 -PDEPEND=">=dev-libs/glib-${PV}:2"
46 -
47 -S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
48 -
49 -python_prepare_all() {
50 - PATCHES=(
51 - "${FILESDIR}/${PN}-2.40.0-sitedir.patch"
52 - )
53 - distutils-r1_python_prepare_all
54 -
55 - sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
56 - cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
57 - sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
58 -}
59 -
60 -src_test() {
61 - einfo "Skipping tests. This package is tested by dev-libs/glib"
62 - einfo "when merged with FEATURES=test"
63 -}
64 -
65 -python_install_all() {
66 - distutils-r1_python_install_all # no-op, but prevents QA warning
67 - doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
68 -}
69
70 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
71 index 6bb9cd17..34284cbd 100644
72 --- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
73 +++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
74 @@ -1,6 +1,5 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 +# Copyright 1999-2018 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Id$
79
80 EAPI="5"
81 GNOME_ORG_MODULE="glib"