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 4043B158043 for ; Fri, 19 Apr 2024 11:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E2E6E29FE; Fri, 19 Apr 2024 11:19:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E74EE29FE for ; Fri, 19 Apr 2024 11:19:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 509B23434CB for ; Fri, 19 Apr 2024 11:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BBF71730 for ; Fri, 19 Apr 2024 11:19: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: <1713525520.468cf7a650ee1eb62b4b727a2f43d830ea4b59f7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-libnotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild X-VCS-Directories: x11-plugins/pidgin-libnotify/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 468cf7a650ee1eb62b4b727a2f43d830ea4b59f7 X-VCS-Branch: master Date: Fri, 19 Apr 2024 11:19: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: e2417f85-408a-4bff-af8a-833bb78186ed X-Archives-Hash: bcad34b2beb69ff27edfab53a7238030 commit: 468cf7a650ee1eb62b4b727a2f43d830ea4b59f7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 19 11:18:40 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 19 11:18:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468cf7a6 x11-plugins/pidgin-libnotify: drop 0.14-r1, EAPI6-- Closes: https://bugs.gentoo.org/930229 Signed-off-by: Arthur Zamarin gentoo.org> .../pidgin-libnotify-0.14-r1.ebuild | 42 ---------------------- 1 file changed, 42 deletions(-) diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild deleted file mode 100644 index d433f1a15a12..000000000000 --- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface" -HOMEPAGE="http://gaim-libnotify.sourceforge.net/" -SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz - mirror://debian/pool/main/p/${PN}/${PN}_${PV}-4.debian.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~riscv x86" -IUSE="nls debug" - -RDEPEND=">=x11-libs/libnotify-0.3.2 - net-im/pidgin[gtk] - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${WORKDIR}/debian/patches" - "${FILESDIR}/${P}-libnotify-0.7.patch" -) - -src_prepare() { - default - sed -i -e '/CFLAGS/s:-g3::' configure || die "sed failed" -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable debug) \ - $(use_enable nls) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die "Pruning failed" -}