public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/
Date: Tue,  2 Jan 2024 18:40:37 +0000 (UTC)	[thread overview]
Message-ID: <1704220818.3669ba2e413ef8b6d0ed3327bae1af22a8775fb0.conikost@gentoo> (raw)

commit:     3669ba2e413ef8b6d0ed3327bae1af22a8775fb0
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 18:40:18 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 18:40:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3669ba2e

net-dns/inadyn: drop 2.11.0

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dns/inadyn/Manifest             |  1 -
 net-dns/inadyn/inadyn-2.11.0.ebuild | 61 -------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/net-dns/inadyn/Manifest b/net-dns/inadyn/Manifest
index fcba2e31c9cc..8727cef7dcdf 100644
--- a/net-dns/inadyn/Manifest
+++ b/net-dns/inadyn/Manifest
@@ -1,2 +1 @@
-DIST inadyn-2.11.0.tar.gz 509655 BLAKE2B 7acb356f691717e282355ed9f0a152463f2364633b0e999838572b18b3330b4aa6cc1f02c58ed1f0fac4e6bac6220992f0c7b20449aea420eb28f55343caa954 SHA512 d0d73cbecbc4dca028dd39f4e125ed9f5e370cb8367086cc819eafbae825ce7bb6f2ad4a5134bfefefd7d6609352d6355b73b28149426a8f755b0e463aa8f008
 DIST inadyn-2.12.0.tar.gz 506723 BLAKE2B 35fc5f8f9298cfb5ff7bf4c569fbd0495c2591a1fd630919bae8dabff03a0e41c512d304d2519be688bff3c41427f13b0a66738b785e1d28e0ec4d3901f05488 SHA512 940e49cd2c434f57a56494e1946939f0d773deeb489939c957c0e1eac135177ab3c446e967daa01a56fde5490568761c1492646bae1bb2f63688e0e9121ef8fe

diff --git a/net-dns/inadyn/inadyn-2.11.0.ebuild b/net-dns/inadyn/inadyn-2.11.0.ebuild
deleted file mode 100644
index bef527dadd86..000000000000
--- a/net-dns/inadyn/inadyn-2.11.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd tmpfiles
-
-DESCRIPTION="Dynamic DNS client with multiple SSL/TLS library support"
-HOMEPAGE="https://github.com/troglobit/inadyn"
-SRC_URI="https://github.com/troglobit/inadyn/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="gnutls mbedtls openssl"
-REQUIRED_USE="?? ( gnutls mbedtls openssl )"
-
-DEPEND="
-	acct-group/inadyn
-	acct-user/inadyn
-	dev-libs/confuse:=
-	gnutls? (
-		dev-libs/nettle:=
-		net-libs/gnutls:0=
-	)
-	mbedtls? ( net-libs/mbedtls:0= )
-	openssl? ( dev-libs/openssl:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local myeconfargs=( "--disable-ssl" )
-	if use gnutls || use mbedtls || use openssl; then
-		local myeconfargs=( "--enable-ssl" )
-	fi
-
-	use mbedtls && myeconfargs+=( "--enable-mbedtls" )
-	use openssl && myeconfargs+=( "--enable-openssl" )
-
-	myeconfargs+=( --with-systemd="$(systemd_get_systemunitdir)" )
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	insinto	/etc
-	insopts -m 0600 -o inadyn -g inadyn
-	doins examples/inadyn.conf
-
-	newinitd "${FILESDIR}"/inadyn.initd inadyn
-	newconfd "${FILESDIR}"/inadyn.confd inadyn
-
-	newtmpfiles "${FILESDIR}"/inadyn.tmpfilesd inadyn.conf
-}
-
-pkg_postinst() {
-	tmpfiles_process inadyn.conf
-}


             reply	other threads:[~2024-01-02 18:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02 18:40 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 19:54 [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/ Sam James
2024-06-22 20:01 Conrad Kostecki
2024-04-08  7:04 Sam James
2024-01-02 18:40 Conrad Kostecki
2023-12-14  4:15 Sam James
2023-12-06 17:57 Ionen Wolkens
2023-09-19 18:02 Conrad Kostecki
2023-07-16 19:11 Arthur Zamarin
2023-07-07 19:15 Arthur Zamarin
2023-07-07  8:11 Jakov Smolić
2023-07-06 17:49 Sam James
2023-07-06 17:49 Sam James
2023-07-06 17:15 Sam James

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=1704220818.3669ba2e413ef8b6d0ed3327bae1af22a8775fb0.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