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/glib-utils/
Date: Mon, 08 Apr 2019 08:39:45
Message-Id: 1554712151.be6077cbc7fe31229a0095d1fc4e7a4b0c665f50.leio@gentoo
1 commit: be6077cbc7fe31229a0095d1fc4e7a4b0c665f50
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 08:29:11 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 08:29:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6077cb
7
8 dev-util/glib-utils: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-util/glib-utils/Manifest | 1 -
14 dev-util/glib-utils/glib-utils-2.56.4.ebuild | 43 ----------------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
18 index a238c88aea2..02142f1ea3c 100644
19 --- a/dev-util/glib-utils/Manifest
20 +++ b/dev-util/glib-utils/Manifest
21 @@ -1,2 +1 @@
22 -DIST glib-2.56.4.tar.xz 7029768 BLAKE2B 21cf840128e468151eeac55f0323f8f643973422b70bb65655e24c0a6b2f7ee72d5ae879bfae73df84fa2281fc425cc98328597910ba8fd99d7a52024e1b3ab6 SHA512 280a46c2af13283a08c15ff0b4f5492659c2884521930600ad45310ed181c44a878ad8f9b36bae68ed6e7d92db6f1630f7bf015148c513dc317d25807f13abb0
23 DIST glib-2.58.3.tar.xz 4863648 BLAKE2B 4269bd6e80869f39d567917438f750561debb1b45d40ecea487d2e76e2468e07dc8d80a23678699f7b8f7778c2ed9d29e866ae5e33770f51ed00709dd5fe97eb SHA512 1e1cb5b607367dcbadb95563d463e81702cf396b28f1173f6d933707f4f3d5595a70225423e918807a05994a24f16fa3ac87d2ec67e4b670244ea99836634cce
24
25 diff --git a/dev-util/glib-utils/glib-utils-2.56.4.ebuild b/dev-util/glib-utils/glib-utils-2.56.4.ebuild
26 deleted file mode 100644
27 index 7fbd4e170b8..00000000000
28 --- a/dev-util/glib-utils/glib-utils-2.56.4.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python{3_5,3_6,3_7} )
36 -GNOME_ORG_MODULE="glib"
37 -
38 -inherit gnome.org python-single-r1
39 -
40 -DESCRIPTION="Build utilities for GLib using projects"
41 -HOMEPAGE="https://www.gtk.org/"
42 -
43 -LICENSE="LGPL-2.1+"
44 -SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
45 -IUSE=""
46 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 -
48 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - !<dev-libs/glib-2.56.2:2
52 -"
53 -DEPEND="${RDEPEND}"
54 -
55 -src_configure() { :; }
56 -
57 -src_compile() {
58 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal
59 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums
60 -}
61 -
62 -src_install() {
63 - python_fix_shebang gobject/glib-genmarshal
64 - python_fix_shebang gobject/glib-mkenums
65 - python_fix_shebang glib/gtester-report
66 - exeinto /usr/bin
67 - doexe gobject/glib-genmarshal
68 - doexe gobject/glib-mkenums
69 - doexe glib/gtester-report
70 - doman docs/reference/gobject/glib-genmarshal.1
71 - doman docs/reference/gobject/glib-mkenums.1
72 - doman docs/reference/glib/gtester-report.1
73 -}