Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection-common/
Date: Thu, 13 Sep 2018 07:38:14
Message-Id: 1536823978.eed51f9492c322e64b9416aeb3d5a029e50f0e29.leio@gentoo
1 commit: eed51f9492c322e64b9416aeb3d5a029e50f0e29
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 07:32:58 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 07:32:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eed51f94
7
8 dev-libs/gobject-introspection-common-1.54.-1: remove, newer available in ::gentoo
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 .../gobject-introspection-common-1.54.1.ebuild | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.54.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.54.1.ebuild
16 deleted file mode 100644
17 index 06ad2d2e..00000000
18 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.54.1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME_ORG_MODULE="gobject-introspection"
26 -
27 -inherit gnome.org
28 -
29 -DESCRIPTION="Build infrastructure for GObject Introspection"
30 -HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
31 -
32 -LICENSE="HPND"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
38 -# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
39 -# https://forums.gentoo.org/viewtopic-p-7421930.html
40 -
41 -src_configure() { :; }
42 -
43 -src_compile() { :; }
44 -
45 -src_install() {
46 - dodir /usr/share/aclocal
47 - insinto /usr/share/aclocal
48 - doins m4/introspection.m4
49 -
50 - dodir /usr/share/gobject-introspection-1.0
51 - insinto /usr/share/gobject-introspection-1.0
52 - doins Makefile.introspection
53 -}