From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- x11-themes/vertex-theme/Manifest | 3 -- .../vertex-theme/vertex-theme-20160329.ebuild | 47 ---------------------- .../vertex-theme/vertex-theme-20170128.ebuild | 47 ---------------------- 3 files changed, 97 deletions(-) delete mode 100644 x11-themes/vertex-theme/vertex-theme-20160329.ebuild delete mode 100644 x11-themes/vertex-theme/vertex-theme-20170128.ebuild (limited to 'x11-themes/vertex-theme') diff --git a/x11-themes/vertex-theme/Manifest b/x11-themes/vertex-theme/Manifest index 71fded19e2b9..d71d098d2ee6 100644 --- a/x11-themes/vertex-theme/Manifest +++ b/x11-themes/vertex-theme/Manifest @@ -1,7 +1,4 @@ AUX configure-gtk3-version.patch 470 BLAKE2B 4030dffe526c18587f43f31eab3366f53ccc550155052c6c59591e518f52c3821458cd1760fb08234648e1942c95febcf4571f89f3b5c1191b0d127e52d9341c SHA512 439be00daa759af4c6a63c47a70216dff507139c1b521d5a017882610f0316682d27b204048820473e2fa7f8d5e252a290ffb22a6167bba4e86e41f40e74d587 -DIST vertex-theme-20160329.tar.gz 3770162 BLAKE2B 0e6f1dc1bfd349aa75ce12ba9f00ada11306fd1d5673725e24014e9b7817d7db4bf5927736e5c7c2cd8f4f473b0424d7565a42bffb0090344bd7a4723efae392 SHA512 bd63e9c5e6eadb7ea9a8a96c1131e3d55a2a715a399a7b5035fec1f6c2b89ee534e46b6e38ec0272d4cbcb05839b40d4a3fa0cabd4b8276a18c6fb059afe1c7d DIST vertex-theme-20170128.tar.gz 3776773 BLAKE2B 7a44f0e5686d91d79fa31a1f2f0b28e0abf139fa09e4b5049d0f70ddc8742a2ab7b195b21e92a05b61c3f22ec9023ffd288f142b633a42ff6291d01fae8c39fb SHA512 293b24d11424e2ee0e2223bca8423800b1f077d4f902d1ca3b2a28f46ac2cdb4ec3e50cd350d996c15be567112652ae9b43827d6615482fdbb30659e905a1f82 -EBUILD vertex-theme-20160329.ebuild 1050 BLAKE2B ac3efa9c801c828ccdb93354141e6b44cb52f63122821d02fe589221db442530f7b89dacd9b3d46f705e3c873d9eb40576838d1cac4447fccdf215ab89ac3905 SHA512 7b0e29c469c05f131a8e6dd4c332c025f390fb143d89f4404e353d77707fbb212a94e307a9d61be4383e49b372bc7ca4d700ea2d14d838a171c919a2d3d8131d EBUILD vertex-theme-20170128-r1.ebuild 1050 BLAKE2B 02851f624e3bf0f72ad591e53ebb93c5c77df55cd299ac574dcc2ab6899c1d75c2d7e021ed4689eb48663f7f948dbafa975f10eac72d1c8d830b8f281df57cbc SHA512 212592cc6eab4399be978b787847e1d7468fca6edd227a4c8c526f1d94295310d19b5123921ef7dc7dd6ad53acf20c71d24985cc27536ad64feb93373a93c7e0 -EBUILD vertex-theme-20170128.ebuild 1052 BLAKE2B a78a3a7fd614617c6bd1f1993a095853ba784bce3cbc758080d8813ea8bf32db0c9c05b33eeea96e28b791c3cc11f488be472f2de0a7ab95fd123cb924f7e2da SHA512 5f3b5cbea42b6e92a44b750992db9e9a6c2e2bd6ea0ce935c9b71aa26e9873cd8a00e005e867d1ce7a23849a720c6130207711a1e3012712f94ae0629d88e370 MISC metadata.xml 675 BLAKE2B b813a7ae61b21a34ef4fe43d9d5df09e04da77dcd23ff53451eb623af502efb2c845400a0973836e9c94133dccbed8a7de10e143376b52e581b5258942488f78 SHA512 3fc7452231d011cb35327da3c08529d73f81df700c2daf7bd34f6d836c91020c3a96c29ea9c4ec00b7d9a0d3263238f4f4e11607a3c4c83ce200cdf04bb2f1cb diff --git a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild b/x11-themes/vertex-theme/vertex-theme-20160329.ebuild deleted file mode 100644 index 07b3f2d16b02..000000000000 --- a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Vertex theme for GTK+ based desktops" -HOMEPAGE="https://github.com/horst3180/vertex-theme" -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="cinnamon gnome-shell mate xfce" - -RDEPEND=" - x11-themes/gnome-themes-standard - x11-themes/gtk-engines-murrine - cinnamon? ( >=x11-libs/gtk+-3.20:3 ) - gnome-shell? ( >=x11-libs/gtk+-3.20:3 ) -" -DEPEND=" - virtual/pkgconfig -" - -PATCHES=( - # Do not let configure try to figure out gtk+:3 version installed - # See also https://github.com/horst3180/arc-theme/issues/436 and 484 - "${FILESDIR}"/configure-gtk3-version.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-unity \ - --enable-gtk2 \ - --enable-gtk3 \ - --with-gnome=3.20 \ - $(use_enable cinnamon) \ - $(use_enable gnome-shell) \ - $(use_enable mate metacity) \ - $(use_enable xfce xfwm) -} diff --git a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128.ebuild deleted file mode 100644 index 79e5c37c0cba..000000000000 --- a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Vertex theme for GTK+ based desktops" -HOMEPAGE="https://github.com/horst3180/vertex-theme" -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cinnamon gnome-shell mate xfce" - -RDEPEND=" - x11-themes/gnome-themes-standard - x11-themes/gtk-engines-murrine - cinnamon? ( >=x11-libs/gtk+-3.20:3 ) - gnome-shell? ( >=x11-libs/gtk+-3.20:3 ) -" -DEPEND=" - virtual/pkgconfig -" - -PATCHES=( - # Do not let configure try to figure out gtk+:3 version installed - # See also https://github.com/horst3180/arc-theme/issues/436 and 484 - "${FILESDIR}"/configure-gtk3-version.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-unity \ - --enable-gtk2 \ - --enable-gtk3 \ - --with-gnome=3.20 \ - $(use_enable cinnamon) \ - $(use_enable gnome-shell) \ - $(use_enable mate metacity) \ - $(use_enable xfce xfwm) -} -- cgit v1.2.3