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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D35CA13835A for ; Tue, 27 Apr 2021 18:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A1A9E084A; Tue, 27 Apr 2021 18:37:36 +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 E3C10E084A for ; Tue, 27 Apr 2021 18:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 05E47341098 for ; Tue, 27 Apr 2021 18:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 755B7478 for ; Tue, 27 Apr 2021 18:37:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1619548643.7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/clearlooks-phenix/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild X-VCS-Directories: x11-themes/clearlooks-phenix/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc X-VCS-Branch: master Date: Tue, 27 Apr 2021 18:37:33 +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: 06a699a9-8899-4db0-b5cb-2d4544ee7a1c X-Archives-Hash: e715fd01f1f61e8baee50534e6eee5b0 commit: 7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 27 18:29:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 27 18:37:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7467eaa7 x11-themes/clearlooks-phenix: Drop weird 9999 SLOT=live ebuild Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../clearlooks-phenix-9999.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild deleted file mode 100644 index 77a28af9ffa..00000000000 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit git-r3 - -DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" -HOMEPAGE="https://github.com/jpfleury/clearlooks-phenix" -EGIT_REPO_URI="https://github.com/jpfleury/clearlooks-phenix.git" - -KEYWORDS="" -LICENSE="GPL-3" -SLOT="live" -IUSE="" - -RDEPEND="x11-libs/gtk+:3 - x11-themes/gtk-engines" - -src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" - doins -r * -} - -pkg_postinst() { - elog "The theme is named Clearlooks-Phenix-${SLOT}." -}