Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
Date: Sat, 11 Jan 2020 18:13:42
Message-Id: 1578766336.244c7b4d5010f954f18e73ec6644f9c00618892f.leio@gentoo
1 commit: 244c7b4d5010f954f18e73ec6644f9c00618892f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 18:02:14 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 18:12:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244c7b4d
7
8 dev-util/gdbus-codegen: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-util/gdbus-codegen/Manifest | 1 -
14 dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild | 70 ----------------------
15 2 files changed, 71 deletions(-)
16
17 diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
18 index 55f174182a9..35f017b7582 100644
19 --- a/dev-util/gdbus-codegen/Manifest
20 +++ b/dev-util/gdbus-codegen/Manifest
21 @@ -1,2 +1 @@
22 -DIST glib-2.58.3.tar.xz 4863648 BLAKE2B 4269bd6e80869f39d567917438f750561debb1b45d40ecea487d2e76e2468e07dc8d80a23678699f7b8f7778c2ed9d29e866ae5e33770f51ed00709dd5fe97eb SHA512 1e1cb5b607367dcbadb95563d463e81702cf396b28f1173f6d933707f4f3d5595a70225423e918807a05994a24f16fa3ac87d2ec67e4b670244ea99836634cce
23 DIST glib-2.60.7.tar.xz 4590568 BLAKE2B a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15 SHA512 d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
24
25 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild
26 deleted file mode 100644
27 index 5d8b9eb3d88..00000000000
28 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild
29 +++ /dev/null
30 @@ -1,70 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GNOME_ORG_MODULE="glib"
36 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
37 -PYTHON_REQ_USE="xml"
38 -DISTUTILS_SINGLE_IMPL=1
39 -
40 -inherit gnome.org distutils-r1
41 -
42 -DESCRIPTION="GDBus code and documentation generator"
43 -HOMEPAGE="https://www.gtk.org/"
44 -
45 -LICENSE="LGPL-2+"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
48 -IUSE=""
49 -
50 -RDEPEND="${PYTHON_DEPS}"
51 -DEPEND="${RDEPEND}
52 - dev-libs/libxslt
53 - app-text/docbook-xsl-stylesheets
54 -"
55 -
56 -# To prevent circular dependencies with glib[test]
57 -PDEPEND=">=dev-libs/glib-${PV}:2"
58 -
59 -S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
60 -
61 -python_prepare_all() {
62 - PATCHES=(
63 - "${FILESDIR}/${PN}-2.56.1-sitedir.patch"
64 - )
65 - distutils-r1_python_prepare_all
66 -
67 - sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
68 - sed -e "s:@VERSION@:${PV}:" config.py.in > config.py || die
69 - cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
70 - sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
71 -}
72 -
73 -do_xsltproc_command() {
74 - # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/glib-utils)
75 - xsltproc \
76 - --nonet \
77 - --stringparam man.output.quietly 1 \
78 - --stringparam funcsynopsis.style ansi \
79 - --stringparam man.th.extra1.suppress 1 \
80 - --stringparam man.authors.section.enabled 0 \
81 - --stringparam man.copyright.section.enabled 0 \
82 - -o "${2}" \
83 - http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
84 - "${1}" || die "manpage generation failed"
85 -}
86 -
87 -src_compile() {
88 - distutils-r1_src_compile
89 - do_xsltproc_command "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
90 -}
91 -
92 -src_test() {
93 - einfo "Skipping tests. This package is tested by dev-libs/glib"
94 - einfo "when merged with FEATURES=test"
95 -}
96 -
97 -python_install_all() {
98 - distutils-r1_python_install_all # no-op, but prevents QA warning
99 - doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
100 -}