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 E8F89158043 for ; Fri, 19 Apr 2024 16:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338AAE2A39; Fri, 19 Apr 2024 16:15:33 +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 148A9E2A39 for ; Fri, 19 Apr 2024 16:15:33 +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 0EFE4343136 for ; Fri, 19 Apr 2024 16:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 446C81710 for ; Fri, 19 Apr 2024 16:15:30 +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: <1713543298.c2fbbcacc09ad0a65819b82067366091204d19f8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/guifications/guifications-2.16.ebuild X-VCS-Directories: x11-plugins/guifications/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c2fbbcacc09ad0a65819b82067366091204d19f8 X-VCS-Branch: master Date: Fri, 19 Apr 2024 16:15:30 +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: 28b5378c-2f62-4970-b611-b151915a40c1 X-Archives-Hash: 0eb912a922c7af80260635d67176b720 commit: c2fbbcacc09ad0a65819b82067366091204d19f8 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 19 16:14:58 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 19 16:14:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fbbcac x11-plugins/guifications: drop 2.16, EAPI6-- Closes: https://bugs.gentoo.org/930226 Signed-off-by: Arthur Zamarin gentoo.org> x11-plugins/guifications/guifications-2.16.ebuild | 30 ----------------------- 1 file changed, 30 deletions(-) diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild deleted file mode 100644 index 0c8a39b85b1b..000000000000 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN=pidgin-${PN} -MY_PV=${PV/_beta/beta} -MY_P=${MY_PN}-${MY_PV} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Guifications is a graphical notification plugin for pidgin" -HOMEPAGE="http://plugins.guifications.org/" -SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="debug nls" - -RDEPEND="net-im/pidgin[gtk] - x11-libs/gtk+:2" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable debug ) \ - $(use_enable nls) -}