From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/
Date: Sat, 6 Aug 2016 02:12:39 +0000 (UTC) [thread overview]
Message-ID: <1470449517.18016c5ad9b4dcb18de268dd825e9b20695aaa30.np-hardass@gentoo> (raw)
commit: 18016c5ad9b4dcb18de268dd825e9b20695aaa30
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:45:14 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 02:11:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18016c5a
mate-base/mate-settings-daemon: Drop 1.8.x
Package-Manager: portage-2.2.26
mate-base/mate-settings-daemon/Manifest | 1 -
.../mate-settings-daemon-1.8.2.ebuild | 83 ----------------------
2 files changed, 84 deletions(-)
diff --git a/mate-base/mate-settings-daemon/Manifest b/mate-base/mate-settings-daemon/Manifest
index 7cb15a5..f366ef8 100644
--- a/mate-base/mate-settings-daemon/Manifest
+++ b/mate-base/mate-settings-daemon/Manifest
@@ -1,2 +1 @@
DIST mate-settings-daemon-1.10.3.tar.xz 755888 SHA256 c82b81042b0c8e7fb09e649ae19d5c7d810b31e96e7bda39fc37153897ce4a0e SHA512 057e7d8523f2b29d9fd53a62583afa99f86b8fd6f751a77c8d1f676a40360bb6629931203bab64574189e06e37492a36398b000be8426a65299f378c875d35e3 WHIRLPOOL 7fb20864fadb61c249559583768757c5809298722c9bfaea47c832bd9991ac4dba26394c0de617b03477cc9ed2c2b5f3065e39db7282e13350ca21e5fa891c9c
-DIST mate-settings-daemon-1.8.2.tar.xz 782780 SHA256 2d38c9eff00a7ad239613b5f59e95a08705601a64f3a660b34919a4818da9d87 SHA512 46fd2009463c5f4f46ad6941444b42e0146caea0daec8d6ccd253adb08fc8b905419c5763756c05c4ab1404b2eb9b775f7730babe790194e145e5c0a6829f1d1 WHIRLPOOL 09d908b098a7e469c2eb9eecafc5551fd5986d4c0967da62ad2924d5cc309e856ebe4c523a22ef2d844bfeab829049c6f36f6275cb4d82ad48ed4fdd5ce972b5
diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.8.2.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.8.2.ebuild
deleted file mode 100644
index 1929e11..0000000
--- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.8.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="MATE Settings Daemon"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X debug libnotify policykit pulseaudio smartcard"
-
-RDEPEND=">=dev-libs/dbus-glib-0.74:0
- >=dev-libs/glib-2.17.3:2
- >=mate-base/libmatekbd-1.8:0
- >=mate-base/mate-desktop-1.8.1:0
- media-libs/fontconfig:1.0
- >=gnome-base/dconf-0.13.4:0
- x11-libs/cairo:0
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-2.24:2
- x11-libs/libX11:0
- x11-libs/libXi:0
- x11-libs/libXext:0
- x11-libs/libXxf86misc:0
- >=x11-libs/libxklavier-5:0
- virtual/libintl:0
- libnotify? ( >=x11-libs/libnotify-0.7:0 )
- policykit? (
- >=dev-libs/dbus-glib-0.71:0
- >=sys-apps/dbus-1.1.2:0
- >=sys-auth/polkit-0.97:0
- )
- pulseaudio? (
- media-libs/libcanberra:0[gtk]
- >=media-sound/pulseaudio-0.9.15:0
- )
- !pulseaudio? (
- >=media-libs/gstreamer-0.10.1.2:0.10
- >=media-libs/gst-plugins-base-0.10.1.2:0.10
- )
- smartcard? ( >=dev-libs/nss-3.11.2:0 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.37.1:0
- sys-devel/gettext:0
- virtual/pkgconfig:0
- x11-proto/inputproto:0
- x11-proto/xproto:0"
-
-src_prepare() {
- # More network filesystems not to monitor, upstream bug #606421
- epatch "${FILESDIR}/${PN}-1.4.0-netfs-monitor.patch"
-
- # mouse: Use event driven mode for syndaemon
- epatch "${FILESDIR}/${PN}-1.2.0-syndaemon-mode.patch"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_with libnotify) \
- $(use_enable debug) \
- $(use_enable policykit polkit) \
- $(use_enable pulseaudio pulse) \
- $(use_enable !pulseaudio gstreamer) \
- $(use_enable smartcard smartcard-support) \
- $(use_with X x)
-}
-
-DOCS="AUTHORS NEWS ChangeLog"
next reply other threads:[~2016-08-06 2:12 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-06 2:12 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 18:39 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/ Andreas Sturmlechner
2024-10-06 7:17 Sam James
2024-09-17 17:50 Andreas Sturmlechner
2024-07-08 21:33 Pacho Ramos
2024-03-19 8:23 Joonas Niilola
2024-03-19 8:23 Joonas Niilola
2023-12-22 6:46 Sam James
2023-10-09 18:57 Sam James
2023-10-09 18:00 Sam James
2023-06-10 22:56 Andreas Sturmlechner
2022-12-21 10:00 Andreas Sturmlechner
2022-06-28 6:08 Sam James
2022-06-28 2:03 WANG Xuerui
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2020-09-25 21:29 Adam Feldman
2020-09-02 6:02 Adam Feldman
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2018-10-06 20:24 Mart Raudsepp
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2016-03-26 2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06 8:09 Mikle Kolyada
2016-01-26 20:09 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470449517.18016c5ad9b4dcb18de268dd825e9b20695aaa30.np-hardass@gentoo \
--to=np-hardass@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox