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 36D4D139347 for ; Sun, 18 Jul 2021 04:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF4DE0E2C; Sun, 18 Jul 2021 04:02:29 +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 67AAFE0E2C for ; Sun, 18 Jul 2021 04:02:29 +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 1923F342B06 for ; Sun, 18 Jul 2021 04:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959007D7 for ; Sun, 18 Jul 2021 04:02:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1626580934.218b0fd39d9a3cb64b2a2d73396b10065647621e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/shiki-colors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/shiki-colors/shiki-colors-4.6.ebuild X-VCS-Directories: x11-themes/shiki-colors/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 218b0fd39d9a3cb64b2a2d73396b10065647621e X-VCS-Branch: master Date: Sun, 18 Jul 2021 04:02:26 +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: 3f5c70d2-92b3-4cc7-9a96-d1b23200aa0c X-Archives-Hash: 37cdba460c3ced8221b7d43a10acb3bd commit: 218b0fd39d9a3cb64b2a2d73396b10065647621e Author: Sam James gentoo org> AuthorDate: Sun Jul 18 03:57:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 18 04:02:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218b0fd3 x11-themes/shiki-colors: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> x11-themes/shiki-colors/shiki-colors-4.6.ebuild | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild index b1247132866..1cba381bd5d 100644 --- a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild +++ b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild @@ -1,34 +1,25 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Mixes the elegance of a dark theme with the usability of a light theme" HOMEPAGE="https://code.google.com/p/gnome-colors/" - SRC_URI="https://gnome-colors.googlecode.com/files/${P}.tar.gz https://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2" +S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" || ( x11-wm/muffin x11-wm/mutter xfce-base/xfwm4 ) x11-themes/gtk-engines:2 " -DEPEND="" RESTRICT="binchecks strip" -S="${WORKDIR}/" - -src_compile() { - einfo "Nothing to compile" -} - src_install() { - dodir /usr/share/themes insinto /usr/share/themes doins -r "${WORKDIR}"/Shiki* dodoc AUTHORS ChangeLog README