From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sat, 22 Oct 2016 09:28:01 +0000 (UTC) [thread overview]
Message-ID: <1477128424.526fb15e0d3122564e0211c466cac4e9e35ef687.soap@gentoo> (raw)
commit: 526fb15e0d3122564e0211c466cac4e9e35ef687
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Sun Sep 25 14:44:01 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 09:27:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526fb15e
dev-util/pkgconf: bump to version 1.0.1
- fixes test failures (bug #562220)
- migrate to EAPI6 and git-r3
Gentoo-Bug: https://bugs.gentoo.org/562220
Closes: https://github.com/gentoo/gentoo/pull/2410
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/pkgconf/Manifest | 1 +
dev-util/pkgconf/metadata.xml | 1 -
.../{pkgconf-9999.ebuild => pkgconf-1.0.1.ebuild} | 30 +++++++++++++---------
dev-util/pkgconf/pkgconf-9999.ebuild | 30 +++++++++++++---------
4 files changed, 37 insertions(+), 25 deletions(-)
diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
index c86c49e..366e7db 100644
--- a/dev-util/pkgconf/Manifest
+++ b/dev-util/pkgconf/Manifest
@@ -1,2 +1,3 @@
DIST pkgconf-0.9.11.tar.bz2 86489 SHA256 3bdae1b2672133943dc0dda694ed57074f8b03c3fea10efb215d76d3cabe2c3b SHA512 21313ef29afcaa7c49a8cb512ecd3a821693945c22fb1a670ada74f41bca320e1b9ffb64e79adc2c33cb86822b74ddc850fadb16ddcde7eb805b81a50096992f WHIRLPOOL 7442a456af7e959c86f318ee74ec89883cc4e2ad16c9708f98d8ab30cdcf71ea7ef13f7e0f9bf945717b1dea8a317ffc5322878f88a5084c2dcbdc2aeafaf4d2
DIST pkgconf-0.9.12.tar.bz2 87109 SHA256 7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f SHA512 efe13db7a46992eb44ead493fc12b3fc6a5567e0206f701b6c48d9b5eb0bc90fcc9ae7a7e08ae641bb10df869287e5b68291701d4013d6cf27bd2b1518c29192 WHIRLPOOL 9fa7336e111f29648f5c37310bdeb2266bead1b86ff18183cfb57c06054916d235da20a5723bd364497d20a1f4db399eaf77f38c0bfc1519f2b7b825ab4666d0
+DIST pkgconf-1.0.1.tar.gz 362653 SHA256 45ce2f6ab032451345185b800badd77c054040879bd2e56225dafc7fbe583cf1 SHA512 b379ed366327eb4de3a7ed732be58a3757fdcd231637f0fbc2f9b762fda08173244d05fd853d683cfa6bdad90f1d8ee663b3eae9aee024456ef46e8a021e7122 WHIRLPOOL ba9a26874d14b6dfd62858da1b50397bc0aa9637bfe0824d4911f4df1e430e60a9f589242f8dc60a792b16f5201f9e0944d637e0d3a4749a211b976459152d69
diff --git a/dev-util/pkgconf/metadata.xml b/dev-util/pkgconf/metadata.xml
index 818df19..bd273d8 100644
--- a/dev-util/pkgconf/metadata.xml
+++ b/dev-util/pkgconf/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>elizabeth@interlinked.me</email>
<name>Elizabeth Myers</name>
- <description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-1.0.1.ebuild
similarity index 52%
copy from dev-util/pkgconf/pkgconf-9999.ebuild
copy to dev-util/pkgconf/pkgconf-1.0.1.ebuild
index aed82b2..eff8a40 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.0.1.ebuild
@@ -1,18 +1,21 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
- inherit autotools git-2 multilib-minimal
+ EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git )
+ inherit autotools git-r3
else
- inherit autotools multilib-minimal vcs-snapshot
- SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+ SRC_URI="https://github.com/pkgconf/pkgconf/releases/download/${P}/${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
+ ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux
+ ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
fi
+inherit multilib-minimal
+
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
HOMEPAGE="https://github.com/pkgconf/pkgconf"
@@ -33,8 +36,9 @@ MULTILIB_CHOST_TOOLS=(
)
src_prepare() {
- [[ -e configure ]] || eautoreconf
+ default
+ [[ ${PV} == "9999" ]] && eautoreconf
if use pkg-config; then
MULTILIB_CHOST_TOOLS+=(
/usr/bin/pkg-config
@@ -49,8 +53,10 @@ multilib_src_configure() {
multilib_src_install() {
default
- use pkg-config \
- && dosym pkgconf /usr/bin/pkg-config \
- || rm "${ED}"/usr/share/aclocal/pkg.m4 \
- || die
+
+ if use pkg-config; then
+ dosym pkgconf /usr/bin/pkg-config
+ else
+ rm "${ED%/}"/usr/share/aclocal/pkg.m4 || die
+ fi
}
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
index aed82b2..eff8a40 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-9999.ebuild
@@ -1,18 +1,21 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
- inherit autotools git-2 multilib-minimal
+ EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git )
+ inherit autotools git-r3
else
- inherit autotools multilib-minimal vcs-snapshot
- SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+ SRC_URI="https://github.com/pkgconf/pkgconf/releases/download/${P}/${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
+ ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux
+ ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
fi
+inherit multilib-minimal
+
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
HOMEPAGE="https://github.com/pkgconf/pkgconf"
@@ -33,8 +36,9 @@ MULTILIB_CHOST_TOOLS=(
)
src_prepare() {
- [[ -e configure ]] || eautoreconf
+ default
+ [[ ${PV} == "9999" ]] && eautoreconf
if use pkg-config; then
MULTILIB_CHOST_TOOLS+=(
/usr/bin/pkg-config
@@ -49,8 +53,10 @@ multilib_src_configure() {
multilib_src_install() {
default
- use pkg-config \
- && dosym pkgconf /usr/bin/pkg-config \
- || rm "${ED}"/usr/share/aclocal/pkg.m4 \
- || die
+
+ if use pkg-config; then
+ dosym pkgconf /usr/bin/pkg-config
+ else
+ rm "${ED%/}"/usr/share/aclocal/pkg.m4 || die
+ fi
}
next reply other threads:[~2016-10-22 9:28 UTC|newest]
Thread overview: 189+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-22 9:28 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 17:12 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-09 0:06 Jakov Smolić
2024-10-05 21:47 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 11:48 Arthur Zamarin
2024-08-14 22:53 Sam James
2024-06-01 3:46 Ionen Wolkens
2024-04-29 8:05 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-03-28 3:07 Sam James
2024-02-06 19:29 Sam James
2024-02-05 12:44 Sam James
2024-02-05 12:44 Sam James
2024-02-05 12:44 Sam James
2024-02-05 12:44 Sam James
2024-02-05 12:44 Sam James
2024-02-05 3:56 Sam James
2024-02-05 3:56 Sam James
2024-02-05 2:21 Sam James
2024-01-22 15:59 Sam James
2023-11-22 19:06 Sam James
2023-10-27 3:25 Sam James
2023-09-03 4:33 Sam James
2023-08-18 5:18 Sam James
2023-08-12 4:44 Sam James
2023-08-04 17:23 Mike Gilbert
2023-08-04 9:22 Sam James
2023-07-02 19:55 Sam James
2023-05-03 7:13 Sam James
2023-05-03 7:13 Sam James
2023-02-26 22:23 Sam James
2023-02-16 10:01 Sam James
2023-02-16 5:01 Sam James
2023-02-12 6:59 Sam James
2023-02-12 6:42 Sam James
2023-02-12 6:42 Sam James
2023-02-12 6:42 Sam James
2023-02-12 6:42 Sam James
2023-02-12 6:42 Sam James
2023-01-24 4:44 Sam James
2023-01-23 2:40 Sam James
2023-01-23 2:40 Sam James
2023-01-22 6:04 Sam James
2022-08-16 20:17 Sam James
2022-08-08 19:11 Sam James
2022-08-08 2:10 Sam James
2022-08-07 6:23 Sam James
2022-08-07 5:32 Sam James
2022-07-20 21:49 Sam James
2022-06-12 0:28 Sam James
2022-06-12 0:28 Sam James
2022-04-29 10:21 Sam James
2022-04-08 11:26 Fabian Groffen
2021-12-07 20:23 Sam James
2021-12-06 1:16 Sam James
2021-12-05 19:30 Arthur Zamarin
2021-12-05 3:45 Sam James
2021-09-04 15:25 Jakov Smolić
2021-08-11 13:08 Fabian Groffen
2021-08-05 17:09 Mike Gilbert
2021-08-04 19:47 Mike Gilbert
2021-08-04 19:33 Mike Gilbert
2021-08-03 11:18 Lars Wendler
2021-08-03 11:03 Sam James
2021-07-31 6:23 Sam James
2021-07-30 15:17 Agostino Sarubbo
2021-07-28 16:14 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-07-28 6:42 Agostino Sarubbo
2021-07-27 17:14 Sam James
2021-07-26 7:20 Agostino Sarubbo
2021-07-25 21:28 Lars Wendler
2021-07-25 21:28 Lars Wendler
2021-07-25 21:28 Lars Wendler
2021-03-18 15:24 Lars Wendler
2021-03-18 15:24 Lars Wendler
2021-01-06 10:32 Fabian Groffen
2020-11-25 17:46 Mike Gilbert
2020-11-25 17:46 Mike Gilbert
2020-11-23 13:31 Fabian Groffen
2020-07-13 15:10 Mike Gilbert
2020-05-31 7:33 Lars Wendler
2020-05-31 7:33 Lars Wendler
2020-05-27 9:53 Lars Wendler
2020-05-27 9:53 Lars Wendler
2020-05-26 21:35 Lars Wendler
2020-05-25 9:02 Lars Wendler
2020-05-25 9:02 Lars Wendler
2019-12-02 21:17 Mike Gilbert
2019-10-15 14:21 Lars Wendler
2019-09-21 5:26 Matt Turner
2019-09-13 15:40 Mikle Kolyada
2019-09-02 10:20 Agostino Sarubbo
2019-09-02 10:15 Agostino Sarubbo
2019-09-02 7:25 Agostino Sarubbo
2019-09-01 21:53 Aaron Bauman
2019-09-01 9:21 Sergei Trofimovich
2019-08-31 12:31 Sergei Trofimovich
2019-08-31 12:27 Sergei Trofimovich
2019-08-31 12:24 Sergei Trofimovich
2019-08-30 18:39 Sergei Trofimovich
2019-07-26 15:33 Mike Gilbert
2019-07-26 15:00 Lars Wendler
2019-07-26 15:00 Lars Wendler
2019-07-26 15:00 Lars Wendler
2019-07-26 15:00 Lars Wendler
2019-05-04 19:32 Andreas K. Hüttel
2019-03-03 18:37 Mike Gilbert
2019-03-03 18:37 Mike Gilbert
2019-02-16 13:37 Mikle Kolyada
2019-02-16 13:37 Mikle Kolyada
2019-02-12 9:07 Mikle Kolyada
2019-02-12 9:07 Mikle Kolyada
2019-02-12 9:07 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2019-02-07 13:30 Mart Raudsepp
2019-02-07 9:21 Jeroen Roovers
2019-02-07 8:21 Mikle Kolyada
2019-02-06 5:16 Matt Turner
2019-02-06 5:16 Matt Turner
2019-02-06 5:16 Matt Turner
2019-02-06 5:16 Matt Turner
2019-02-04 19:41 Sergei Trofimovich
2019-01-17 13:13 Mart Raudsepp
2018-12-19 17:28 Mike Gilbert
2018-11-18 6:02 Mike Gilbert
2018-11-18 6:02 Mike Gilbert
2018-11-18 6:02 Mike Gilbert
2018-10-17 16:43 Mikle Kolyada
2018-07-07 16:59 Mike Gilbert
2018-03-28 19:55 Mike Gilbert
2017-12-16 4:44 Mike Gilbert
2017-12-16 4:44 Mike Gilbert
2017-12-05 19:24 Matt Turner
2017-12-05 6:47 Matt Turner
2017-11-06 11:48 Manuel Rüger
2017-11-02 14:33 Tobias Klausmann
2017-10-18 18:39 Mike Gilbert
2017-10-18 18:39 Mike Gilbert
2017-09-30 17:14 Matt Turner
2017-09-30 17:14 Matt Turner
2017-09-12 8:00 Sergei Trofimovich
2017-09-11 16:56 Mike Gilbert
2017-09-11 8:10 Sergei Trofimovich
2017-08-10 4:41 Markus Meier
2017-08-09 21:05 Sergei Trofimovich
2017-08-05 14:25 Sergei Trofimovich
2017-07-30 9:38 Michał Górny
2017-06-28 22:23 Mike Gilbert
2017-06-18 20:56 Sergei Trofimovich
2017-05-14 10:55 Markus Meier
2017-05-13 6:26 Markus Meier
2017-05-09 15:07 Mike Gilbert
2017-05-07 18:39 Mike Gilbert
2017-05-07 17:01 Mike Gilbert
2017-02-12 23:13 Mike Gilbert
2017-01-30 19:03 Fabian Groffen
2016-12-31 16:45 Mike Gilbert
2016-12-31 16:45 Mike Gilbert
2016-12-31 16:45 Mike Gilbert
2016-12-31 16:18 Mike Gilbert
2016-10-30 0:46 Mike Gilbert
2016-10-25 22:40 Kristian Fiskerstrand
2016-10-25 19:37 Mike Gilbert
2016-10-25 19:29 Mike Gilbert
2016-08-07 7:42 Pacho Ramos
2016-03-19 11:35 Agostino Sarubbo
2016-02-14 10:11 Agostino Sarubbo
2016-02-13 16:46 Agostino Sarubbo
2016-02-12 9:00 Jeroen Roovers
2016-02-10 20:44 Markus Meier
2016-02-04 11:49 Tobias Klausmann
2015-12-08 15:30 Ian Delaney
2015-12-08 15:30 Ian Delaney
2015-12-08 15:06 Ian Delaney
2015-11-07 23:52 Alon Bar-Lev
2015-11-07 23:35 Mikle Kolyada
2015-11-01 16:55 Alon Bar-Lev
2015-11-01 16:09 Tobias Klausmann
2015-10-17 11:19 Markus Meier
2015-10-10 15:23 Mikle Kolyada
2015-10-04 10:21 Jeroen Roovers
2015-10-04 10:14 Agostino Sarubbo
2015-10-04 9:42 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477128424.526fb15e0d3122564e0211c466cac4e9e35ef687.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox