From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1244909-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1C3D1382C5 for <garchives@archives.gentoo.org>; Sun, 24 Jan 2021 11:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D474AE0993; Sun, 24 Jan 2021 11:14:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAE23E0993 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jan 2021 11:14:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05C90340FD8 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jan 2021 11:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D248328 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jan 2021 11:14:56 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1611486892.05e2600aed50649d61bf027043247a9963c866e7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild X-VCS-Directories: x11-themes/gtk-engines/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 05e2600aed50649d61bf027043247a9963c866e7 X-VCS-Branch: master Date: Sun, 24 Jan 2021 11:14:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84316a07-766e-46e3-9c3c-7540332ddc36 X-Archives-Hash: a25eb7671da618a1b701d8681c19f763 commit: 05e2600aed50649d61bf027043247a9963c866e7 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sun Jan 24 11:02:41 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sun Jan 24 11:14:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e2600a x11-themes/gtk-engines: Removed old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> .../gtk-engines/gtk-engines-2.20.2-r2.ebuild | 59 ---------------------- 1 file changed, 59 deletions(-) diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild b/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild deleted file mode 100644 index 2a380d0be67..00000000000 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -GNOME_TARBALL_SUFFIX="bz2" - -inherit eutils gnome2 multilib-minimal - -DESCRIPTION="GTK+2 standard engines and themes" -HOMEPAGE="https://www.gtk.org/" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="accessibility lua" - -RDEPEND=" - >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] - lua? ( dev-lang/lua:0[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.31 - virtual/pkgconfig -" - -src_prepare() { - # Patch from 2.21.x, fixes building with glib-2.32, bug #410455 - epatch "${FILESDIR}/${P}-glib.h.patch" - - # Fix java apps look, bug #523074 - epatch "${FILESDIR}/${P}-java-look.patch" - - # Apply Fedora fixes/improvements - epatch "${FILESDIR}"/${P}-auto-mnemonics.patch - epatch "${FILESDIR}"/${P}-change-bullet.patch - epatch "${FILESDIR}"/${P}-tooltips.patch - epatch "${FILESDIR}"/${P}-window-dragging.patch - - gnome2_src_prepare -} - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - gnome2_src_configure \ - --enable-animation \ - $(use_enable lua) \ - $(use_with lua system-lua) \ - $(use_enable accessibility hc) -} - -multilib_src_install() { - gnome2_src_install -} - -multilib_src_install_all() { - einstalldocs -}