From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00E4115803E for ; Tue, 2 Jan 2024 18:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AECC2BC03D; Tue, 2 Jan 2024 18:40:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE9002BC03D for ; Tue, 2 Jan 2024 18:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4286342FFA for ; Tue, 2 Jan 2024 18:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0418B1339 for ; Tue, 2 Jan 2024 18:40:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1704220818.3669ba2e413ef8b6d0ed3327bae1af22a8775fb0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/inadyn/Manifest net-dns/inadyn/inadyn-2.11.0.ebuild X-VCS-Directories: net-dns/inadyn/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3669ba2e413ef8b6d0ed3327bae1af22a8775fb0 X-VCS-Branch: master Date: Tue, 2 Jan 2024 18:40:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb9c271f-ff71-4da3-9a4b-9cffeecc7941 X-Archives-Hash: 0990ac24cbc609adf5bc8bf8ee10bf53 commit: 3669ba2e413ef8b6d0ed3327bae1af22a8775fb0 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Jan 2 18:40:18 2024 +0000 Commit: Conrad Kostecki gentoo 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 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 -}