Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/
Date: Tue, 23 Oct 2018 22:43:14
Message-Id: 1540334564.eb5c1e3acbe7da459549ad0d4ab85d05341d02b0.chewi@gentoo
1 commit: eb5c1e3acbe7da459549ad0d4ab85d05341d02b0
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 23 21:14:10 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 23 22:42:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5c1e3a
7
8 x11-themes/arc-theme: Drop old 20170302
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-themes/arc-theme/Manifest | 1 -
14 x11-themes/arc-theme/arc-theme-20170302.ebuild | 41 --------------------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
18 index 772c7dab7a1..73fced10671 100644
19 --- a/x11-themes/arc-theme/Manifest
20 +++ b/x11-themes/arc-theme/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST arc-theme-20170302.tar.gz 1534152 BLAKE2B fe3afd99e43ee5bb8b5a96b76359f5487ca4b84e4c768a79e3553564fb814ff3f392648a8b4dac54ba42d67ffcaac8edf0cefbc749ff5ce89207085bb1fad80f SHA512 99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03
23 DIST arc-theme-20181022-pngs.tar.xz 88512 BLAKE2B 2ed193249e12d8726c0fd0e40b2d64e9f61c625f646b180a0c2fb420efcebf120e4b84059940173c71905d679e8cee3f8dde544c251c36a59524172a0400f0e9 SHA512 d5392515ac53e9b3b40bf4a94b242a06ddedffbe540bf651e0a08ab29092d68a65b55d2b9fe7821d3fb89650b01e05491c2ea357b6bcf9f0c1e181dea42e527e
24 DIST arc-theme-20181022.tar.xz 226736 BLAKE2B e60fcd6507a18386a27cfce27ebc55cf318556cf16ed89eea13cc8cbbd202ceda689d7cc2e8153f3834591713bd7b7db9e4358c50c3223480fbe86cbbc6ebe31 SHA512 0562a91740a08d799fb12749c8c3a1baccbfa0ed68b2fd4ced1965a929df395e83bf1ee336c5ed61e90701ac87e8d4f143622e0458f6eda26eeff43d7a811f1e
25
26 diff --git a/x11-themes/arc-theme/arc-theme-20170302.ebuild b/x11-themes/arc-theme/arc-theme-20170302.ebuild
27 deleted file mode 100644
28 index da22f3d75f4..00000000000
29 --- a/x11-themes/arc-theme/arc-theme-20170302.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME Shell"
40 -HOMEPAGE="https://github.com/horst3180/arc-theme"
41 -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~x86"
45 -IUSE="cinnamon gnome-shell +gtk2 +gtk3 mate xfce"
46 -
47 -# Supports various GTK+3 versions and uses pkg-config to determine which
48 -# set of files to install. Updates will break it but only this fix will
49 -# help. https://github.com/horst3180/arc-theme/pull/436
50 -DEPEND="gtk3? ( >=x11-libs/gtk+-3.14:3
51 - virtual/pkgconfig )"
52 -
53 -# gnome-themes-standard is only needed by GTK+2 for the Adwaita
54 -# engine. This engine is built into GTK+3.
55 -RDEPEND="gtk2? ( x11-themes/gnome-themes-standard
56 - x11-themes/gtk-engines-murrine )"
57 -
58 -src_prepare() {
59 - default
60 - eautoreconf
61 -}
62 -
63 -src_configure() {
64 - econf \
65 - --disable-unity \
66 - $(use_enable cinnamon) \
67 - $(use_enable gtk2) \
68 - $(use_enable gtk3) \
69 - $(use_enable gnome-shell) \
70 - $(use_enable mate metacity) \
71 - $(use_enable xfce xfwm)
72 -}