From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/
Date: Wed, 5 Aug 2020 19:48:27 +0000 (UTC) [thread overview]
Message-ID: <1596656898.bbfeb7dccc89d6317f8ffc2938de7f37ca968f50.conikost@gentoo> (raw)
commit: bbfeb7dccc89d6317f8ffc2938de7f37ca968f50
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 19:42:33 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 19:48:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfeb7dc
net-dns/ddclient: drop old version
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-dns/ddclient/Manifest | 1 -
net-dns/ddclient/ddclient-3.9.0-r3.ebuild | 62 -------------------------------
2 files changed, 63 deletions(-)
diff --git a/net-dns/ddclient/Manifest b/net-dns/ddclient/Manifest
index 0fec07b28d7..5de0f53b774 100644
--- a/net-dns/ddclient/Manifest
+++ b/net-dns/ddclient/Manifest
@@ -1,2 +1 @@
-DIST ddclient-3.9.0.tar.gz 59018 BLAKE2B b9b58108d9f124fcd5a72cc57bfb0e6a5bc2e115edc27a1d5950a929670d67d5c703b09f51e7e82e977ccfb544d115da177b0ac8dc06a76a800aa207cde5a42d SHA512 ae314c96a37dd90256d6acf62f4a4523b72f540194131e351a032239b00b4520351f6549d3b20a9209fe49ccc6de7ce158ffa8635d341066ea71b789dc667438
DIST ddclient-3.9.1.tar.gz 63469 BLAKE2B 8ae6543353d96f76d926117ae53d74da6e8bc8f116fa15b8b0d39bc29a4c334bfc3d673b8f1c57139213b91414d1b9a2063fde9e1015f03fb76ba70a60956a7e SHA512 a8a4d6cb94e4239a7b7b4fc7d9ebef703cbd6c45fc3394b644694a053b5b8aa8d109410b5b8b3676a5f30b18474d24c7feb16c65c30b28bd7d941d8a214b1346
diff --git a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild b/net-dns/ddclient/ddclient-3.9.0-r3.ebuild
deleted file mode 100644
index e9bb2440f64..00000000000
--- a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Perl client used to update dynamic DNS entries"
-HOMEPAGE="https://sourceforge.net/projects/ddclient/"
-SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="examples iproute2"
-
-RDEPEND="
- acct-group/ddclient
- acct-user/ddclient
- dev-lang/perl
- dev-perl/Data-Validate-IP
- dev-perl/Digest-SHA1
- dev-perl/IO-Socket-INET6
- dev-perl/IO-Socket-SSL
- virtual/perl-Digest-SHA
- virtual/perl-JSON-PP
- iproute2? ( sys-apps/iproute2 )
-"
-
-src_prepare() {
- # Remove PID setting, to reliably setup the environment for the init script
- sed -e '/^pid/d' -i sample-etc_ddclient.conf || die
-
- # Remove windows executable
- if use examples; then
- rm sample-etc_dhcpc_dhcpcd-eth0.exe || die
- fi
-
- # Use sys-apps/iproute2 instead of sys-apps/net-tools
- use iproute2 && eapply "${FILESDIR}"/${P}-use_iproute2.patch
-
- default
-}
-
-src_install() {
- dobin ddclient
-
- insinto /etc/ddclient
- insopts -m 0600 -o ddclient -g ddclient
- newins sample-etc_ddclient.conf ddclient.conf
-
- newinitd "${FILESDIR}"/ddclient.initd-r6 ddclient
- systemd_newunit "${FILESDIR}"/ddclient.service-r1 ddclient.service
- systemd_newtmpfilesd "${FILESDIR}"/ddclient.tmpfiles ddclient.conf
-
- dodoc Change* README* RELEASENOTE TODO UPGRADE
-
- if use examples; then
- docinto examples
- dodoc sample-*
- fi
-}
next reply other threads:[~2020-08-05 19:48 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-05 19:48 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 4:41 [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/ Sam James
2025-03-01 4:41 Sam James
2025-03-01 4:41 Sam James
2025-03-01 4:41 Sam James
2025-03-01 4:41 Sam James
2025-01-27 21:55 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-01-24 6:35 Sam James
2024-01-24 6:28 Sam James
2024-01-24 6:16 Sam James
2024-01-24 6:16 Sam James
2024-01-24 6:16 Sam James
2024-01-24 6:16 Sam James
2024-01-23 23:35 Conrad Kostecki
2023-12-23 21:51 Conrad Kostecki
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-12-13 0:37 Sam James
2023-12-13 0:37 Sam James
2023-12-13 0:37 Sam James
2023-12-13 0:37 Sam James
2023-11-12 0:24 Conrad Kostecki
2022-12-10 19:06 Sam James
2022-12-10 18:17 Arthur Zamarin
2022-12-10 17:47 Sam James
2022-12-10 17:45 Sam James
2022-11-11 23:24 Conrad Kostecki
2022-11-10 0:10 Conrad Kostecki
2022-11-10 0:10 Conrad Kostecki
2022-10-31 23:46 Conrad Kostecki
2022-10-10 22:01 Conrad Kostecki
2022-10-04 20:34 Conrad Kostecki
2021-12-03 19:35 Sam James
2021-12-02 2:50 Yixun Lan
2020-12-06 18:45 Sam James
2020-10-11 20:17 Conrad Kostecki
2020-09-23 20:20 Conrad Kostecki
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-08-01 9:01 Sergei Trofimovich
2020-07-31 2:38 Sam James
2020-05-13 0:35 Aaron W. Swenson
2020-05-11 11:36 Aaron W. Swenson
2020-02-04 18:09 Conrad Kostecki
2019-12-24 14:43 Mikle Kolyada
2019-12-15 18:03 Agostino Sarubbo
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-10-12 10:36 Andreas Sturmlechner
2019-10-12 9:15 Joonas Niilola
2019-04-17 12:21 Mikle Kolyada
2019-03-19 2:03 Thomas Deutschmann
2019-03-13 23:24 Sergei Trofimovich
2019-03-02 15:37 Mikle Kolyada
2019-02-28 15:07 Mikle Kolyada
2019-02-27 8:20 Sergei Trofimovich
2019-02-27 7:55 Sergei Trofimovich
2019-02-24 12:55 Aaron W. Swenson
2019-02-22 20:17 Sergei Trofimovich
2018-12-08 12:09 Mikle Kolyada
2018-11-07 22:46 Sergei Trofimovich
2018-10-29 1:01 Matt Turner
2018-10-18 7:52 Tobias Klausmann
2018-10-15 19:03 Sergei Trofimovich
2018-10-15 18:43 Sergei Trofimovich
2018-10-14 22:35 Sergei Trofimovich
2018-10-14 1:44 Thomas Deutschmann
2018-09-04 9:48 Aaron Swenson
2016-04-11 20:29 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596656898.bbfeb7dccc89d6317f8ffc2938de7f37ca968f50.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox