Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
Date: Mon, 30 May 2022 18:22:59
Message-Id: 1653934941.cfbcb626787f3cdce08b732a500887af052bf338.mattst88@gentoo
1 commit: cfbcb626787f3cdce08b732a500887af052bf338
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 18:05:49 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 18:22:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbcb626
7
8 dev-util/gdbus-codegen: Version bump to 2.72.2
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/gdbus-codegen/Manifest | 1 +
13 dev-util/gdbus-codegen/gdbus-codegen-2.72.2.ebuild | 72 ++++++++++++++++++++++
14 2 files changed, 73 insertions(+)
15
16 diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
17 index 13c070d58f92..c1a9a25b48f2 100644
18 --- a/dev-util/gdbus-codegen/Manifest
19 +++ b/dev-util/gdbus-codegen/Manifest
20 @@ -1,3 +1,4 @@
21 DIST glib-2.70.4.tar.xz 4824296 BLAKE2B 10e472672bfa20cadad01a9c22d01f2363c3033a234f4abe939c30a86e22621ffe9f8bec8031f43b18cc8c07a1ddfa05631979641d8dab88ae7b42345b2a3cde SHA512 e0fa19ef7c2ee48d94fb15074e4e58ecd23b288cfa7bb92ca72d3e337dade80c675595f05b26c10d351a0167f6b273656aef3686d44708121a8861b16b7635c0
22 DIST glib-2.72.0.tar.xz 4879172 BLAKE2B 0bff92ac749ff2f39bffb0583e00f3556e04d5fcbcf9fa81fe91f6aa9771490c1732ac451bd685dca18e73bffa10c20ad418f1253ba0d0cc8b01c471cf429eee SHA512 351ff025d26348112584bed2c1052427150a8a2f8642c813dae1583fb105184528ad20e264cdf44bbca658a26c280e36acd0e642add112d29edc1b25dfc94fad
23 DIST glib-2.72.1.tar.xz 4890672 BLAKE2B 95a563b5388ee4d239034fef6ec071a7d608be3dd5de716e7c5baca641a70d19ce6b14b693ac1041f65bfae815e5b829f02983234d1bbe6546cdd1c5159a8eab SHA512 341acc91b4bed7a980b396888a0ab504337b6870422a708ea3e178598c028bc230457a328c35db469d92b0067ce8ec35d08dbcfe6d5af3340b574d41c0131913
24 +DIST glib-2.72.2.tar.xz 4891264 BLAKE2B 932613e69edc302793c5db9fdff36fb4ec04df3820aaa3dc2ef6cc01b8124bee3fe2f96cabd9c44b49601425ba7af072f8ad6fd331f6247e00ab6fc94f7f2620 SHA512 9a1121be1d5b1de50fb732d55298a8deb6e6e7fe02e06ab18fdfbc51a0f0d77c13c5faf29a227b5746b0f8c1c0502fc79c36cef2b7a62c4701b9deffe5887e69
25
26 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.72.2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.72.2.ebuild
27 new file mode 100644
28 index 000000000000..510504f71cc6
29 --- /dev/null
30 +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.72.2.ebuild
31 @@ -0,0 +1,72 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +GNOME_ORG_MODULE="glib"
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +PYTHON_REQ_USE="xml(+)"
39 +DISTUTILS_SINGLE_IMPL=1
40 +DISTUTILS_USE_SETUPTOOLS=no
41 +
42 +inherit gnome.org distutils-r1
43 +
44 +DESCRIPTION="GDBus code and documentation generator"
45 +HOMEPAGE="https://www.gtk.org/"
46 +
47 +LICENSE="LGPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
50 +
51 +RDEPEND="${PYTHON_DEPS}"
52 +DEPEND="${RDEPEND}"
53 +BDEPEND="
54 + dev-libs/libxslt
55 + app-text/docbook-xsl-stylesheets
56 +"
57 +
58 +S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
59 +
60 +python_prepare_all() {
61 + PATCHES=(
62 + "${FILESDIR}/${PN}-2.56.1-sitedir.patch"
63 + )
64 + distutils-r1_python_prepare_all
65 +
66 + local MAJOR_VERSION=$(ver_cut 1)
67 + local MINOR_VERSION=$(ver_cut 2)
68 + sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
69 + sed -e "s:@VERSION@:${PV}:" \
70 + -e "s:@MAJOR_VERSION@:${MAJOR_VERSION}:" \
71 + -e "s:@MINOR_VERSION@:${MINOR_VERSION}:" config.py.in > config.py || die
72 + cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
73 + sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
74 +}
75 +
76 +do_xsltproc_command() {
77 + # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/glib-utils)
78 + xsltproc \
79 + --nonet \
80 + --stringparam man.output.quietly 1 \
81 + --stringparam funcsynopsis.style ansi \
82 + --stringparam man.th.extra1.suppress 1 \
83 + --stringparam man.authors.section.enabled 0 \
84 + --stringparam man.copyright.section.enabled 0 \
85 + -o "${2}" \
86 + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
87 + "${1}" || die "manpage generation failed"
88 +}
89 +
90 +src_compile() {
91 + distutils-r1_src_compile
92 + do_xsltproc_command "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
93 +}
94 +
95 +src_test() {
96 + einfo "Skipping tests. This package is tested by dev-libs/glib"
97 + einfo "when merged with FEATURES=test"
98 +}
99 +
100 +python_install_all() {
101 + distutils-r1_python_install_all # no-op, but prevents QA warning
102 + doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
103 +}