public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/
Date: Wed,  7 Jun 2017 20:06:40 +0000 (UTC)	[thread overview]
Message-ID: <1496865927.7315a95fd489cf58a54099f3ce7744bd364b43eb.mgorny@gentoo> (raw)

commit:     7315a95fd489cf58a54099f3ce7744bd364b43eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 10:04:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 20:05:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7315a95f

xfce-base/xfce4-settings: Drop old

 xfce-base/xfce4-settings/Manifest                  |  1 -
 xfce-base/xfce4-settings/metadata.xml              |  1 -
 .../xfce4-settings/xfce4-settings-4.12.0-r1.ebuild | 54 ----------------------
 .../xfce4-settings/xfce4-settings-4.12.0.ebuild    | 52 ---------------------
 .../xfce4-settings/xfce4-settings-4.12.1.ebuild    | 53 ---------------------
 5 files changed, 161 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
index 5a814114bb0..c40d317ae8a 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-settings-4.12.0.tar.bz2 973324 SHA256 04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81 SHA512 4a61c16f1f03de98c9968a00b50595e2934aaf28b80613c59403d33a293a7f8ef9ebb6fad98b0eeb97a6590b9100e91f73dd6363133d5d8bd06714f1126d8856 WHIRLPOOL 52a66c1b99f67b1e92ccbc223535617a6edff67857032d7c19581fe38e4b5b7e2b32a42bb5263f92ec02596035dd76f6a8f6387f17e524b035def717eda373ff
-DIST xfce4-settings-4.12.1.tar.bz2 1027325 SHA256 f6484a0b1a7dad65ba5ee4eba8e07299b7c92a2a8adb195684e0e2b959886574 SHA512 20aca9c6337433b0b7165acfb373bce14e13e368345844799cfe71bcf433a38c4d1f57d3ffe01eda347d167c3098f46ac77d0364b64a2a59bbe82e45d76a9623 WHIRLPOOL 3cfda30efeb59ac2b857efd5454139915fd053cd533fdddf7cbd718352ee18990f0dcb1ea62a532fd4b36f451818b0d1161145467e47691e76cc9e310d409922
 DIST xfce4-settings-4.13.0.tar.bz2 1037084 SHA256 01a19a2d320617efc7de972069024f2a86255b8abf354fbd3698f361db75063d SHA512 ae9094ce0a2a85d7d38a72bbc355f5d06741ec5db16ebcfab74e7504f1ba17360d1fc3e38b357665c3bacf065c02cd6c12c2d1619a18523b42efb311877dfa62 WHIRLPOOL 60276d31fd689bf3f10980310e5c401a2551ea12e94451fde88577a21b6a5a04e240a0b86f8136ed084b1814db00dd1ce580f0f1cb0ab37d00bea0793e4ebce4

diff --git a/xfce-base/xfce4-settings/metadata.xml b/xfce-base/xfce4-settings/metadata.xml
index 7a8fccdab0a..12f76d9d6a2 100644
--- a/xfce-base/xfce4-settings/metadata.xml
+++ b/xfce-base/xfce4-settings/metadata.xml
@@ -6,7 +6,6 @@
     <name>XFCE Team</name>
   </maintainer>
   <use>
