mate-base/mate-settings-daemon: remove old

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
This commit is contained in:
Mart Raudsepp
2018-10-06 22:50:05 +03:00
parent 2c95abb182
commit 74b648ee49
5 changed files with 0 additions and 226 deletions

View File

@@ -1,4 +1 @@
DIST mate-settings-daemon-1.12.1.tar.xz 781388 BLAKE2B dad221eb742f7748b4c3b70123ce3689509752a73d3f090e027f56d9f64a5d4d11e0c49a5c293c6e8569e250cec7d027dd7dc93a76e8541b8e70828f33ec94de SHA512 36c0d2cacef22db1d27e694602ee390fd0a24e3478837fd7fbfe069f55278c7a7ff3f7d280e0bf9cd4e827beeb9b3d40f505e5772686036e47e3d0b7d1e4b47e
DIST mate-settings-daemon-1.14.1.tar.xz 760936 BLAKE2B dd3365faa55c743cfad7ee5dded7fd4d88c5b5080afd0e806600879e57a7dcbffb4f77217faefa766b1faa85f622ccfdf9e0774604d4e67d68fc8ab0758647da SHA512 e237c1c7df4a42183e3c3079c88dfc94422b604ed9b197363a5ea9bfdf7a16782681f6d82ee3b5b7c5edac6b90b0f2875072a108f5fe9b954bbbf1c8cc27e6d5
DIST mate-settings-daemon-1.16.2.tar.xz 767820 BLAKE2B 1057d21f88799978a58fb0db8b15e72f4905995f7673c1baa92100b823232ae1ed4886d88b5a37e30cd05e1d1ca72b8fa3c58ee9f3211581bda4845f745e52b7 SHA512 e4b527791f65c500ac0b432744c3b128a6a438077261ee182993c82c175d165c2f67fa60620ac03c6f6f532ef6cb4a2a6df52164022a30015e7a071a03df043e
DIST mate-settings-daemon-1.18.2.tar.xz 787004 BLAKE2B 4549948a25016389c280e2df190febb9c1fda3a88ee9354ea72a01e4b8fe973bd0d85c1fd1b3533589dcb1b304893099e6e0171a9be9c64c72fef3608375d86d SHA512 2e07f7873d8f1e75391ae6ab7a132ce1f90a3afe661ca263fff9db1b68c0a02dc53255d6382c2d69861f997f22711d062e43468041a0b3476cdd3a051dec7039

View File

@@ -1,72 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="MATE Settings Daemon"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
IUSE="X debug gtk3 libnotify policykit pulseaudio smartcard +sound"
REQUIRED_USE="pulseaudio? ( sound )"
RDEPEND=">=dev-libs/dbus-glib-0.74:0
>=dev-libs/glib-2.17.3:2
>=gnome-base/dconf-0.13.4:0
>=mate-base/libmatekbd-1.7[gtk3(-)=]
>=mate-base/mate-desktop-1.9[gtk3(-)=]
media-libs/fontconfig:1.0
x11-libs/cairo:0
x11-libs/gdk-pixbuf: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
!gtk3? ( >=x11-libs/gtk+-2.24:2 )
gtk3? ( >=x11-libs/gtk+-3.0:3 )
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/libmatemixer-1.10:0[pulseaudio]
>=media-sound/pulseaudio-0.9.15:0
)
smartcard? ( >=dev-libs/nss-3.11.2:0 )
sound? (
>=media-libs/libmatemixer-1.9
!gtk3? ( media-libs/libcanberra:0[gtk] )
gtk3? ( media-libs/libcanberra:0[gtk3] )
)"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.50.1:0
sys-devel/gettext:0
virtual/pkgconfig:0
x11-base/xorg-proto"
src_configure() {
mate_src_configure \
--with-gtk=$(usex gtk3 3.0 2.0) \
$(use_with X x) \
$(use_with libnotify) \
$(use_with sound libcanberra) \
$(use_with sound libmatemixer) \
$(use_enable debug) \
$(use_enable policykit polkit) \
$(use_enable pulseaudio pulse) \
$(use_enable smartcard smartcard-support)
}

