Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/
Date: Sun, 31 May 2020 19:05:24
Message-Id: 1590951870.29ecac5c9518e11b406ffaa19940291c76cacd3c.mattst88@gentoo
1 commit: 29ecac5c9518e11b406ffaa19940291c76cacd3c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 18:55:26 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 19:04:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ecac5c
7
8 gnome-extra/cinnamon-control-center: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/cinnamon-control-center/Manifest | 1 -
13 .../cinnamon-control-center-4.0.0.ebuild | 89 ----------------------
14 2 files changed, 90 deletions(-)
15
16 diff --git a/gnome-extra/cinnamon-control-center/Manifest b/gnome-extra/cinnamon-control-center/Manifest
17 index 50f1ed1ec76..1836eba1f24 100644
18 --- a/gnome-extra/cinnamon-control-center/Manifest
19 +++ b/gnome-extra/cinnamon-control-center/Manifest
20 @@ -1,2 +1 @@
21 -DIST cinnamon-control-center-4.0.0.tar.gz 3872314 BLAKE2B 85a49a6713347741a4f1bef8bdd339645abfbccbe9621de8621b5898586d93d399312794be42834f3338fd70c7408f5d5f314ce03ef332fc0db19e053be70a69 SHA512 4ec0dab3dfe36a1730577abf1ecddfc96194364a1dfaf9cb939686b1621b96d6cefc60b204dd000b7ab017237c32b138cbe15644da5dea4a2406c2bf1a686638
22 DIST cinnamon-control-center-4.4.0.tar.gz 3868474 BLAKE2B 88e22670427416139468c35918105cc664c531aa5084636226498a09b27f56300c8541feff8f93a5ec860372436af01fdeb2ca2c0761b34a6f298439538dfb44 SHA512 3f176c067312bad68ed8ce2461937d8e8cd188839ab3cf786fb76930905691b8f5a91d700f1d88d75448eeecfd23b645b77ee15c0ec02e08718f7c9ac800677f
23
24 diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild
25 deleted file mode 100644
26 index 6e5846717d2..00000000000
27 --- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild
28 +++ /dev/null
29 @@ -1,89 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen
35 -
36 -inherit autotools eutils gnome2
37 -
38 -DESCRIPTION="Cinnamons's main interface to configure various aspects of the desktop"
39 -HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html"
40 -SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -IUSE="+colord +cups debug input_devices_wacom systemd"
45 -KEYWORDS="amd64 x86"
46 -
47 -# False positives caused by nested configure scripts
48 -QA_CONFIGURE_OPTIONS=".*"
49 -
50 -# FIXME: modemmanager is not optional
51 -# networkmanager is not optional
52 -
53 -COMMON_DEPEND="
54 - >=dev-libs/glib-2.31:2
55 - dev-libs/libxml2:2
56 - >=gnome-base/libgnomekbd-2.91.91:0=
57 - >=gnome-extra/cinnamon-desktop-1.0:0=
58 - >=gnome-extra/cinnamon-menus-1.0:0=
59 - >=gnome-extra/cinnamon-settings-daemon-1.0:0=
60 - >=gnome-extra/nm-applet-0.9.8
61 - media-libs/fontconfig
62 - >=net-misc/modemmanager-0.7
63 - >=net-misc/networkmanager-0.9.8:=[modemmanager]
64 - >=sys-auth/polkit-0.103
65 - >=x11-libs/gdk-pixbuf-2.23.0:2
66 - >=x11-libs/gtk+-3.4.1:3
67 - >=x11-libs/libnotify-0.7.3:0=
68 - x11-libs/libX11
69 - x11-libs/libxklavier
70 - colord? ( >=x11-misc/colord-0.1.14:0= )
71 - cups? ( >=net-print/cups-1.4[dbus] )
72 - input_devices_wacom? (
73 - >=dev-libs/libwacom-0.7
74 - >=x11-libs/gtk+-3.8:3
75 - >=x11-libs/libXi-1.2 )
76 -"
77 -# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
78 -# libgnomekbd needed only for gkbd-keyboard-display tool
79 -RDEPEND="${COMMON_DEPEND}
80 - systemd? ( >=sys-apps/systemd-31 )
81 - !systemd? ( app-admin/openrc-settingsd sys-auth/elogind )
82 - x11-themes/adwaita-icon-theme
83 - colord? ( >=gnome-extra/gnome-color-manager-3 )
84 - cups? (
85 - app-admin/system-config-printer
86 - net-print/cups-pk-helper )
87 - input_devices_wacom? ( gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
88 -"
89 -
90 -DEPEND="${COMMON_DEPEND}
91 - app-text/iso-codes
92 - x11-base/xorg-proto
93 -
94 - dev-libs/libxslt
95 - >=dev-util/intltool-0.40.1
96 - >=sys-devel/gettext-0.17
97 - virtual/pkgconfig
98 -
99 - gnome-base/gnome-common
100 - sys-devel/autoconf-archive
101 -"
102 -src_prepare() {
103 - eautoreconf
104 - gnome2_src_prepare
105 -}
106 -
107 -src_configure() {
108 - # --enable-systemd doesn't do anything in $PN-2.2.5
109 - gnome2_src_configure \
110 - --disable-static \
111 - --enable-documentation \
112 - --disable-onlineaccounts \
113 - $(use_enable colord color) \
114 - $(use_enable cups) \
115 - $(usex debug --enable-debug=yes ' ') \
116 - $(use_enable input_devices_wacom wacom) \
117 - $(use_enable systemd)
118 -}