-    <flag name="libinput">Enable libinput Xorg driver (<pkg>x11-drivers/xf86-input-libinput</pkg>) support</flag>
     <flag name="libcanberra">Enable sound event support using <pkg>media-libs/libcanberra</pkg></flag>
     <flag name="xklavier">Enable keyboard layout selection support using <pkg>x11-libs/libxklavier</pkg></flag>
   </use>

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild
deleted file mode 100644
index fa3df265bb8..00000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug libcanberra libinput libnotify upower +xklavier"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-	>=dev-libs/glib-2.24
-	media-libs/fontconfig
-	>=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	>=x11-libs/libXcursor-1.1
-	>=x11-libs/libXi-1.3
-	>=x11-libs/libXrandr-1.2
-	>=xfce-base/garcon-0.2
-	>=xfce-base/exo-0.8
-	>=xfce-base/libxfce4ui-4.11
-	>=xfce-base/libxfce4util-4.11
-	>=xfce-base/xfconf-4.10
-	libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
-	libinput? ( x11-drivers/xf86-input-libinput )
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-	upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
-	xklavier? ( >=x11-libs/libxklavier-5 )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig
-	sys-devel/gettext
-	>=x11-proto/inputproto-1.4
-	x11-proto/xproto"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable upower upower-glib)
-		$(use_enable libinput xorg-libinput)
-		$(use_enable libnotify)
-		$(use_enable xklavier libxklavier)
-		$(use_enable libcanberra sound-settings)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS ChangeLog NEWS TODO )
-
-	PATCHES=( "${FILESDIR}/${P}-HDMI-power-cycling.patch" )
-}

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild
deleted file mode 100644
index 6947a044484..00000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug libcanberra libinput libnotify upower +xklavier"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-	>=dev-libs/glib-2.24
-	media-libs/fontconfig
-	>=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	>=x11-libs/libXcursor-1.1
-	>=x11-libs/libXi-1.3
-	>=x11-libs/libXrandr-1.2
-	>=xfce-base/garcon-0.2
-	>=xfce-base/exo-0.8
-	>=xfce-base/libxfce4ui-4.11
-	>=xfce-base/libxfce4util-4.11
-	>=xfce-base/xfconf-4.10
-	libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
-	libinput? ( x11-drivers/xf86-input-libinput )
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-	upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
-	xklavier? ( >=x11-libs/libxklavier-5 )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig
-	sys-devel/gettext
-	>=x11-proto/inputproto-1.4
-	x11-proto/xproto"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable upower upower-glib)
-		$(use_enable libinput xorg-libinput)
-		$(use_enable libnotify)
-		$(use_enable xklavier libxklavier)
-		$(use_enable libcanberra sound-settings)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS ChangeLog NEWS TODO )
-}

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.1.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.1.ebuild
deleted file mode 100644
index d42241fa88a..00000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xfconf
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug input_devices_libinput libcanberra libnotify upower +xklavier"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-	>=dev-libs/glib-2.24
-	media-libs/fontconfig
-	>=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	>=x11-libs/libXcursor-1.1
-	>=x11-libs/libXi-1.3
-	>=x11-libs/libXrandr-1.2
-	>=xfce-base/garcon-0.2
-	>=xfce-base/exo-0.8
-	>=xfce-base/libxfce4ui-4.11
-	>=xfce-base/libxfce4util-4.11
-	>=xfce-base/xfconf-4.10
-	libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
-	input_devices_libinput? ( x11-drivers/xf86-input-libinput )
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-	upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
-	xklavier? ( >=x11-libs/libxklavier-5 )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig
-	sys-devel/gettext
-	>=x11-proto/inputproto-1.4
-	x11-proto/xproto"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable upower upower-glib)
-		$(use_enable input_devices_libinput xorg-libinput)
-		$(use_enable libnotify)
-		$(use_enable xklavier libxklavier)
-		$(use_enable libcanberra sound-settings)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS ChangeLog NEWS TODO )
-}


             reply	other threads:[~2017-06-07 20:07 UTC|newest]

