Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Wed, 28 Mar 2018 19:55:26
Message-Id: 1522266919.594f5ad6d2bd904ba3cb1fd061bdf41ab72341b0.floppym@gentoo
1 commit: 594f5ad6d2bd904ba3cb1fd061bdf41ab72341b0
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 19:55:00 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 19:55:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594f5ad6
7
8 dev-util/pkgconf: bump to 1.4.2
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
11
12 dev-util/pkgconf/Manifest | 1 +
13 dev-util/pkgconf/metadata.xml | 3 +++
14 dev-util/pkgconf/{pkgconf-9999.ebuild => pkgconf-1.4.2.ebuild} | 4 ++--
15 dev-util/pkgconf/pkgconf-9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
19 index 7eae2b53ae5..3aee28f3f18 100644
20 --- a/dev-util/pkgconf/Manifest
21 +++ b/dev-util/pkgconf/Manifest
22 @@ -1,3 +1,4 @@
23 DIST pkgconf-1.3.10.tar.xz 272704 BLAKE2B 7d39a17ba100818eecb64acc46d7000a5d7ecb2493d7d9b75a7f2451ac3499bb5de68a38cca2188b19937410b3a82bc8a910a8b7cec211315980c0d9c49f8c81 SHA512 22ccc6b41b4571992f00e0b2e6f9922fd7f1bf9ef1b790ff978d8bff8ca0697321f7a7ecf1a193ccb4efda2c5d6430c1ad24487a50d3ab27f9f16e6be9fb9e83
24 DIST pkgconf-1.3.7.tar.xz 271840 BLAKE2B f4bb44e92ef2903a5962c85e0d4a939adf035c5e92fbd1d8a50d4022507d1f442e459849b537cc2b648c7a1bb5eac33aabf8a46d8b0df8794514596adee9888d SHA512 6c06afc4fe64c94a833db98d4dc7881192d38cc28eb1fb86345f4ce065489930ac953aa9f6b2df172127244cb1cbab1c85a042aa0f6be4fa18bf9dcd83173960
25 DIST pkgconf-1.3.90.tar.xz 285036 BLAKE2B e56e3ea3a6552ff190f239bf4d8d7e3d63c0ecc6a771d0a7c33aeacf6da61190abfed1ac2268d28d64efc298bc4b2b3f032eeaf8b2be628bef1d12de4b1aec36 SHA512 8efca947546969fea63e97f23eb1b5af49a1f2378eec66ff4f403fa218bcb3d5fed62a32fd6be70d9ebf39c8024bb9714cd0c2a52e6960c98021cabefc274530
26 +DIST pkgconf-1.4.2.tar.xz 285548 BLAKE2B ad48bac309e90f2c2958ee19ebbf95ec90c55ebd98a44486f47cc403b8c193131377433a23f16adb64bf97832ff5a0c20e0a3d01da5c6adb2b70483dcf23b9cf SHA512 d9d3bfc7ddc3ceda65f7ad11b1a3c8a48aee0b5ac135aeb54b41091ca1ef0d9a5cda4a5c1ba2470ec12ce870a361eeddd802243eda3c2e2c0f2be3e7fe0ca236
27
28 diff --git a/dev-util/pkgconf/metadata.xml b/dev-util/pkgconf/metadata.xml
29 index 6707db3556f..f6730b8bcc6 100644
30 --- a/dev-util/pkgconf/metadata.xml
31 +++ b/dev-util/pkgconf/metadata.xml
32 @@ -5,6 +5,9 @@
33 <email>floppym@g.o</email>
34 <name>Mike Gilbert</name>
35 </maintainer>
36 + <slots>
37 + <subslots>SONAME version of libpkgconf</subslots>
38 + </slots>
39 <use>
40 <flag name="pkg-config">Install as a replacement for dev-util/pkgconfig</flag>
41 </use>
42
43 diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-1.4.2.ebuild
44 similarity index 96%
45 copy from dev-util/pkgconf/pkgconf-9999.ebuild
46 copy to dev-util/pkgconf/pkgconf-1.4.2.ebuild
47 index 86434bc5ebf..e2b768e8e57 100644
48 --- a/dev-util/pkgconf/pkgconf-9999.ebuild
49 +++ b/dev-util/pkgconf/pkgconf-1.4.2.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=6
56 @@ -17,7 +17,7 @@ DESCRIPTION="pkg-config compatible replacement with no dependencies other than A
57 HOMEPAGE="https://github.com/pkgconf/pkgconf"
58
59 LICENSE="BSD-1"
60 -SLOT="0"
61 +SLOT="0/3"
62 IUSE="+pkg-config test"
63
64 # tests require 'kyua'
65
66 diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
67 index 86434bc5ebf..e2b768e8e57 100644
68 --- a/dev-util/pkgconf/pkgconf-9999.ebuild
69 +++ b/dev-util/pkgconf/pkgconf-9999.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 +# Copyright 1999-2018 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=6
76 @@ -17,7 +17,7 @@ DESCRIPTION="pkg-config compatible replacement with no dependencies other than A
77 HOMEPAGE="https://github.com/pkgconf/pkgconf"
78
79 LICENSE="BSD-1"
80 -SLOT="0"
81 +SLOT="0/3"
82 IUSE="+pkg-config test"
83
84 # tests require 'kyua'