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 51F3D158010 for ; Sun, 19 Feb 2023 22:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B417CE09D4; Sun, 19 Feb 2023 22:04:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99F7EE09D4 for ; Sun, 19 Feb 2023 22:04:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B26D3340EBD for ; Sun, 19 Feb 2023 22:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8067F8B9 for ; Sun, 19 Feb 2023 22:03:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1676844210.a5b25cb6e0e372de9bff8286598f07f81ff293bd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild X-VCS-Directories: x11-themes/commonbox-styles-extra/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a5b25cb6e0e372de9bff8286598f07f81ff293bd X-VCS-Branch: master Date: Sun, 19 Feb 2023 22:03:59 +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: 165c56af-f535-494b-9536-48862dea18bc X-Archives-Hash: d0ce345ab8987b876164b80cd2a0e5ee commit: a5b25cb6e0e372de9bff8286598f07f81ff293bd Author: David Seifert gentoo org> AuthorDate: Sun Feb 19 22:03:30 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 22:03:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b25cb6 x11-themes/commonbox-styles-extra: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...ebuild => commonbox-styles-extra-0.2-r3.ebuild} | 24 ++++++++++++---------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild similarity index 58% rename from x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild rename to x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild index f29445b713dc..ee7fa679b98a 100644 --- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild +++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild @@ -1,28 +1,30 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Extra styles pack for flux|black|open(box)" HOMEPAGE="http://mkeadle.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 +SRC_URI=" + mirror://gentoo/${P}.tar.bz2 http://mkeadle.org/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="" # xv is there so *box can convert backgrounds/textures to use -RDEPEND="media-gfx/xv - || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" +RDEPEND=" + media-gfx/xv + || ( + x11-wm/fluxbox + x11-wm/blackbox + x11-wm/openbox + )" src_install() { - insinto /usr/share/commonbox/styles - doins -r styles/. - - insinto /usr/share/commonbox/backgrounds - doins -r backgrounds/. + insinto /usr/share/commonbox + doins -r backgrounds styles dodoc README.commonbox-styles-extra }