* [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/
@ 2024-09-16 9:05 Petr Vaněk
0 siblings, 0 replies; 6+ messages in thread
From: Petr Vaněk @ 2024-09-16 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 8cda2b29f6a4a85688fd31582ade63ef97790213
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 09:02:49 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 09:03:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cda2b29
net-dns/ez-ipupdate: drop 3.0.11.13.3_beta8-r4
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild | 120 ---------------------
1 file changed, 120 deletions(-)
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
deleted file mode 100644
index b98258116c54..000000000000
--- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_BETA="$(ver_cut 6-)"
-MY_PATCH="$(ver_cut 4-5)"
-MY_PV="$(ver_cut 1-3)${MY_BETA/beta/b}"
-
-inherit readme.gentoo-r1 systemd
-
-DESCRIPTION="Dynamic DNS client for lots of dynamic dns services"
-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
-"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
-
-RDEPEND="
- acct-group/ez-ipupd
- acct-user/ez-ipupd
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Please create one or more config files in
-/etc/ez-ipupdate/. A bunch of samples can
-be found in the doc directory.
-
-All config files must have a '.conf' extension.
-
-If you are using openRC you need to:
-- Please do not use the 'run-as-user', 'run-as-euser',
-'cache-file' and 'pidfile' options, since these are
-handled internally by the init-script.
-
--If you want to use ez-ipupdate in daemon mode,
-please add 'daemon' to the config file(s) and
-add the ez-ipupdate init-script to the default runlevel.
-Without the 'daemon' option, you can run the
-init-script with the 'update' parameter inside
-your PPP ip-up script.
-"
-
-PATCHES=(
- # adding members.3322.org support
- "${FILESDIR}/${P}-3322.diff"
- # adding www.dnsexit.com support
- "${FILESDIR}/${P}-dnsexit.diff"
- # make ez-ipupdate work with iproute2/dhcpcd under linux (bug #318905)
- "${FILESDIR}/${P}-linux.diff"
- # allows to set IPv6 via -a option, (bug #432764)
- "${FILESDIR}/${P}-ipv6.diff"
- # repair format mask issues
- "${FILESDIR}/${P}-fix-format-mask.patch"
-)
-
-src_prepare() {
- # Debian patches
- eapply "${WORKDIR}/${PN}_${MY_PV}-${MY_PATCH}.diff"
- # repair/apply additional Debian patches
- sed -i -e "s|^\(---\s*\)\.\./|\1|g" debian/patches/*.diff || die
- eapply debian/patches
-
- default
-
- # comment out obsolete options
- sed -i -e "s:^\(run-as-user.*\):#\1:g" \
- -e "s:^\(cache-file.*\):#\1:g" ex*conf || die
-
- # make 'missing' executable (bug #103480)
- chmod +x missing || die
-}
-
-src_configure() {
- econf --bindir=/usr/sbin
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate
- systemd_dounit "${FILESDIR}/${PN}.service"
- keepdir /etc/ez-ipupdate
-
- # install docs
- dodoc README
- newdoc debian/README.Debian README.debian
- newdoc debian/changelog ChangeLog.debian
- newdoc CHANGELOG ChangeLog
- doman debian/ez-ipupdate.8
-
- # install example configs
- docinto examples
- dodoc ex*conf
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate || die
- chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate || die
-
- readme.gentoo_print_elog
-
- if [[ -f /etc/ez-ipupdate.conf ]]; then
- 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"
- if [[ ! -f /etc/ez-ipupdate/default.conf ]]; then
- mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf || die
- elog "Your old configuration has been moved to"
- elog "/etc/ez-ipupdate/default.conf"
- fi
- fi
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/
@ 2021-12-02 2:50 Yixun Lan
0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2021-12-02 2:50 UTC (permalink / raw
To: gentoo-commits
commit: c7587b9fa0bcff452262c1356d88072cd5529011
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 01:44:24 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 02:43:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7587b9f
net-dns/ez-ipupdate: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
index 4a1e50900053..b98258116c54 100644
--- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
+++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
RDEPEND="
acct-group/ez-ipupd
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/
@ 2021-04-11 20:52 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-11 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 92fa1e3fcd0d46c1fa6e7a3814ecefd702f3089f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 20:30:11 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:52:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fa1e3f
net-dns/ez-ipupdate: migrate to GLEP 81
Closes: https://bugs.gentoo.org/781380
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild | 120 +++++++++++++++++++++
1 file changed, 120 insertions(+)
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
new file mode 100644
index 00000000000..4a1e5090005
--- /dev/null
+++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r4.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_BETA="$(ver_cut 6-)"
+MY_PATCH="$(ver_cut 4-5)"
+MY_PV="$(ver_cut 1-3)${MY_BETA/beta/b}"
+
+inherit readme.gentoo-r1 systemd
+
+DESCRIPTION="Dynamic DNS client for lots of dynamic dns services"
+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
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ acct-group/ez-ipupd
+ acct-user/ez-ipupd
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+Please create one or more config files in
+/etc/ez-ipupdate/. A bunch of samples can
+be found in the doc directory.
+
+All config files must have a '.conf' extension.
+
+If you are using openRC you need to:
+- Please do not use the 'run-as-user', 'run-as-euser',
+'cache-file' and 'pidfile' options, since these are
+handled internally by the init-script.
+
+-If you want to use ez-ipupdate in daemon mode,
+please add 'daemon' to the config file(s) and
+add the ez-ipupdate init-script to the default runlevel.
+Without the 'daemon' option, you can run the
+init-script with the 'update' parameter inside
+your PPP ip-up script.
+"
+
+PATCHES=(
+ # adding members.3322.org support
+ "${FILESDIR}/${P}-3322.diff"
+ # adding www.dnsexit.com support
+ "${FILESDIR}/${P}-dnsexit.diff"
+ # make ez-ipupdate work with iproute2/dhcpcd under linux (bug #318905)
+ "${FILESDIR}/${P}-linux.diff"
+ # allows to set IPv6 via -a option, (bug #432764)
+ "${FILESDIR}/${P}-ipv6.diff"
+ # repair format mask issues
+ "${FILESDIR}/${P}-fix-format-mask.patch"
+)
+
+src_prepare() {
+ # Debian patches
+ eapply "${WORKDIR}/${PN}_${MY_PV}-${MY_PATCH}.diff"
+ # repair/apply additional Debian patches
+ sed -i -e "s|^\(---\s*\)\.\./|\1|g" debian/patches/*.diff || die
+ eapply debian/patches
+
+ default
+
+ # comment out obsolete options
+ sed -i -e "s:^\(run-as-user.*\):#\1:g" \
+ -e "s:^\(cache-file.*\):#\1:g" ex*conf || die
+
+ # make 'missing' executable (bug #103480)
+ chmod +x missing || die
+}
+
+src_configure() {
+ econf --bindir=/usr/sbin
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate
+ systemd_dounit "${FILESDIR}/${PN}.service"
+ keepdir /etc/ez-ipupdate
+
+ # install docs
+ dodoc README
+ newdoc debian/README.Debian README.debian
+ newdoc debian/changelog ChangeLog.debian
+ newdoc CHANGELOG ChangeLog
+ doman debian/ez-ipupdate.8
+
+ # install example configs
+ docinto examples
+ dodoc ex*conf
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate || die
+ chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate || die
+
+ readme.gentoo_print_elog
+
+ if [[ -f /etc/ez-ipupdate.conf ]]; then
+ 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"
+ if [[ ! -f /etc/ez-ipupdate/default.conf ]]; then
+ mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf || die
+ elog "Your old configuration has been moved to"
+ elog "/etc/ez-ipupdate/default.conf"
+ fi
+ fi
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/
@ 2021-04-11 20:52 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-11 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 36dec151ff23583c3dd591f1ed11fefd114809bc
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 20:31:37 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:52:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dec151
net-dns/ez-ipupdate: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild | 117 ---------------------
1 file changed, 117 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
deleted file mode 100644
index 0f1e0db86e0..00000000000
--- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_BETA="$(ver_cut 6-)"
-MY_PATCH="$(ver_cut 4-5)"
-MY_PV="$(ver_cut 1-3)${MY_BETA/beta/b}"
-inherit readme.gentoo-r1 systemd user
-
-DESCRIPTION="Dynamic DNS client for lots of dynamic dns services"
-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"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Please create one or more config files in
-/etc/ez-ipupdate/. A bunch of samples can
-be found in the doc directory.
-
-All config files must have a '.conf' extension.
-
-If you are using openRC you need to:
-- Please do not use the 'run-as-user', 'run-as-euser',
-'cache-file' and 'pidfile' options, since these are
-handled internally by the init-script.
-
--If you want to use ez-ipupdate in daemon mode,
-please add 'daemon' to the config file(s) and
-add the ez-ipupdate init-script to the default runlevel.
-Without the 'daemon' option, you can run the
-init-script with the 'update' parameter inside
-your PPP ip-up script.
-"
-
-PATCHES=(
- # adding members.3322.org support
- "${FILESDIR}/${P}-3322.diff"
- # adding www.dnsexit.com support
- "${FILESDIR}/${P}-dnsexit.diff"
- # make ez-ipupdate work with iproute2/dhcpcd under linux (bug #318905)
- "${FILESDIR}/${P}-linux.diff"
- # allows to set IPv6 via -a option, (bug #432764)
- "${FILESDIR}/${P}-ipv6.diff"
- # repair format mask issues
- "${FILESDIR}/${P}-fix-format-mask.patch"
-)
-
-src_prepare() {
- # Debian patches
- eapply "${WORKDIR}/${PN}_${MY_PV}-${MY_PATCH}.diff"
- # repair/apply additional Debian patches
- sed -i -e "s|^\(---\s*\)\.\./|\1|g" debian/patches/*.diff || die
- eapply debian/patches
-
- default
-
- # comment out obsolete options
- sed -i -e "s:^\(run-as-user.*\):#\1:g" \
- -e "s:^\(cache-file.*\):#\1:g" ex*conf || die
-
- # make 'missing' executable (bug #103480)
- chmod +x missing || die
-}
-
-src_configure() {
- econf --bindir=/usr/sbin
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate
- systemd_dounit "${FILESDIR}/${PN}.service"
- keepdir /etc/ez-ipupdate
-
- # install docs
- dodoc README
- newdoc debian/README.Debian README.debian
- newdoc debian/changelog ChangeLog.debian
- newdoc CHANGELOG ChangeLog
- doman debian/ez-ipupdate.8
-
- # install example configs
- docinto examples
- dodoc ex*conf
-
- readme.gentoo_create_doc
-}
-
-pkg_preinst() {
- enewgroup ez-ipupd
- enewuser ez-ipupd -1 -1 /var/cache/ez-ipupdate ez-ipupd
-}
-
-pkg_postinst() {
- chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate || die
- chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate || die
-
- readme.gentoo_print_elog
-
- if [[ -f /etc/ez-ipupdate.conf ]]; then
- 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"
- if [[ ! -f /etc/ez-ipupdate/default.conf ]]; then
- mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf || die
- elog "Your old configuration has been moved to"
- elog "/etc/ez-ipupdate/default.conf"
- fi
- fi
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/
@ 2017-11-14 1:42 Jonas Stein
0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2017-11-14 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 4d0f9e296de362d59d044f8b5d51bc827a35c3e8
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 01:42:29 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 01:42:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0f9e29
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
net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r3.ebuild | 8 ++------
1 file 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 df5841dd2a8..c264e1c1aba 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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/
@ 2016-04-28 23:44 Austin English
0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-04-28 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 4e46147d7ed090056d1a66b4b338a249dde6e372
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 22:05:00 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 22:05:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46147d
net-dns/ez-ipupdate: remove ez-ipupdate-3.0.11.13.3_beta8-r2
Package-Manager: portage-2.2.26
.../ez-ipupdate-3.0.11.13.3_beta8-r2.ebuild | 128 ---------------------
1 file changed, 128 deletions(-)
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r2.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r2.ebuild
deleted file mode 100644
index a029412..0000000
--- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11.13.3_beta8-r2.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit eutils readme.gentoo systemd user versionator
-
-MY_BETA="$(get_version_component_range 6)"
-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/"
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Please create one or more config files in
-/etc/ez-ipupdate/. A bunch of samples can
-be found in the doc directory.
-
-All config files must have a '.conf' extension.
-
-If you are using openRC you need to:
-- Please do not use the 'run-as-user', 'run-as-euser',
-'cache-file' and 'pidfile' options, since these are
-handled internally by the init-script.
-
--If you want to use ez-ipupdate in daemon mode,
-please add 'daemon' to the config file(s) and
-add the ez-ipupdate init-script to the default runlevel.
-Without the 'daemon' option, you can run the
-init-script with the 'update' parameter inside
-your PPP ip-up script.
-"
-
-src_prepare() {
- # apply debian patches
- epatch "${WORKDIR}/${PN}_${MY_PV}-${MY_PATCH}.diff"
-
- # repair/apply additional debian patches
- sed -i -e "s|^\(---\s*\)\.\./|\1|g" debian/patches/*.diff
- EPATCH_SOURCE="${S}/debian/patches" EPATCH_SUFFIX="diff" EPATCH_FORCE="yes" epatch
-
- # adding members.3322.org support
- epatch "${FILESDIR}/${P}-3322.diff"
-
- # adding www.dnsexit.com support
- epatch "${FILESDIR}/${P}-dnsexit.diff"
-
- # make ez-ipupdate work with iproute2/dhcpcd under linux (bug #318905)
- epatch "${FILESDIR}/${P}-linux.diff"
-
- # allows to set IPv6 via -a option, (bug #432764)
- epatch "${FILESDIR}/${P}-ipv6.diff"
-
- # repair format mask issues
- sed -i -e "s|\(\s*\)\(strlen(putbuf)\)|\1(int)\2|g" ez-ipupdate.c || die
-
- # comment out obsolete options
- sed -i -e "s:^\(run-as-user.*\):#\1:g" \
- -e "s:^\(cache-file.*\):#\1:g" ex*conf || die
-
- # make 'missing' executable (bug #103480)
- chmod +x missing
-}
-
-src_configure() {
- econf --bindir=/usr/sbin
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate
- systemd_dounit "${FILESDIR}/${PN}.service"
- keepdir /etc/ez-ipupdate
-
- # install docs
- dodoc README
- newdoc debian/README.Debian README.debian
- newdoc debian/changelog ChangeLog.debian
- newdoc CHANGELOG ChangeLog
- doman debian/ez-ipupdate.8
-
- # install example configs
- docinto examples
- dodoc ex*conf
-
- readme.gentoo_create_doc
-}
-
-pkg_preinst() {
- enewgroup ez-ipupd
- enewuser ez-ipupd -1 -1 /var/cache/ez-ipupdate ez-ipupd
-}
-
-pkg_postinst() {
- chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate
- chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate
-
- 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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-16 9:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 9:05 [gentoo-commits] repo/gentoo:master commit in: net-dns/ez-ipupdate/ Petr Vaněk
-- strict thread matches above, loose matches on Subject: below --
2021-12-02 2:50 Yixun Lan
2021-04-11 20:52 Conrad Kostecki
2021-04-11 20:52 Conrad Kostecki
2017-11-14 1:42 Jonas Stein
2016-04-28 23:44 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox