Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/
Date: Sun, 23 Jun 2019 10:48:33
Message-Id: 1561286904.60957d604b02cc967186b7ac5de6a4f669a57381.zlogene@gentoo
1 commit: 60957d604b02cc967186b7ac5de6a4f669a57381
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 23 10:44:37 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 23 10:48:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60957d60
7
8 sys-auth/pambase: change homepage to github
9
10 Closes: https://bugs.gentoo.org/682324
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12 Package-Manager: Portage-2.3.66, Repoman-2.3.11
13
14 sys-auth/pambase/pambase-20101024-r2.ebuild | 4 ++--
15 sys-auth/pambase/pambase-20150213-r1.ebuild | 4 ++--
16 sys-auth/pambase/pambase-20150213-r2.ebuild | 2 +-
17 sys-auth/pambase/pambase-20190402.ebuild | 2 +-
18 4 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/sys-auth/pambase/pambase-20101024-r2.ebuild b/sys-auth/pambase/pambase-20101024-r2.ebuild
21 index 08c9ebacb43..71c40477c57 100644
22 --- a/sys-auth/pambase/pambase-20101024-r2.ebuild
23 +++ b/sys-auth/pambase/pambase-20101024-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=4
30 @@ -6,7 +6,7 @@ EAPI=4
31 inherit eutils
32
33 DESCRIPTION="PAM base configuration files"
34 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM"
35 +HOMEPAGE="https://github.com/gentoo/pambase"
36 SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2"
37
38 LICENSE="GPL-2"
39
40 diff --git a/sys-auth/pambase/pambase-20150213-r1.ebuild b/sys-auth/pambase/pambase-20150213-r1.ebuild
41 index 3fb8706367b..e69c2c799b5 100644
42 --- a/sys-auth/pambase/pambase-20150213-r1.ebuild
43 +++ b/sys-auth/pambase/pambase-20150213-r1.ebuild
44 @@ -1,10 +1,10 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50
51 DESCRIPTION="PAM base configuration files"
52 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM"
53 +HOMEPAGE="https://github.com/gentoo/pambase"
54 SRC_URI="https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
55
56 LICENSE="GPL-2"
57
58 diff --git a/sys-auth/pambase/pambase-20150213-r2.ebuild b/sys-auth/pambase/pambase-20150213-r2.ebuild
59 index 778d7b89e03..eb2684b2a29 100644
60 --- a/sys-auth/pambase/pambase-20150213-r2.ebuild
61 +++ b/sys-auth/pambase/pambase-20150213-r2.ebuild
62 @@ -4,7 +4,7 @@
63 EAPI=7
64
65 DESCRIPTION="PAM base configuration files"
66 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM"
67 +HOMEPAGE="https://github.com/gentoo/pambase"
68 SRC_URI="https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
69
70 LICENSE="GPL-2"
71
72 diff --git a/sys-auth/pambase/pambase-20190402.ebuild b/sys-auth/pambase/pambase-20190402.ebuild
73 index a1d22f2c24f..d0d359a189d 100644
74 --- a/sys-auth/pambase/pambase-20190402.ebuild
75 +++ b/sys-auth/pambase/pambase-20190402.ebuild
76 @@ -4,7 +4,7 @@
77 EAPI=7
78
79 DESCRIPTION="PAM base configuration files"
80 -HOMEPAGE="https://gentoo.org/"
81 +HOMEPAGE="https://github.com/gentoo/pambase"
82 SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz"
83
84 LICENSE="GPL-2"