summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2017-11-14 02:42:29 +0100
committerJonas Stein <jstein@gentoo.org>2017-11-14 02:42:29 +0100
commit4d0f9e296de362d59d044f8b5d51bc827a35c3e8 (patch)
tree46a06fdb815e214019700dbd01521548b3fa2091 /net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild
parentx11-misc/kdocker: HOMEPAGE updated (diff)
downloadgentoo-4d0f9e296de362d59d044f8b5d51bc827a35c3e8.tar.gz
gentoo-4d0f9e296de362d59d044f8b5d51bc827a35c3e8.tar.bz2
gentoo-4d0f9e296de362d59d044f8b5d51bc827a35c3e8.zip
net-dns/ez-ipupdate: Link to No_homepage
Link to No_homepage shorten messages Closes: https://bugs.gentoo.org/626306 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild')
-rw-r--r--net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild
index df5841dd2a89..c264e1c1aba0 100644
--- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild
+++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -9,7 +9,7 @@ MY_PATCH="$(get_version_component_range 4-5)"
MY_PV="$(get_version_component_range 1-3)${MY_BETA/beta/b}"
DESCRIPTION="Dynamic DNS client for lots of dynamic dns services"
-HOMEPAGE="http://ez-ipupdate.com/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}.orig.tar.gz
mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}-${MY_PATCH}.diff.gz"
@@ -111,17 +111,13 @@ pkg_postinst() {
readme.gentoo_print_elog
if [ -f /etc/ez-ipupdate.conf ]; then
- elog "!!! IMPORTANT UPDATE NOTICE !!!"
- elog
elog "The ez-ipupdate init-script can now handle more"
elog "than one config file. New config file location is"
elog "/etc/ez-ipupdate/*.conf"
- elog
if [ ! -f /etc/ez-ipupdate/default.conf ]; then
mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf
elog "Your old configuration has been moved to"
elog "/etc/ez-ipupdate/default.conf"
- elog
fi
fi
}