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/glib-utils/
Date: Sun, 24 May 2020 20:38:11
Message-Id: 1590352326.6fd85e67fb18575a5a27a93db42cc60652b33a42.mattst88@gentoo
1 commit: 6fd85e67fb18575a5a27a93db42cc60652b33a42
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sat May 23 19:45:04 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 20:32:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd85e67
7
8 dev-util/glib-utils: remove old 2.64.* ebuilds
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-util/glib-utils/Manifest | 2 -
15 dev-util/glib-utils/glib-utils-2.64.1.ebuild | 65 ----------------------------
16 dev-util/glib-utils/glib-utils-2.64.2.ebuild | 65 ----------------------------
17 3 files changed, 132 deletions(-)
18
19 diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
20 index df40c2176a0..b36b10638a2 100644
21 --- a/dev-util/glib-utils/Manifest
22 +++ b/dev-util/glib-utils/Manifest
23 @@ -1,6 +1,4 @@
24 DIST glib-2.60.7.tar.xz 4590568 BLAKE2B a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15 SHA512 d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
25 DIST glib-2.62.5.tar.xz 4702492 BLAKE2B 03e04cb149b3301959013c5db20b1f3606951ed80105e0580d40177586a5834afb975ace0d25d5311fd63d29a48129128bdddf29a808e371f1400c00033be1a3 SHA512 2f99422ff8245524aabdb52f5d388ef4bde0fc075eab24499b4023f6ca143b80a74e265117b9e7a9de68a347b0c7eaa8655c836d7bbb63d54cad5c6dda630371
26 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276 SHA512 8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
27 -DIST glib-2.64.1.tar.xz 4758548 BLAKE2B 5585d23fee28d7c32b1bb9e1defbc31ba469aa259e3c328760d1e702d98706cf251bfb50b5e2aed37b2cdfa6ab4319372ddcd0a9937c97a2614741b504af17a5 SHA512 1cefe49a42233f24ac6bd09c134ceea7119f4f74f42204a731be56100a180eec69c8224674f0b08d1538ad0859896ed08260a6af0fed469c7d10b4508116a6bc
28 -DIST glib-2.64.2.tar.xz 4760436 BLAKE2B 8145684ca9f966f92ed9cdafcbf46c59291dc1215fc9feae482fb33f61bd175a679fe5bc80f031190c9a0eb5eb650fab01e13bdda4bd41e9df3d21c6779681bc SHA512 c65adb76f4a03c19f2df186dde49724135975ec6cd059efca5d753e7459f77925657b1fb6fc4ff0d09b2461b2f6e58c9710fc8cde0a5d648ba0d68ccfef1ec57
29 DIST glib-2.64.3.tar.xz 4778964 BLAKE2B 98ec6e15a8ff642fbccd4809d749234d5adae8abcab7a3619caed0aa60370d0409a76a2c64a95998401e8a339dcc264f4f808f3d7be457ff40e38d70b0a8076b SHA512 a3828c37a50e86eb8791be53bd8af848d144e4580841ffab28f3b6eae5144f5cdf4a5d4b43130615b97488e700b274c2468fc7d561b3701a1fc686349501a1db
30
31 diff --git a/dev-util/glib-utils/glib-utils-2.64.1.ebuild b/dev-util/glib-utils/glib-utils-2.64.1.ebuild
32 deleted file mode 100644
33 index 0dd0c2ddd68..00000000000
34 --- a/dev-util/glib-utils/glib-utils-2.64.1.ebuild
35 +++ /dev/null
36 @@ -1,65 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -PYTHON_COMPAT=( python3_{6,7,8} )
42 -GNOME_ORG_MODULE="glib"
43 -
44 -inherit gnome.org python-single-r1
45 -
46 -DESCRIPTION="Build utilities for GLib using projects"
47 -HOMEPAGE="https://www.gtk.org/"
48 -
49 -LICENSE="LGPL-2.1+"
50 -SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
51 -IUSE=""
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
55 -
56 -RDEPEND="${PYTHON_DEPS}
57 - !<dev-libs/glib-2.56.2:2
58 -"
59 -DEPEND="${RDEPEND}"
60 -BDEPEND="
61 - dev-libs/libxslt
62 - app-text/docbook-xsl-stylesheets
63 -"
64 -
65 -src_configure() { :; }
66 -
67 -do_xsltproc_command() {
68 - # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/gdbus-codegen)
69 - xsltproc \
70 - --nonet \
71 - --stringparam man.output.quietly 1 \
72 - --stringparam funcsynopsis.style ansi \
73 - --stringparam man.th.extra1.suppress 1 \
74 - --stringparam man.authors.section.enabled 0 \
75 - --stringparam man.copyright.section.enabled 0 \
76 - -o "${2}" \
77 - http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
78 - "${1}" || die "manpage generation failed"
79 -}
80 -
81 -src_compile() {
82 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
83 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums || die
84 - sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" glib/gtester-report.in > glib/gtester-report || die
85 - do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml docs/reference/gobject/glib-genmarshal.1
86 - do_xsltproc_command docs/reference/gobject/glib-mkenums.xml docs/reference/gobject/glib-mkenums.1
87 - do_xsltproc_command docs/reference/glib/gtester-report.xml docs/reference/glib/gtester-report.1
88 -}
89 -
90 -src_install() {
91 - python_fix_shebang gobject/glib-genmarshal
92 - python_fix_shebang gobject/glib-mkenums
93 - python_fix_shebang glib/gtester-report
94 - exeinto /usr/bin
95 - doexe gobject/glib-genmarshal
96 - doexe gobject/glib-mkenums
97 - doexe glib/gtester-report
98 - doman docs/reference/gobject/glib-genmarshal.1
99 - doman docs/reference/gobject/glib-mkenums.1
100 - doman docs/reference/glib/gtester-report.1
101 -}
102
103 diff --git a/dev-util/glib-utils/glib-utils-2.64.2.ebuild b/dev-util/glib-utils/glib-utils-2.64.2.ebuild
104 deleted file mode 100644
105 index 0dd0c2ddd68..00000000000
106 --- a/dev-util/glib-utils/glib-utils-2.64.2.ebuild
107 +++ /dev/null
108 @@ -1,65 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -PYTHON_COMPAT=( python3_{6,7,8} )
114 -GNOME_ORG_MODULE="glib"
115 -
116 -inherit gnome.org python-single-r1
117 -
118 -DESCRIPTION="Build utilities for GLib using projects"
119 -HOMEPAGE="https://www.gtk.org/"
120 -
121 -LICENSE="LGPL-2.1+"
122 -SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
123 -IUSE=""
124 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
125 -
126 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
127 -
128 -RDEPEND="${PYTHON_DEPS}
129 - !<dev-libs/glib-2.56.2:2
130 -"
131 -DEPEND="${RDEPEND}"
132 -BDEPEND="
133 - dev-libs/libxslt
134 - app-text/docbook-xsl-stylesheets
135 -"
136 -
137 -src_configure() { :; }
138 -
139 -do_xsltproc_command() {
140 - # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/gdbus-codegen)
141 - xsltproc \
142 - --nonet \
143 - --stringparam man.output.quietly 1 \
144 - --stringparam funcsynopsis.style ansi \
145 - --stringparam man.th.extra1.suppress 1 \
146 - --stringparam man.authors.section.enabled 0 \
147 - --stringparam man.copyright.section.enabled 0 \
148 - -o "${2}" \
149 - http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
150 - "${1}" || die "manpage generation failed"
151 -}
152 -
153 -src_compile() {
154 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
155 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums || die
156 - sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" glib/gtester-report.in > glib/gtester-report || die
157 - do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml docs/reference/gobject/glib-genmarshal.1
158 - do_xsltproc_command docs/reference/gobject/glib-mkenums.xml docs/reference/gobject/glib-mkenums.1
159 - do_xsltproc_command docs/reference/glib/gtester-report.xml docs/reference/glib/gtester-report.1
160 -}
161 -
162 -src_install() {
163 - python_fix_shebang gobject/glib-genmarshal
164 - python_fix_shebang gobject/glib-mkenums
165 - python_fix_shebang glib/gtester-report
166 - exeinto /usr/bin
167 - doexe gobject/glib-genmarshal
168 - doexe gobject/glib-mkenums
169 - doexe glib/gtester-report
170 - doman docs/reference/gobject/glib-genmarshal.1
171 - doman docs/reference/gobject/glib-mkenums.1
172 - doman docs/reference/glib/gtester-report.1
173 -}