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 5418B158009 for ; Mon, 19 Jun 2023 17:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B96E089F; Mon, 19 Jun 2023 17:39:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1988FE089F for ; Mon, 19 Jun 2023 17:39:16 +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 2814A340FEE for ; Mon, 19 Jun 2023 17:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85DCCA99 for ; Mon, 19 Jun 2023 17:39:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1687196316.fd6385c1569ddc81c477e0ce32674e4912ce0b61.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild X-VCS-Directories: mate-extra/mate-indicator-applet/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fd6385c1569ddc81c477e0ce32674e4912ce0b61 X-VCS-Branch: master Date: Mon, 19 Jun 2023 17:39:14 +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: 50fbbde8-c538-414a-83c2-8fa07c9a6f46 X-Archives-Hash: 0a754595ab2173bdc87eec06d1aebaa5 commit: fd6385c1569ddc81c477e0ce32674e4912ce0b61 Author: Pacho Ramos gentoo org> AuthorDate: Mon Jun 19 17:31:59 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jun 19 17:38:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6385c1 mate-extra/mate-indicator-applet: drop 1.26.0 Signed-off-by: Pacho Ramos gentoo.org> .../mate-indicator-applet-1.26.0.ebuild | 36 ---------------------- 1 file changed, 36 deletions(-) diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild deleted file mode 100644 index bdcf9fbb50de..000000000000 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="MATE indicator applet" -LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+" -SLOT="0" - -IUSE="" - -COMMON_DEPEND=" - >=dev-libs/libindicator-0.4:3 - >=mate-base/mate-panel-1.17.0 - >=x11-libs/gtk+-3.22:3 -" - -RDEPEND="${COMMON_DEPEND} - virtual/libintl -" - -BDEPEND="${COMMON_DEPEND} - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - mate_src_configure \ - --with-ubuntu-indicators -}