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-libs/gobject-introspection-common/
Date: Sat, 11 Jan 2020 19:24:28
Message-Id: 1578770623.dee73fa4f71c15319b36580336f5035e76401091.leio@gentoo
1 commit: dee73fa4f71c15319b36580336f5035e76401091
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 19:23:43 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 19:23:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee73fa4
7
8 dev-libs/gobject-introspection-common: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/gobject-introspection-common/Manifest | 2 --
14 .../gobject-introspection-common-1.56.1.ebuild | 33 ----------------------
15 .../gobject-introspection-common-1.58.3.ebuild | 33 ----------------------
16 3 files changed, 68 deletions(-)
17
18 diff --git a/dev-libs/gobject-introspection-common/Manifest b/dev-libs/gobject-introspection-common/Manifest
19 index fcc6eaf07cb..0cc4d4adb46 100644
20 --- a/dev-libs/gobject-introspection-common/Manifest
21 +++ b/dev-libs/gobject-introspection-common/Manifest
22 @@ -1,3 +1 @@
23 -DIST gobject-introspection-1.56.1.tar.xz 1397812 BLAKE2B 070597f3bd6e4e58d1ae1964cf6e8d7881daa68aeeddc5e9b64bc410fad6d435f2041171f4dfc2a6b477d39f2d7e9181b9917d1244fcb45b3a37491726381649 SHA512 2bfcd45b8c5ad68a3f6550c2f80a6804db0e1a72ffaf4fdd3cec3d8acc23e79ad14bb5bf612fe26fc896691839ab19ca8dd1c9994db14d730e56fa79df9d973d
24 -DIST gobject-introspection-1.58.3.tar.xz 1378068 BLAKE2B 3ae0328892da30aeefcfb8f6d343312d4967345cc202ef137f29690fbd7a35fa9310f87b134fbdfd4fd753b68b47203cd306689d9892eccf17e303d1e7bcccd4 SHA512 0811cd08e224975b3aa55ae89d648fc65f3105cae8a077a5671593d84743b1db28e9fbffe53fc86a2b3e82ea98c35f3daae033d3df07c7020cc3bf8b5d94f796
25 DIST gobject-introspection-1.60.2.tar.xz 1285000 BLAKE2B 43d96bbac8dd6600726876277f945e7eb01dba2063907c21960cbf5f49d766ac156ed116641b69dfe28f3025c4b482ffd39e8e107aba9ee48010a500111a58e4 SHA512 8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e
26
27 diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
28 deleted file mode 100644
29 index 3511e0f42d7..00000000000
30 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -GNOME_ORG_MODULE="gobject-introspection"
38 -
39 -inherit gnome.org
40 -
41 -DESCRIPTION="Build infrastructure for GObject Introspection"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
43 -
44 -LICENSE="HPND"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 -IUSE=""
48 -
49 -RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
50 -# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
51 -# https://forums.gentoo.org/viewtopic-p-7421930.html
52 -
53 -src_configure() { :; }
54 -
55 -src_compile() { :; }
56 -
57 -src_install() {
58 - dodir /usr/share/aclocal
59 - insinto /usr/share/aclocal
60 - doins m4/introspection.m4
61 -
62 - dodir /usr/share/gobject-introspection-1.0
63 - insinto /usr/share/gobject-introspection-1.0
64 - doins Makefile.introspection
65 -}
66
67 diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild
68 deleted file mode 100644
69 index 9efbf2992a7..00000000000
70 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2019 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -GNOME_ORG_MODULE="gobject-introspection"
78 -
79 -inherit gnome.org
80 -
81 -DESCRIPTION="Build infrastructure for GObject Introspection"
82 -HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
83 -
84 -LICENSE="HPND"
85 -SLOT="0"
86 -KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
87 -IUSE=""
88 -
89 -RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
90 -# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
91 -# https://forums.gentoo.org/viewtopic-p-7421930.html
92 -
93 -src_configure() { :; }
94 -
95 -src_compile() { :; }
96 -
97 -src_install() {
98 - dodir /usr/share/aclocal
99 - insinto /usr/share/aclocal
100 - doins m4/introspection.m4
101 -
102 - dodir /usr/share/gobject-introspection-1.0
103 - insinto /usr/share/gobject-introspection-1.0
104 - doins Makefile.introspection
105 -}