View File

@@ -1,74 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
fi
DESCRIPTION="MATE Settings Daemon"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
IUSE="X debug gtk3 libnotify policykit pulseaudio smartcard +sound"
REQUIRED_USE="pulseaudio? ( sound )"
COMMON_DEPEND=">=dev-libs/dbus-glib-0.74:0
>=dev-libs/glib-2.17.3:2
>=gnome-base/dconf-0.13.4:0
>=mate-base/libmatekbd-1.7[gtk3(-)=]
>=mate-base/mate-desktop-1.9[gtk3(-)=]
media-libs/fontconfig:1.0
x11-libs/cairo:0
x11-libs/gdk-pixbuf: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
!gtk3? ( >=x11-libs/gtk+-2.24:2 )
gtk3? ( >=x11-libs/gtk+-3.0:3 )
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/libmatemixer-1.10:0[pulseaudio]
>=media-sound/pulseaudio-0.9.15:0
)
smartcard? ( >=dev-libs/nss-3.11.2:0 )
sound? (
>=media-libs/libmatemixer-1.9
!gtk3? ( media-libs/libcanberra:0[gtk] )
gtk3? ( media-libs/libcanberra:0[gtk3] )
)"
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50.1:0
sys-devel/gettext:0
virtual/pkgconfig:0
x11-base/xorg-proto"
src_configure() {
mate_src_configure \
--with-gtk=$(usex gtk3 3.0 2.0) \
$(use_with X x) \
$(use_with libnotify) \
$(use_with sound libcanberra) \
$(use_with sound libmatemixer) \
$(use_enable debug) \
$(use_enable policykit polkit) \
$(use_enable pulseaudio pulse) \
$(use_enable smartcard smartcard-support)
}

View File

@@ -1,74 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
fi
DESCRIPTION="MATE Settings Daemon"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
IUSE="X debug gtk3 libnotify policykit pulseaudio smartcard +sound"
REQUIRED_USE="pulseaudio? ( sound )"
COMMON_DEPEND=">=dev-libs/dbus-glib-0.74:0
>=dev-libs/glib-2.17.3:2
>=gnome-base/dconf-0.13.4:0
>=mate-base/libmatekbd-1.7[gtk3(-)=]
>=mate-base/mate-desktop-1.9[gtk3(-)=]
media-libs/fontconfig:1.0
x11-libs/cairo:0
x11-libs/gdk-pixbuf: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
!gtk3? ( >=x11-libs/gtk+-2.24:2 )
gtk3? ( >=x11-libs/gtk+-3.0:3 )
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/libmatemixer-1.10:0[pulseaudio]
>=media-sound/pulseaudio-0.9.15:0
)
smartcard? ( >=dev-libs/nss-3.11.2:0 )
sound? (
>=media-libs/libmatemixer-1.9
!gtk3? ( media-libs/libcanberra:0[gtk] )
gtk3? ( media-libs/libcanberra:0[gtk3] )
)"
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50.1:0
sys-devel/gettext:0
virtual/pkgconfig:0
x11-base/xorg-proto"
src_configure() {
mate_src_configure \
--with-gtk=$(usex gtk3 3.0 2.0) \
$(use_with X x) \
$(use_with libnotify) \
$(use_with sound libcanberra) \
$(use_with sound libmatemixer) \
$(use_enable debug) \
$(use_enable policykit polkit) \
$(use_enable pulseaudio pulse) \
$(use_enable smartcard smartcard-support)
}

View File

@@ -5,9 +5,6 @@
<email>mate@gentoo.org</email>
<name>Gentoo MATE Desktop</name>
</maintainer>
<use>
<flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
</use>
<upstream>
<remote-id type="github">mate-desktop/mate-settings-daemon</remote-id>
</upstream>