Thread overview: 177+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-07 20:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 12:57 [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/ Michał Górny
2025-01-25 14:56 Sam James
2025-01-25 12:06 Sam James
2025-01-25 12:06 Sam James
2025-01-25 11:27 Arthur Zamarin
2025-01-25 11:02 Arthur Zamarin
2024-12-21 10:34 Michał Górny
2024-12-15 18:38 Michał Górny
2024-12-01 16:40 Michał Górny
2024-12-01 16:40 Michał Górny
2024-11-04 18:39 Andreas Sturmlechner
2024-11-02  7:09 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29 10:55 Sam James
2024-06-29 10:55 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:25 Sam James
2024-06-29  8:25 Sam James
2024-06-29  7:57 Arthur Zamarin
2024-06-11 13:32 Michał Górny
2024-06-11 13:32 Michał Górny
2024-06-09 14:04 Michał Górny
2024-05-28 14:30 Michał Górny
2024-03-31 15:36 Michał Górny
2023-12-30  1:26 Ionen Wolkens
2023-12-27 15:59 Michał Górny
2023-12-27 13:32 Sam James
2023-12-09 19:30 Arthur Zamarin
2023-12-09 19:05 Sam James
2023-12-09 19:00 Arthur Zamarin
2023-12-09 19:00 Arthur Zamarin
2023-12-09 19:00 Arthur Zamarin
2023-11-30 18:10 Michał Górny
2023-11-20 10:06 Sam James
2023-11-20 10:06 Sam James
2023-11-16 14:26 Michał Górny
2023-08-17  5:59 Michał Górny
2023-08-17  4:50 Sam James
2023-08-02 11:58 Arthur Zamarin
2023-07-24 21:02 Sam James
2023-07-24 11:03 Jakov Smolić
2023-07-24 11:03 Jakov Smolić
2023-07-04 12:41 Michał Górny
2023-04-18 18:33 Michał Górny
2023-04-18 16:32 Michał Górny
2023-03-17 15:18 Michał Górny
2023-03-17 14:52 Arthur Zamarin
2023-03-17 14:46 Arthur Zamarin
2023-03-17 14:26 Arthur Zamarin
2023-03-17 14:25 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-03-17 10:50 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-03-15  6:55 Michał Górny
2023-02-11 12:47 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2022-12-22 15:45 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-01 13:55 Michał Górny
2022-11-18 17:41 Michał Górny
2022-11-18 16:52 Arthur Zamarin
2022-11-13 20:59 Sam James
2022-11-13 17:38 Sam James
2022-11-13 11:39 Sam James
2022-11-13 11:39 Sam James
2022-11-13 11:39 Sam James
2022-11-13  6:39 Michał Górny
2022-11-13  6:39 Michał Górny
2022-11-08 13:15 Michał Górny
2022-11-08  6:31 Sam James
2022-11-08  5:49 Sam James
2022-11-08  2:54 Sam James
2022-11-07 23:54 Sam James
2022-11-07 23:54 Sam James
2022-11-07 23:18 Sam James
2022-11-07 20:33 Michał Górny
2022-11-07 20:33 Michał Górny
2022-11-01 12:35 Michał Górny
2022-08-28  6:49 WANG Xuerui
2022-07-28 12:57 Michał Górny
2022-07-28 12:00 Sam James
2022-07-27  8:11 Sam James
2022-07-27  4:16 Sam James
2022-07-27  4:16 Sam James
2022-07-26 22:25 Sam James
2022-07-26 22:22 Sam James
2022-07-05 14:29 Michał Górny
2022-05-04 18:06 Michał Górny
2021-07-08  7:06 Michał Górny
2021-07-08  3:53 Sam James
2021-07-06  1:48 Sam James
2021-07-03  6:22 Agostino Sarubbo
2021-07-03  6:20 Agostino Sarubbo
2021-07-03  1:30 Sam James
2021-07-03  1:28 Sam James
2021-06-08 11:42 Michał Górny
2021-05-29  0:03 Yixun Lan
2021-04-12 23:33 Sam James
2021-04-12 15:16 Michał Górny
2021-02-19  1:11 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18  7:26 Sam James
2021-02-08  6:11 Sam James
2021-02-08  6:05 Sam James
2021-01-18 20:29 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 13:29 Michał Górny
2020-11-15  9:35 Michał Górny
2020-08-19 14:53 Michał Górny
2020-07-19 14:19 Michał Górny
2020-07-19 13:38 Sam James
2020-06-29 18:24 Mikle Kolyada
2020-06-20 15:23 Thomas Deutschmann
2020-06-14 20:19 Sergei Trofimovich
2020-06-14 20:08 Sergei Trofimovich
2020-06-07  6:58 Michał Górny
2020-05-27  7:03 Michał Górny
2020-04-12 17:47 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 18:05 Mikle Kolyada
2020-03-13 18:54 Agostino Sarubbo
2020-01-14  3:53 Michał Górny
2020-01-11  5:08 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-08-22 12:31 Michał Górny
2019-08-22  6:49 Michał Górny
2019-08-22  6:49 Michał Górny
2019-08-11 20:46 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-23 14:10 Kent Fredric
2019-07-01  7:56 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-18 11:11 Michał Górny
2019-05-18  6:53 Michał Górny
2018-12-08 22:04 Mikle Kolyada
2018-12-02 11:12 Mikle Kolyada
2018-11-27 16:01 Tobias Klausmann
2018-11-24 13:40 Sergei Trofimovich
2018-11-12 13:45 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-10-02 22:08 Michał Górny
2018-06-21  7:24 Michał Górny
2018-06-21  7:24 Michał Górny
2018-06-17 13:39 Jason Zaman
2018-05-27 20:56 Mikle Kolyada
2018-05-22  1:19 Matt Turner
2018-04-19 21:08 Mikle Kolyada
2018-04-18 21:04 Sergei Trofimovich
2018-04-10 11:32 Tobias Klausmann
2018-04-08 17:28 Aaron Bauman
2018-04-08 15:48 Sergei Trofimovich
2018-04-08  9:04 Michał Górny
2018-03-19 14:50 Michał Górny
2018-03-19 14:50 Michał Górny
2018-03-19 14:50 Michał Górny
2017-01-26 10:22 Agostino Sarubbo
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-12-07 15:02 Jason Zaman
2016-11-24  7:32 Jason Zaman
2016-09-29  4:37 Jeroen Roovers
2016-09-15 14:08 Jason Zaman
2016-06-30 16:58 Tobias Klausmann
2016-06-26 18:40 Markus Meier
2016-03-22  0:52 Patrick McLean
2015-10-17 18:32 Mikle Kolyada

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=1496865927.7315a95fd489cf58a54099f3ce7744bd364b43eb.mgorny@gentoo \
    --to=mgorny@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