summaryrefslogtreecommitdiff
path: root/app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild')
-rw-r--r--app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild66
1 files changed, 0 insertions, 66 deletions
diff --git a/app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild b/app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild
deleted file mode 100644
index 436bb9c06c14..000000000000
--- a/app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit eutils gnome2 readme.gentoo user
-
-DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
-HOMEPAGE="https://projects.gnome.org/gst/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
- !<app-admin/gnome-system-tools-1.1.91
- >=sys-apps/dbus-1.1.2
- >=dev-libs/dbus-glib-0.74
- >=dev-libs/glib-2.15.2:2
- >=dev-perl/Net-DBus-0.33.4
- dev-lang/perl
- >=sys-auth/polkit-0.94
- userland_GNU? ( virtual/shadow )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.40"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="You need to add yourself to the group stb-admin and
-add system-tools-backends to the default runlevel.
-You can do this as root like so:
-# rc-update add system-tools-backends default
-"
-
-pkg_setup() {
- enewgroup stb-admin
-}
-
-src_prepare() {
- # Change default permission, only people in stb-admin is allowed
- # to speak to the dispatcher.
- epatch "${FILESDIR}/${PN}-2.8.2-default-permissions.patch"
-
- # Apply fix from ubuntu for CVE 2008 4311
- epatch "${FILESDIR}/${PN}-2.8.2-cve-2008-4311.patch"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure --localstatedir=/var
-}
-
-src_install() {
- gnome2_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- readme.gentoo_print_elog
-}