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: Thu, 03 Jan 2019 20:15:41
Message-Id: 1546546463.ed3a0c1f519015800e45f2c6742be8ac4cc6255c.leio@gentoo
1 commit: ed3a0c1f519015800e45f2c6742be8ac4cc6255c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 20:14:23 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 20:14:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3a0c1f
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.2.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 07a83137e9e..9cedbcaac1c 100644
19 --- a/dev-util/glib-utils/Manifest
20 +++ b/dev-util/glib-utils/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST glib-2.56.2.tar.xz 8041756 BLAKE2B 1af5bb37378856e959602bcb9299266bba46b990839c923f6b9881624aed306af0779005281b3e3a46b5994c54812edc86aade9cb782c596fd63b6fd91baba51 SHA512 8201ea82d3613d2e879284abe01520b766da30957c5a1a22f3e6019b0cce6bf95d25beae78867b6a133401c4165153c0c92974dd459ab12f9e0e9dd0c95df5d4
23 DIST glib-2.56.4.tar.xz 7029768 BLAKE2B 21cf840128e468151eeac55f0323f8f643973422b70bb65655e24c0a6b2f7ee72d5ae879bfae73df84fa2281fc425cc98328597910ba8fd99d7a52024e1b3ab6 SHA512 280a46c2af13283a08c15ff0b4f5492659c2884521930600ad45310ed181c44a878ad8f9b36bae68ed6e7d92db6f1630f7bf015148c513dc317d25807f13abb0
24 DIST glib-2.58.2.tar.xz 4862612 BLAKE2B e94d3dfc5d4b6d100c2425fda34c90fdf643fdb71b8bd65df691e34d11bfaf79fdc4c844eb215df24b0f680991fb0d0c08c3bb3dea61f5157ccd8bec200e2059 SHA512 4017ae308f2ef6313abbff2eb9b21ec6f8fa38935007491ca0cb4d1ffac6fedab6f50e911ac088995d6212323ba1767399f18529a2620d60378ecade193b4b1a
25
26 diff --git a/dev-util/glib-utils/glib-utils-2.56.2.ebuild b/dev-util/glib-utils/glib-utils-2.56.2.ebuild
27 deleted file mode 100644
28 index fb0510c85f1..00000000000
29 --- a/dev-util/glib-utils/glib-utils-2.56.2.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python{3_5,3_6,3_7} )
37 -GNOME_ORG_MODULE="glib"
38 -
39 -inherit gnome.org python-single-r1
40 -
41 -DESCRIPTION="Build utilities for GLib using projects"
42 -HOMEPAGE="https://www.gtk.org/"
43 -
44 -LICENSE="LGPL-2.1+"
45 -SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
46 -IUSE=""
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -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"
50 -
51 -RDEPEND="${PYTHON_DEPS}
52 - !<dev-libs/glib-2.56.2:2
53 -"
54 -DEPEND="${RDEPEND}"
55 -
56 -src_configure() { :; }
57 -
58 -src_compile() {
59 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal
60 - sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums
61 -}
62 -
63 -src_install() {
64 - python_fix_shebang gobject/glib-genmarshal
65 - python_fix_shebang gobject/glib-mkenums
66 - python_fix_shebang glib/gtester-report
67 - exeinto /usr/bin
68 - doexe gobject/glib-genmarshal
69 - doexe gobject/glib-mkenums
70 - doexe glib/gtester-report
71 - doman docs/reference/gobject/glib-genmarshal.1
72 - doman docs/reference/gobject/glib-mkenums.1
73 - doman docs/reference/glib/gtester-report.1
74 -}