Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/
Date: Sat, 12 Jun 2021 03:55:39
Message-Id: 1623470112.77f7e7d4ddc2f3e93d67600be15b07f9818a0e64.sam@gentoo
1 commit: 77f7e7d4ddc2f3e93d67600be15b07f9818a0e64
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Fri Jun 11 16:37:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 03:55:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f7e7d4
7
8 gnome-extra/cinnamon-control-center: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 gnome-extra/cinnamon-control-center/Manifest | 1 -
15 .../cinnamon-control-center-4.6.2.ebuild | 88 ----------------------
16 2 files changed, 89 deletions(-)
17
18 diff --git a/gnome-extra/cinnamon-control-center/Manifest b/gnome-extra/cinnamon-control-center/Manifest
19 index 95ace522cee..adcd714fb33 100644
20 --- a/gnome-extra/cinnamon-control-center/Manifest
21 +++ b/gnome-extra/cinnamon-control-center/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST cinnamon-control-center-4.6.2.tar.gz 3877007 BLAKE2B f64ebfedc73eb92b96f81fb2743d818ec1602a550130d362eadba4c66a24a0e1f2bdffbe0bf80b23426ab57cead910c78b061b52e4eb82d0e6173d1da2d62749 SHA512 c759c14cc295ba15bde87ad1544d4bdef284d8e3fb8fbee528e9a258aaf83c6f6d76944042230725804ea6c05bd2cb5cbb59cb7507378b952221f381fc47075e
24 DIST cinnamon-control-center-4.8.2.tar.gz 3865765 BLAKE2B 8e36888aec00252842bcdb3f29dd0728833c597260fdb6b2b160db455e900686086b1b04b393d58ec358f44aa64c14341e49738de7a85002a5e5d695974c578a SHA512 c64e554488b401291daf125cc5627201cac58d5e6efab697d0b9cac64b666a7d2a7e27f459bb560918876cc8cf5e3720c11a59cee70401e50682a4b82a20f1b5
25 DIST cinnamon-control-center-5.0.1.tar.gz 3866795 BLAKE2B f9c88aa3ad585f9fd867055b247d3cbc7442fb1b4e205dbac7de889e8dd6faa3c2cdee9a6f98b877054ace9d3ff5694e469df3ca35481bd768e019bf6c611541 SHA512 3b3d64cf68ddc831a025e3f111ba5a58536ee6900a61a7bc86847b094f6d73292d56b98f6d94f1b2a03a25d820022383b4860f91d1ccd3f7e5327399da4b82cd
26
27 diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.6.2.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.6.2.ebuild
28 deleted file mode 100644
29 index da31ffb6d75..00000000000
30 --- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.6.2.ebuild
31 +++ /dev/null
32 @@ -1,88 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit autotools eutils gnome2-utils xdg
38 -
39 -DESCRIPTION="Cinnamons's main interface to configure various aspects of the desktop"
40 -HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
41 -SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -IUSE="+colord debug input_devices_wacom +networkmanager +modemmanager systemd"
46 -REQUIRED_USE="modemmanager? ( networkmanager )"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -
49 -# False positives caused by nested configure scripts
50 -QA_CONFIGURE_OPTIONS=".*"
51 -
52 -COMMON_DEPEND="
53 - >=dev-libs/glib-2.31:2
54 - dev-libs/libxml2:2
55 - >=gnome-base/libgnomekbd-2.91.91:0=
56 - >=gnome-extra/cinnamon-desktop-4.6:0=
57 - >=gnome-extra/cinnamon-menus-4.4:0=
58 - >=gnome-extra/cinnamon-settings-daemon-4.4:0=
59 - media-libs/fontconfig
60 - networkmanager? (
61 - >=net-misc/networkmanager-1.2.0:=[modemmanager?]
62 - >=gnome-extra/nm-applet-1.2.0
63 - modemmanager? ( >=net-misc/modemmanager-0.7 )
64 - )
65 - >=sys-auth/polkit-0.103
66 - >=x11-libs/gdk-pixbuf-2.23.0:2
67 - >=x11-libs/gtk+-3.4.1:3
68 - >=x11-libs/libnotify-0.7.3:0=
69 - x11-libs/libX11
70 - >=x11-libs/libxklavier-5.1
71 - colord? ( >=x11-misc/colord-0.1.14:0= )
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 )
82 - x11-themes/adwaita-icon-theme
83 - colord? ( >=gnome-extra/gnome-color-manager-3 )
84 - input_devices_wacom? ( gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
85 -"
86 -DEPEND="${COMMON_DEPEND}
87 - app-text/iso-codes
88 - x11-base/xorg-proto
89 -"
90 -BDEPEND="
91 - dev-util/glib-utils
92 - >=dev-util/intltool-0.40.1
93 - sys-devel/autoconf-archive
94 - >=sys-devel/gettext-0.17
95 - virtual/pkgconfig
96 -"
97 -
98 -src_prepare() {
99 - xdg_src_prepare
100 - eautoreconf
101 - gnome2_disable_deprecation_warning
102 -}
103 -
104 -src_configure() {
105 - econf \
106 - --disable-maintainer-mode \
107 - --enable-compile-warnings=minimum \
108 - --disable-static \
109 - --disable-onlineaccounts \
110 - $(use_enable colord color) \
111 - $(usex debug --enable-debug=yes ' ') \
112 - $(use_enable input_devices_wacom wacom) \
113 - $(use_enable networkmanager) \
114 - $(use_enable modemmanager)
115 -}
116 -
117 -src_install() {
118 - default
119 - find "${D}" -name '*.la' -delete || die
120 -}