Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/
Date: Sun, 13 Aug 2017 11:24:58
Message-Id: 1502623378.ca2695fc8402e7bae0dee4d630f9ca91c3e2d3ca.soap@gentoo
1 commit: ca2695fc8402e7bae0dee4d630f9ca91c3e2d3ca
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 6 15:26:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:22:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2695fc
7
8 sys-auth/sssd: fix HOMEPAGE und SRC_URI, remove pkg_postinst
9
10 sys-auth/sssd: fix howto link
11
12 sys-auth/sssd: remove pkg_postinst
13 Closes: https://github.com/gentoo/gentoo/pull/5324
14
15 sys-auth/sssd/sssd-1.12.1.ebuild | 10 ++--------
16 sys-auth/sssd/sssd-1.12.4.ebuild | 10 ++--------
17 sys-auth/sssd/sssd-1.12.5.ebuild | 10 ++--------
18 sys-auth/sssd/sssd-1.13.0.ebuild | 10 ++--------
19 sys-auth/sssd/sssd-1.13.1.ebuild | 10 ++--------
20 5 files changed, 10 insertions(+), 40 deletions(-)
21
22 diff --git a/sys-auth/sssd/sssd-1.12.1.ebuild b/sys-auth/sssd/sssd-1.12.1.ebuild
23 index 2a31626995a..7bb9af28726 100644
24 --- a/sys-auth/sssd/sssd-1.12.1.ebuild
25 +++ b/sys-auth/sssd/sssd-1.12.1.ebuild
26 @@ -14,8 +14,8 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
27 inherit python-single-r1 multilib pam linux-info autotools-utils systemd
28
29 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
30 -HOMEPAGE="http://fedorahosted.org/sssd/"
31 -SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
32 +HOMEPAGE="https://pagure.io/sssd/sssd"
33 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
34
35 LICENSE="GPL-3"
36 SLOT="0"
37 @@ -132,9 +132,3 @@ src_install(){
38 src_test() {
39 autotools-utils_src_test
40 }
41 -
42 -pkg_postinst(){
43 - elog "You must set up sssd.conf (default installed into /etc/sssd)"
44 - elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
45 - elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
46 -}
47
48 diff --git a/sys-auth/sssd/sssd-1.12.4.ebuild b/sys-auth/sssd/sssd-1.12.4.ebuild
49 index a7d3111c1c3..3e4e1d38e42 100644
50 --- a/sys-auth/sssd/sssd-1.12.4.ebuild
51 +++ b/sys-auth/sssd/sssd-1.12.4.ebuild
52 @@ -10,8 +10,8 @@ WANT_AUTOMAKE="1.13"
53 inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs
54
55 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
56 -HOMEPAGE="http://fedorahosted.org/sssd/"
57 -SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
58 +HOMEPAGE="https://pagure.io/sssd/sssd"
59 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 @@ -200,9 +200,3 @@ multilib_src_install_all() {
64 multilib_src_test() {
65 default
66 }
67 -
68 -pkg_postinst(){
69 - elog "You must set up sssd.conf (default installed into /etc/sssd)"
70 - elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
71 - elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
72 -}
73
74 diff --git a/sys-auth/sssd/sssd-1.12.5.ebuild b/sys-auth/sssd/sssd-1.12.5.ebuild
75 index a7d3111c1c3..3e4e1d38e42 100644
76 --- a/sys-auth/sssd/sssd-1.12.5.ebuild
77 +++ b/sys-auth/sssd/sssd-1.12.5.ebuild
78 @@ -10,8 +10,8 @@ WANT_AUTOMAKE="1.13"
79 inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs
80
81 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
82 -HOMEPAGE="http://fedorahosted.org/sssd/"
83 -SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
84 +HOMEPAGE="https://pagure.io/sssd/sssd"
85 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
86
87 LICENSE="GPL-3"
88 SLOT="0"
89 @@ -200,9 +200,3 @@ multilib_src_install_all() {
90 multilib_src_test() {
91 default
92 }
93 -
94 -pkg_postinst(){
95 - elog "You must set up sssd.conf (default installed into /etc/sssd)"
96 - elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
97 - elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
98 -}
99
100 diff --git a/sys-auth/sssd/sssd-1.13.0.ebuild b/sys-auth/sssd/sssd-1.13.0.ebuild
101 index 6c2ab49d621..b3bd639ff0c 100644
102 --- a/sys-auth/sssd/sssd-1.13.0.ebuild
103 +++ b/sys-auth/sssd/sssd-1.13.0.ebuild
104 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4} )
105 inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
106
107 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
108 -HOMEPAGE="http://fedorahosted.org/sssd/"
109 -SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
110 +HOMEPAGE="https://pagure.io/sssd/sssd"
111 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
112
113 LICENSE="GPL-3"
114 SLOT="0"
115 @@ -209,9 +209,3 @@ multilib_src_install_all() {
116 multilib_src_test() {
117 default
118 }
119 -
120 -pkg_postinst(){
121 - elog "You must set up sssd.conf (default installed into /etc/sssd)"
122 - elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
123 - elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
124 -}
125
126 diff --git a/sys-auth/sssd/sssd-1.13.1.ebuild b/sys-auth/sssd/sssd-1.13.1.ebuild
127 index b5878ceff44..865426fc106 100644
128 --- a/sys-auth/sssd/sssd-1.13.1.ebuild
129 +++ b/sys-auth/sssd/sssd-1.13.1.ebuild
130 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
131 inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
132
133 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
134 -HOMEPAGE="http://fedorahosted.org/sssd/"
135 -SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
136 +HOMEPAGE="https://pagure.io/sssd/sssd"
137 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
138
139 LICENSE="GPL-3"
140 SLOT="0"
141 @@ -206,9 +206,3 @@ multilib_src_install_all() {
142 multilib_src_test() {
143 default
144 }
145 -
146 -pkg_postinst(){
147 - elog "You must set up sssd.conf (default installed into /etc/sssd)"
148 - elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
149 - elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
150 -}