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 4729715811D for ; Mon, 19 Jun 2023 17:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37D14E08C3; Mon, 19 Jun 2023 17:39:18 +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 99489E08C2 for ; Mon, 19 Jun 2023 17:39:17 +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 3D46B340FEC 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 5EBC6A8B 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: <1687196314.fd76e27efbc9fa33a36c042125450ed9667a25f2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild X-VCS-Directories: mate-base/mate-control-center/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fd76e27efbc9fa33a36c042125450ed9667a25f2 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: fe2e402f-39f5-46a3-b8dc-ffe5e353b674 X-Archives-Hash: 85ca6fe6882bca535162228c2a40effc commit: fd76e27efbc9fa33a36c042125450ed9667a25f2 Author: Pacho Ramos gentoo org> AuthorDate: Mon Jun 19 17:30:36 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jun 19 17:38:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd76e27e mate-base/mate-control-center: drop 1.26.0-r1 Signed-off-by: Pacho Ramos gentoo.org> .../mate-control-center-1.26.0-r1.ebuild | 73 ---------------------- 1 file changed, 73 deletions(-) diff --git a/mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild b/mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild deleted file mode 100644 index 420512d7d73b..000000000000 --- a/mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND" -SLOT="0" - -IUSE="accountsservice appindicator debug nls" - -COMMON_DEPEND=" - || ( - >=app-accessibility/at-spi2-core-2.46.0:2 - dev-libs/atk - ) - >=dev-libs/glib-2.50:2 - dev-libs/libxml2:2 - >=gnome-base/dconf-0.13.4 - >=gnome-base/librsvg-2.0:2 - >=mate-base/libmatekbd-1.17.0 - >=mate-base/mate-desktop-1.25.0 - >=mate-base/caja-1.20.0 - >=mate-base/mate-menus-1.21.0 - >=media-libs/fontconfig-1:1.0 - media-libs/freetype:2 - media-libs/libcanberra:0[gtk3] - sys-auth/polkit[introspection] - x11-apps/xmodmap - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.22:3 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcursor - x11-libs/libXext - >=x11-libs/libXi-1.5 - x11-libs/libXrandr - x11-libs/libXrender - >=x11-libs/libxklavier-4 - x11-libs/pango - >=x11-wm/marco-1.17.0:= - accountsservice? ( sys-apps/accountsservice ) - appindicator? ( dev-libs/libappindicator:3 ) -" - -RDEPEND="${COMMON_DEPEND}" - -BDEPEND="${COMMON_DEPEND} - app-text/yelp-tools - dev-libs/libxml2 - dev-util/desktop-file-utils - dev-util/glib-utils - >=sys-devel/gettext-0.19.8 - x11-base/xorg-proto - virtual/pkgconfig -" - -src_configure() { - mate_src_configure \ - --disable-update-mimedb \ - $(use_enable appindicator) \ - $(use_enable nls) \ - $(use_enable debug) -}