Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/
Date: Wed, 14 Feb 2018 19:09:31
Message-Id: 1518635226.0a82e1be3060de241fa4d401580d131f60980538.pacho@gentoo
1 commit: 0a82e1be3060de241fa4d401580d131f60980538
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 18:58:44 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 19:07:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a82e1be
7
8 gnome-extra/cinnamon-control-center: Drop old version requiring gnome-icon-theme
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 gnome-extra/cinnamon-control-center/Manifest | 1 -
13 .../cinnamon-control-center-2.8.1.ebuild | 101 ---------------------
14 2 files changed, 102 deletions(-)
15
16 diff --git a/gnome-extra/cinnamon-control-center/Manifest b/gnome-extra/cinnamon-control-center/Manifest
17 index 7b415f6f784..77d8ee9dd66 100644
18 --- a/gnome-extra/cinnamon-control-center/Manifest
19 +++ b/gnome-extra/cinnamon-control-center/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST cinnamon-control-center-2.8.1.tar.gz 4090162 BLAKE2B cf4e68d5b66b5193951d631c7e1da0f15d9c83efbadbcc17b406d734d19d306023e7665fc587b311247872ba3147d5b7ae51e0c63034d37c7b017ae226cd79a4 SHA512 e0f21bc29128b56d2024ea5bd9dff70a917259437804f4aad0942ee1313090b70e6811d1b54513b4639c0bff0230efcb2847a42fcf9ad183b24a3cbfeda976de
22 DIST cinnamon-control-center-3.0.1.tar.gz 3834138 BLAKE2B ecc6f496deacf967026698be22477e90cd72973e3fbb49ef65c54522c0d910d41ff70a5d4adb7d6d0bb65d3e47b8188def6201af75be4ae4309354a2669e362e SHA512 97f726cddb12afd697a542bf40b89c84e8256cc7e1bff31eaf3ed86ba9ffe23660085e4e4123f955f1aa4aa31930b209c2a26649f2dec55d10a4803d86942e46
23 DIST cinnamon-control-center-3.2.0.tar.gz 3837279 BLAKE2B eee6a735b8686229d27d90d655e1598700b329dd72c61cc0535e4f423eb9ff2534b0f733db872db65a8a5372bf71ab69c2a9cec7b4d189e06e3f89bf9ec6be80 SHA512 19a3481ba52784c733e5aae9603596a29fc12c78f21b8fe08492deda8c3eeac2bdbfc2da24f29dc5db6f6de02a26a43f67f3141dbfbd07c26f0e38a872c39216
24 DIST cinnamon-control-center-3.2.1.tar.gz 3838032 BLAKE2B 615cee8d3bb4498c2faa9ae7bf776ab872169c9e0eb98412383e927f9dc199deb8d70ac3efad7e13c2ce6892a634a80dd114ec228cd4c308ba043799d7853ee0 SHA512 77f98aa47a10ef280ca7c3f8662e770d87a5427c91093382d3c289abcc0eac38317a31cd47a19a8ee67a4579375b84392f45d239b98fe494f7abfe10ef186554
25
26 diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.8.1.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.8.1.ebuild
27 deleted file mode 100644
28 index 5979d298976..00000000000
29 --- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.8.1.ebuild
30 +++ /dev/null
31 @@ -1,101 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="yes"
37 -GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen
38 -
39 -inherit autotools eutils gnome2
40 -
41 -DESCRIPTION="Cinnamons's main interface to configure various aspects of the desktop"
42 -HOMEPAGE="http://cinnamon.linuxmint.com/"
43 -SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -IUSE="+colord +cups input_devices_wacom"
48 -KEYWORDS="amd64 x86"
49 -
50 -# False positives caused by nested configure scripts
51 -QA_CONFIGURE_OPTIONS=".*"
52 -
53 -# FIXME: modemmanager is not optional
54 -# networkmanager is not optional
55 -
56 -COMMON_DEPEND="
57 - >=dev-libs/glib-2.31:2
58 - dev-libs/libxml2:2
59 - >=gnome-base/libgnomekbd-2.91.91:0=
60 - >=gnome-extra/cinnamon-desktop-1.0:0=
61 - >=gnome-extra/cinnamon-menus-1.0:0=
62 - >=gnome-extra/cinnamon-settings-daemon-1.0:0=
63 - >=gnome-extra/nm-applet-0.9.8
64 - media-libs/fontconfig
65 - >=media-libs/libcanberra-0.13[gtk3]
66 - >=media-sound/pulseaudio-1.1[glib]
67 - >=net-misc/modemmanager-0.7
68 - >=net-misc/networkmanager-0.9.8[modemmanager]
69 - >=sys-auth/polkit-0.103
70 - >=x11-libs/gdk-pixbuf-2.23.0:2
71 - >=x11-libs/gtk+-3.4.1:3
72 - >=x11-libs/libnotify-0.7.3:0=
73 - x11-libs/libX11
74 - x11-libs/libxklavier
75 - colord? ( >=x11-misc/colord-0.1.14:0= )
76 - cups? ( >=net-print/cups-1.4[dbus] )
77 - input_devices_wacom? (
78 - >=dev-libs/libwacom-0.7
79 - >=x11-libs/gtk+-3.8:3
80 - >=x11-libs/libXi-1.2 )
81 -"
82 -# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
83 -# libgnomekbd needed only for gkbd-keyboard-display tool
84 -RDEPEND="${COMMON_DEPEND}
85 - || ( ( app-admin/openrc-settingsd sys-auth/consolekit ) >=sys-apps/systemd-31 )
86 - x11-themes/gnome-icon-theme
87 - x11-themes/gnome-icon-theme-symbolic
88 - colord? ( >=gnome-extra/gnome-color-manager-3 )
89 - cups? (
90 - app-admin/system-config-printer
91 - net-print/cups-pk-helper )
92 - input_devices_wacom? ( gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
93 -"
94 -
95 -DEPEND="${COMMON_DEPEND}
96 - app-text/iso-codes
97 - x11-proto/xproto
98 - x11-proto/xf86miscproto
99 - x11-proto/kbproto
100 -
101 - dev-libs/libxslt
102 - >=dev-util/intltool-0.40.1
103 - >=sys-devel/gettext-0.17
104 - virtual/pkgconfig
105 -
106 - gnome-base/gnome-common
107 -
108 - app-arch/xz-utils
109 -"
110 -# Needed for autoreconf
111 -# gnome-base/gnome-common
112 -
113 -src_prepare() {
114 - # make some panels optional
115 - epatch "${FILESDIR}"/${PN}-2.8.0-optional.patch
116 -
117 - epatch_user
118 -
119 - eautoreconf
120 - gnome2_src_prepare
121 -}
122 -
123 -src_configure() {
124 - # --enable-systemd doesn't do anything in $PN-2.2.5
125 - gnome2_src_configure \
126 - --disable-static \
127 - --enable-documentation \
128 - --without-libsocialweb \
129 - $(use_enable colord color) \
130 - $(use_enable cups) \
131 - $(use_enable input_devices_wacom wacom)
132 -}