summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-06 17:26:14 +0200
committerDavid Seifert <soap@gentoo.org>2017-08-13 13:22:58 +0200
commitca2695fc8402e7bae0dee4d630f9ca91c3e2d3ca (patch)
tree72955691d4dd6107f13c434e542f7227903d1b0f /sys-auth/sssd
parentsci-chemistry/ccpn: fix HOMEPAGE (diff)
downloadgentoo-ca2695fc8402e7bae0dee4d630f9ca91c3e2d3ca.tar.gz
gentoo-ca2695fc8402e7bae0dee4d630f9ca91c3e2d3ca.tar.bz2
gentoo-ca2695fc8402e7bae0dee4d630f9ca91c3e2d3ca.zip
sys-auth/sssd: fix HOMEPAGE und SRC_URI, remove pkg_postinst
sys-auth/sssd: fix howto link sys-auth/sssd: remove pkg_postinst Closes: https://github.com/gentoo/gentoo/pull/5324
Diffstat (limited to 'sys-auth/sssd')
-rw-r--r--sys-auth/sssd/sssd-1.12.1.ebuild10
-rw-r--r--sys-auth/sssd/sssd-1.12.4.ebuild10
-rw-r--r--sys-auth/sssd/sssd-1.12.5.ebuild10
-rw-r--r--sys-auth/sssd/sssd-1.13.0.ebuild10
-rw-r--r--sys-auth/sssd/sssd-1.13.1.ebuild10
5 files changed, 10 insertions, 40 deletions
diff --git a/sys-auth/sssd/sssd-1.12.1.ebuild b/sys-auth/sssd/sssd-1.12.1.ebuild
index 2a31626995a9..7bb9af287262 100644
--- a/sys-auth/sssd/sssd-1.12.1.ebuild
+++ b/sys-auth/sssd/sssd-1.12.1.ebuild
@@ -14,8 +14,8 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit python-single-r1 multilib pam linux-info autotools-utils systemd
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
-HOMEPAGE="http://fedorahosted.org/sssd/"
-SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
+HOMEPAGE="https://pagure.io/sssd/sssd"
+SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -132,9 +132,3 @@ src_install(){
src_test() {
autotools-utils_src_test
}
-
-pkg_postinst(){
- elog "You must set up sssd.conf (default installed into /etc/sssd)"
- elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
- elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
-}
diff --git a/sys-auth/sssd/sssd-1.12.4.ebuild b/sys-auth/sssd/sssd-1.12.4.ebuild
index a7d3111c1c3c..3e4e1d38e424 100644
--- a/sys-auth/sssd/sssd-1.12.4.ebuild
+++ b/sys-auth/sssd/sssd-1.12.4.ebuild
@@ -10,8 +10,8 @@ WANT_AUTOMAKE="1.13"
inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
-HOMEPAGE="http://fedorahosted.org/sssd/"
-SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
+HOMEPAGE="https://pagure.io/sssd/sssd"
+SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -200,9 +200,3 @@ multilib_src_install_all() {
multilib_src_test() {
default
}
-
-pkg_postinst(){
- elog "You must set up sssd.conf (default installed into /etc/sssd)"
- elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
- elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
-}
diff --git a/sys-auth/sssd/sssd-1.12.5.ebuild b/sys-auth/sssd/sssd-1.12.5.ebuild
index a7d3111c1c3c..3e4e1d38e424 100644
--- a/sys-auth/sssd/sssd-1.12.5.ebuild
+++ b/sys-auth/sssd/sssd-1.12.5.ebuild
@@ -10,8 +10,8 @@ WANT_AUTOMAKE="1.13"
inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
-HOMEPAGE="http://fedorahosted.org/sssd/"
-SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
+HOMEPAGE="https://pagure.io/sssd/sssd"
+SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -200,9 +200,3 @@ multilib_src_install_all() {
multilib_src_test() {
default
}
-
-pkg_postinst(){
- elog "You must set up sssd.conf (default installed into /etc/sssd)"
- elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
- elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
-}
diff --git a/sys-auth/sssd/sssd-1.13.0.ebuild b/sys-auth/sssd/sssd-1.13.0.ebuild
index 6c2ab49d621d..b3bd639ff0c9 100644
--- a/sys-auth/sssd/sssd-1.13.0.ebuild
+++ b/sys-auth/sssd/sssd-1.13.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
-HOMEPAGE="http://fedorahosted.org/sssd/"
-SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
+HOMEPAGE="https://pagure.io/sssd/sssd"
+SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -209,9 +209,3 @@ multilib_src_install_all() {
multilib_src_test() {
default
}
-
-pkg_postinst(){
- elog "You must set up sssd.conf (default installed into /etc/sssd)"
- elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
- elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
-}
diff --git a/sys-auth/sssd/sssd-1.13.1.ebuild b/sys-auth/sssd/sssd-1.13.1.ebuild
index b5878ceff442..865426fc1061 100644
--- a/sys-auth/sssd/sssd-1.13.1.ebuild
+++ b/sys-auth/sssd/sssd-1.13.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
-HOMEPAGE="http://fedorahosted.org/sssd/"
-SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"
+HOMEPAGE="https://pagure.io/sssd/sssd"
+SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -206,9 +206,3 @@ multilib_src_install_all() {
multilib_src_test() {
default
}
-
-pkg_postinst(){
- elog "You must set up sssd.conf (default installed into /etc/sssd)"
- elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
- elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
-}