Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mate-system-tools/
Date: Mon, 05 Sep 2016 03:31:46
Message-Id: 1473046284.688187f5cf7fda2879e2962df257286dafaf2725.np-hardass@gentoo
1 commit: 688187f5cf7fda2879e2962df257286dafaf2725
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 04:40:52 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 03:31:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688187f5
7
8 app-admin/mate-system-tools: drop package; dead fork-upstream
9
10 app-admin/mate-system-tools/Manifest | 1 -
11 .../mate-system-tools-1.8.1.ebuild | 66 ----------------------
12 app-admin/mate-system-tools/metadata.xml | 22 --------
13 3 files changed, 89 deletions(-)
14
15 diff --git a/app-admin/mate-system-tools/Manifest b/app-admin/mate-system-tools/Manifest
16 deleted file mode 100644
17 index b31f0ac..00000000
18 --- a/app-admin/mate-system-tools/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST mate-system-tools-1.8.1.tar.xz 4348304 SHA256 c5f1faee761deb679f7a37607cc7166ea81b7d16a7fbc05951b32f119bcb944e SHA512 a2cda52ebab386ebbf6c01288741f59914c8fe8a672a1220b0a8cc44afb51058e8545f385f4d5dab650bc36c3c18ad9519580ce255b4c607131c2c5dd3ce15ce WHIRLPOOL ba486ffcc9dd25aa10858e3b09a046eadbe99a11d4e98c872dd14b91002e9e62a17d88744707ef8fac80b44e27d6402b4532d77d30f6ce0f905335d0e9eee7d2
22
23 diff --git a/app-admin/mate-system-tools/mate-system-tools-1.8.1.ebuild b/app-admin/mate-system-tools/mate-system-tools-1.8.1.ebuild
24 deleted file mode 100644
25 index 2fcb75e..00000000
26 --- a/app-admin/mate-system-tools/mate-system-tools-1.8.1.ebuild
27 +++ /dev/null
28 @@ -1,66 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI="5"
34 -
35 -GCONF_DEBUG="no"
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2 versionator
39 -
40 -MATE_BRANCH="$(get_version_component_range 1-2)"
41 -
42 -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
43 -DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
44 -HOMEPAGE="http://mate-desktop.org"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -
50 -IUSE="caja nfs policykit samba"
51 -
52 -RDEPEND="app-text/rarian:0
53 - >=app-admin/system-tools-backends-2.10.1:0
54 - dev-libs/atk:0
55 - dev-libs/dbus-glib:0
56 - >=dev-libs/glib-2.25.3:2
57 - >=dev-libs/liboobs-1.1:0
58 - >=sys-apps/dbus-0.32:0
59 - net-wireless/wireless-tools:0
60 - sys-libs/cracklib:0
61 - x11-libs/gdk-pixbuf:2
62 - x11-libs/pango:0
63 - >=x11-libs/gtk+-2.19.7:2
64 - virtual/libintl:0
65 - caja? ( >=mate-base/caja-1.8:0 )
66 - nfs? ( net-fs/nfs-utils:0 )
67 - policykit? (
68 - >=mate-extra/mate-polkit-1.8:0
69 - >=sys-auth/polkit-0.92:0
70 - )
71 - samba? ( >=net-fs/samba-3:0 )"
72 -
73 -DEPEND="${RDEPEND}
74 - app-text/docbook-xml-dtd:4.1.2
75 - >=app-text/scrollkeeper-dtd-1:1.0
76 - app-text/yelp-tools:0
77 - sys-devel/gettext:*
78 - virtual/pkgconfig:*
79 - >=dev-util/intltool-0.35.0:*"
80 -
81 -src_configure() {
82 - local myconf
83 - if ! use nfs && ! use samba; then
84 - myconf="--disable-shares"
85 - fi
86 -
87 - gnome2_src_configure \
88 - ${myconf} \
89 - --disable-static \
90 - $(use_enable policykit polkit-gtk-mate) \
91 - $(use_enable caja)
92 -}
93 -
94 -DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
95
96 diff --git a/app-admin/mate-system-tools/metadata.xml b/app-admin/mate-system-tools/metadata.xml
97 deleted file mode 100644
98 index e03e999..00000000
99 --- a/app-admin/mate-system-tools/metadata.xml
100 +++ /dev/null
101 @@ -1,22 +0,0 @@
102 -<?xml version="1.0" encoding="UTF-8"?>
103 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 -<pkgmetadata>
105 - <maintainer type="project">
106 - <email>mate@g.o</email>
107 - <name>Gentoo MATE Desktop</name>
108 - </maintainer>
109 - <longdescription>
110 - Formerly known as the Ximian Setup Tools, the GST are a fully
111 - integrated set of tools aimed to make easy the job that means the
112 - computer administration on an UNIX or Linux system. They're
113 - thought to help from the new Linux or UNIX user to the system
114 - administrators.
115 - </longdescription>
116 - <use>
117 - <flag name="nfs">Adds support for NFS shares</flag>
118 - <flag name="caja">Adds support for the Caja file manager</flag>
119 - </use>
120 - <upstream>
121 - <remote-id type="github">mate-desktop/mate-system-tools</remote-id>
122 - </upstream>
123 -</pkgmetadata>