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 C069E15800F for ; Mon, 20 Feb 2023 20:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56E79E09FE; Mon, 20 Feb 2023 20:52:24 +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 3D434E09FE for ; Mon, 20 Feb 2023 20:52:24 +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 10B25340E81 for ; Mon, 20 Feb 2023 20:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFDF8C7 for ; Mon, 20 Feb 2023 20:52:20 +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: <1676926308.07eb6af542b96129564a9252af798048f8af80ae.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/vertex-icon-theme/vertex-icon-theme-20150506-r1.ebuild x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild X-VCS-Directories: x11-themes/vertex-icon-theme/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 07eb6af542b96129564a9252af798048f8af80ae X-VCS-Branch: master Date: Mon, 20 Feb 2023 20:52:20 +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: 9df76f8a-3ccb-436a-963b-062a81d7fc68 X-Archives-Hash: 8fc355a485184e2544a9501c0e6135d7 commit: 07eb6af542b96129564a9252af798048f8af80ae Author: David Seifert gentoo org> AuthorDate: Mon Feb 20 20:51:48 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 20 20:51:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eb6af5 x11-themes/vertex-icon-theme: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../vertex-icon-theme-20150506-r1.ebuild | 34 +++++++++++++ .../vertex-icon-theme-20150506.ebuild | 58 ---------------------- 2 files changed, 34 insertions(+), 58 deletions(-) diff --git a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506-r1.ebuild b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506-r1.ebuild new file mode 100644 index 000000000000..f1a07a683543 --- /dev/null +++ b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg + +MY_PN="vertex-icons" +EGIT_COMMIT="f27e47edf392596b7967b7d134d3c62ac3fda0c9" + +DESCRIPTION="Vertex icon theme" +HOMEPAGE="https://github.com/horst3180/vertex-icons" +SRC_URI="https://github.com/horst3180/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" + +LICENSE="|| ( GPL-3 GPL-2 LGPL-3 CC-BY-SA-3.0 )" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + default + rm COPYING README.md || die + + insinto /usr/share/icons/Vertex + doins -r . +} diff --git a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild deleted file mode 100644 index efa82421d755..000000000000 --- a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils - -MY_PN="vertex-icons" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/horst3180/${MY_PN}" - SRC_URI="" -else - EGIT_COMMIT="f27e47edf392596b7967b7d134d3c62ac3fda0c9" - SRC_URI="https://github.com/horst3180/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" -fi - -DESCRIPTION="Vertex icon theme" -HOMEPAGE="https://github.com/horst3180/vertex-icons" - -LICENSE="|| ( GPL-3 GPL-2 LGPL-3 CC-BY-SA-3.0 )" -SLOT="0" -IUSE="" - -RDEPEND=" - >=x11-themes/hicolor-icon-theme-0.10 -" -DEPEND="" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - default - rm COPYING README.md || die - - insinto /usr/share/icons/Vertex - doins -r * -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}