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: Mon, 02 Dec 2019 21:17:07
Message-Id: 1575321419.ff482ee0960c357158ad3aa68a4fef86ad14f05d.floppym@gentoo
1 commit: ff482ee0960c357158ad3aa68a4fef86ad14f05d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 21:15:59 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 21:16:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff482ee0
7
8 dev-util/pkgconf: update git repo and homepage (again)
9
10 Closes: https://bugs.gentoo.org/701798
11 Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 dev-util/pkgconf/pkgconf-1.6.3.ebuild | 5 ++---
15 dev-util/pkgconf/pkgconf-9999.ebuild | 5 ++---
16 2 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
19 index 1cb6417d77c..6168c2b91e2 100644
20 --- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
21 +++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
22 @@ -6,16 +6,15 @@ EAPI=7
23 inherit multilib-minimal
24
25 if [[ ${PV} == "9999" ]] ; then
26 - #EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
27 - EGIT_REPO_URI="https://git.dereferenced.org/${PN}/${PN}.git"
28 inherit autotools git-r3
29 + EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf"
30 else
31 SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
32 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86"
33 fi
34
35 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
36 -HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf/"
37 +HOMEPAGE="https://git.sr.ht/~kaniini/pkgconf"
38
39 LICENSE="ISC"
40 SLOT="0/3"
41
42 diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
43 index 5f58337eda7..28e58496a4d 100644
44 --- a/dev-util/pkgconf/pkgconf-9999.ebuild
45 +++ b/dev-util/pkgconf/pkgconf-9999.ebuild
46 @@ -6,16 +6,15 @@ EAPI=7
47 inherit multilib-minimal
48
49 if [[ ${PV} == "9999" ]] ; then
50 - #EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
51 - EGIT_REPO_URI="https://git.dereferenced.org/${PN}/${PN}.git"
52 inherit autotools git-r3
53 + EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf"
54 else
55 SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
56 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
57 fi
58
59 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
60 -HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf/"
61 +HOMEPAGE="https://git.sr.ht/~kaniini/pkgconf"
62
63 LICENSE="ISC"
64 SLOT="0/3"