Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/
Date: Mon, 24 Jan 2022 22:43:45
Message-Id: 1643064178.fe78f737a11787beb3d89e53ef093b25e7031066.mattst88@gentoo
1 commit: fe78f737a11787beb3d89e53ef093b25e7031066
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 21:19:02 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:42:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe78f737
7
8 x11-themes/vertex-theme: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-themes/vertex-theme/Manifest | 1 -
13 .../vertex-theme/vertex-theme-20160329.ebuild | 47 ----------------------
14 .../vertex-theme/vertex-theme-20170128.ebuild | 47 ----------------------
15 3 files changed, 95 deletions(-)
16
17 diff --git a/x11-themes/vertex-theme/Manifest b/x11-themes/vertex-theme/Manifest
18 index e5de1e0e075c..b0952c79bc5e 100644
19 --- a/x11-themes/vertex-theme/Manifest
20 +++ b/x11-themes/vertex-theme/Manifest
21 @@ -1,2 +1 @@
22 -DIST vertex-theme-20160329.tar.gz 3770162 BLAKE2B 0e6f1dc1bfd349aa75ce12ba9f00ada11306fd1d5673725e24014e9b7817d7db4bf5927736e5c7c2cd8f4f473b0424d7565a42bffb0090344bd7a4723efae392 SHA512 bd63e9c5e6eadb7ea9a8a96c1131e3d55a2a715a399a7b5035fec1f6c2b89ee534e46b6e38ec0272d4cbcb05839b40d4a3fa0cabd4b8276a18c6fb059afe1c7d
23 DIST vertex-theme-20170128.tar.gz 3776773 BLAKE2B 7a44f0e5686d91d79fa31a1f2f0b28e0abf139fa09e4b5049d0f70ddc8742a2ab7b195b21e92a05b61c3f22ec9023ffd288f142b633a42ff6291d01fae8c39fb SHA512 293b24d11424e2ee0e2223bca8423800b1f077d4f902d1ca3b2a28f46ac2cdb4ec3e50cd350d996c15be567112652ae9b43827d6615482fdbb30659e905a1f82
24
25 diff --git a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild b/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
26 deleted file mode 100644
27 index 07b3f2d16b02..000000000000
28 --- a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit autotools
37 -
38 -DESCRIPTION="Vertex theme for GTK+ based desktops"
39 -HOMEPAGE="https://github.com/horst3180/vertex-theme"
40 -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="cinnamon gnome-shell mate xfce"
45 -
46 -RDEPEND="
47 - x11-themes/gnome-themes-standard
48 - x11-themes/gtk-engines-murrine
49 - cinnamon? ( >=x11-libs/gtk+-3.20:3 )
50 - gnome-shell? ( >=x11-libs/gtk+-3.20:3 )
51 -"
52 -DEPEND="
53 - virtual/pkgconfig
54 -"
55 -
56 -PATCHES=(
57 - # Do not let configure try to figure out gtk+:3 version installed
58 - # See also https://github.com/horst3180/arc-theme/issues/436 and 484
59 - "${FILESDIR}"/configure-gtk3-version.patch
60 -)
61 -
62 -src_prepare() {
63 - default
64 - eautoreconf
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - --disable-unity \
70 - --enable-gtk2 \
71 - --enable-gtk3 \
72 - --with-gnome=3.20 \
73 - $(use_enable cinnamon) \
74 - $(use_enable gnome-shell) \
75 - $(use_enable mate metacity) \
76 - $(use_enable xfce xfwm)
77 -}
78
79 diff --git a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128.ebuild
80 deleted file mode 100644
81 index 79e5c37c0cba..000000000000
82 --- a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild
83 +++ /dev/null
84 @@ -1,47 +0,0 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -inherit autotools
91 -
92 -DESCRIPTION="Vertex theme for GTK+ based desktops"
93 -HOMEPAGE="https://github.com/horst3180/vertex-theme"
94 -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
95 -LICENSE="GPL-3"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -IUSE="cinnamon gnome-shell mate xfce"
99 -
100 -RDEPEND="
101 - x11-themes/gnome-themes-standard
102 - x11-themes/gtk-engines-murrine
103 - cinnamon? ( >=x11-libs/gtk+-3.20:3 )
104 - gnome-shell? ( >=x11-libs/gtk+-3.20:3 )
105 -"
106 -DEPEND="
107 - virtual/pkgconfig
108 -"
109 -
110 -PATCHES=(
111 - # Do not let configure try to figure out gtk+:3 version installed
112 - # See also https://github.com/horst3180/arc-theme/issues/436 and 484
113 - "${FILESDIR}"/configure-gtk3-version.patch
114 -)
115 -
116 -src_prepare() {
117 - default
118 - eautoreconf
119 -}
120 -
121 -src_configure() {
122 - econf \
123 - --disable-unity \
124 - --enable-gtk2 \
125 - --enable-gtk3 \
126 - --with-gnome=3.20 \
127 - $(use_enable cinnamon) \
128 - $(use_enable gnome-shell) \
129 - $(use_enable mate metacity) \
130 - $(use_enable xfce xfwm)
131 -}