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 3A89A158089 for ; Sat, 9 Sep 2023 18:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D71E2BC032; Sat, 9 Sep 2023 18:01:43 +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 016CB2BC032 for ; Sat, 9 Sep 2023 18:01:42 +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 DE186335C87 for ; Sat, 9 Sep 2023 18:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 567B21164 for ; Sat, 9 Sep 2023 18:01:40 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1694282303.d5c7a1967913902d75b245d66571d92b0f201227.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/neard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/neard/Manifest net-wireless/neard/neard-0.18.ebuild X-VCS-Directories: net-wireless/neard/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d5c7a1967913902d75b245d66571d92b0f201227 X-VCS-Branch: master Date: Sat, 9 Sep 2023 18:01:40 +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: b7873d35-cbfc-4107-97b5-3b786f2d71e2 X-Archives-Hash: 5426ec290b8394dff00d19957da2c769 commit: d5c7a1967913902d75b245d66571d92b0f201227 Author: Azamat H. Hackimov gmail com> AuthorDate: Wed Sep 6 13:06:10 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Sep 9 17:58:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c7a196 net-wireless/neard: drop 0.18 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32648 Signed-off-by: Arthur Zamarin gentoo.org> net-wireless/neard/Manifest | 1 - net-wireless/neard/neard-0.18.ebuild | 64 ------------------------------------ 2 files changed, 65 deletions(-) diff --git a/net-wireless/neard/Manifest b/net-wireless/neard/Manifest index d3d98e43c3d1..e532dc4300a8 100644 --- a/net-wireless/neard/Manifest +++ b/net-wireless/neard/Manifest @@ -1,2 +1 @@ -DIST neard-0.18.tar.gz 228597 BLAKE2B 516205c8731bd1104e10a87408209a1848343078f814753f57fd63bc60e7146974737b13757f490bff83e538744e3d0c5fde9224d1d04ddb901c9d71076749a7 SHA512 2f1da13ade60a75b81e51a76be80a5f6681439c612ae33659eed2e495b1e390dcb1deb60945e14a4bec247b3a046b940146b78925f43be88f35880e4677c721b DIST neard-0.19.tar.gz 229059 BLAKE2B 35976667dc22d6fc4e80468fcd21124bd8675c490e5d96e6d8d0f5bba28a92deae4255aa96070419f6a840ede9cda7fa793ef2c27fa3e725710dbf0a2a7105a5 SHA512 577061c214365853667033a2ae9f78a367adcbf07f2d7a70087c484ac31b410d34c003f396da622604f8844f30d44cba01f0d8a7cadebfd4c4c6457996541b48 diff --git a/net-wireless/neard/neard-0.18.ebuild b/net-wireless/neard/neard-0.18.ebuild deleted file mode 100644 index 8939f04318ea..000000000000 --- a/net-wireless/neard/neard-0.18.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Near Field Communication (NFC) management daemon" -HOMEPAGE="https://github.com/linux-nfc/neard" -SRC_URI="https://github.com/linux-nfc/neard/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="test tools systemd" - -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.28 - dev-libs/libnl:3= - >=sys-apps/dbus-1.2 - systemd? ( sys-apps/systemd:0 ) -" - -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/autoconf-archive" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-optimization - --enable-ese - --enable-nfctype1 - --enable-nfctype2 - --enable-nfctype3 - --enable-nfctype4 - --enable-nfctype5 - --enable-p2p - --enable-pie - $(use_enable systemd) - $(use_enable test) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - - # Patch for this has been sent upstream. Do it manually - # to avoid having to rebuild autotools. #580876 - mv "${ED}/usr/include/version.h" "${ED}/usr/include/near/" || die - - insinto "/etc/dbus-1/system.d/" - doins "se/org.neard.se.conf" - - newinitd "${FILESDIR}/neard.rc" neard - newconfd "${FILESDIR}/neard.confd" neard -}