commit: 6d7918dd74c01122479171458854ffa8b3b24e3e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 3 22:05:09 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 3 22:12:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7918dd
xfce-extra/xfce4-volumed: Remove last-rited pkg Closes: https://bugs.gentoo.org/629212 profiles/package.mask | 8 ----- xfce-extra/xfce4-volumed/Manifest | 1 - xfce-extra/xfce4-volumed/metadata.xml | 11 ------- .../xfce4-volumed/xfce4-volumed-0.1.13.ebuild | 35 ---------------------- 4 files changed, 55 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 4e325dc22c0..3427de6e3e8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -265,14 +265,6 @@ app-text/adiff # patches if necessary. =xfce-base/xfwm4-4.13.0_p20170825 -# Michał Górny <[email protected]> (28 Aug 2017) -# Alike xfce4-mixer, relies on gstreamer:0.10 (gstreamer:1.0 removed -# mixer wrappers). Last commit upstream in 2014. PulseAudio users -# can switch to xfce-extra/xfce4-pulseaudio-plugin -# or xfce-extra/xfce4-volumed-pulse. -# Removal in 30 days. Bug #629212. -xfce-extra/xfce4-volumed - # Anthony G. Basile <[email protected]> (27 Aug 2017) # Upstream is no longer providing public patches sys-kernel/hardened-sources diff --git a/xfce-extra/xfce4-volumed/Manifest b/xfce-extra/xfce4-volumed/Manifest deleted file mode 100644 index 3596a4a25ba..00000000000 --- a/xfce-extra/xfce4-volumed/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xfce4-volumed-0.1.13.tar.bz2 88518 SHA256 4ceca3a59b65630e849b89133f220def775009017ca2c3d689df27b7745040a9 SHA512 7241b53f88b44e18a7501e775498701fe622c35b9304e883159dd98fc76745d50f23a192bb0416ccf301ddf393af7a3dc10c3057d77898c8e13d11fd058c801e WHIRLPOOL 68cbc70de66c29a3b00fd75a5925855eb8c38152689a19caa604bb91f2de0f468a7b930960c736dc4f28ac02c3fe407004244dfe29925d9d28d90a3b89eb907e diff --git a/xfce-extra/xfce4-volumed/metadata.xml b/xfce-extra/xfce4-volumed/metadata.xml deleted file mode 100644 index e1654e8b11b..00000000000 --- a/xfce-extra/xfce4-volumed/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>XFCE Team</name> - </maintainer> - <upstream> - <remote-id type="launchpad">xfce4-volumed</remote-id> - </upstream> -</pkgmetadata> diff --git a/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild deleted file mode 100644 index 8c37ffd7820..00000000000 --- a/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="Daemon to control volume up/down and mute keys" -HOMEPAGE="https://launchpad.net/xfce4-volumed" -SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="alsa debug libnotify oss" - -COMMON_DEPEND="dev-libs/keybinder:0 - media-libs/gstreamer:0.10 - media-libs/gst-plugins-base:0.10 - >=xfce-base/xfconf-4.8 - libnotify? ( x11-libs/libnotify )" -RDEPEND="${COMMON_DEPEND} - alsa? ( media-plugins/gst-plugins-alsa:0.10 ) - oss? ( media-plugins/gst-plugins-oss:0.10 ) - !alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) )" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(use_enable debug) - $(use_with libnotify) - ) - - DOCS=( AUTHORS ChangeLog README THANKS ) -}
