Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, lxde-base/lxpolkit/
Date: Sun, 26 Jun 2016 14:35:44
Message-Id: 1466950656.8702e19612c7a10497c90515a032a969f4b71270.mgorny@gentoo
1 commit: 8702e19612c7a10497c90515a032a969f4b71270
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 14:17:36 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 14:17:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8702e196
7
8 lxde-base/lxpolkit: Remove, masked for removal since Mar 2014
9
10 lxde-base/lxpolkit/Manifest | 1 -
11 lxde-base/lxpolkit/lxpolkit-0.1.0-r1.ebuild | 30 -----------------------------
12 lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild | 30 -----------------------------
13 lxde-base/lxpolkit/metadata.xml | 11 -----------
14 profiles/package.mask | 15 ---------------
15 5 files changed, 87 deletions(-)
16
17 diff --git a/lxde-base/lxpolkit/Manifest b/lxde-base/lxpolkit/Manifest
18 deleted file mode 100644
19 index 1eafeb8..0000000
20 --- a/lxde-base/lxpolkit/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST lxpolkit-0.1.0.tar.gz 204579 SHA256 511affca8f55adc67031fb3627b9889064c685e4b983737d8deecdf4f94f008b SHA512 2e2c41edb1c4c6f43f646feefe651adcdfa101e52799af8aa4f70e3eccb21ba5b0e9d07102a792cef9d7bb16df1ef0f2d2c4cef3e126cf35a298f7a0d11a2ee5 WHIRLPOOL 4865b49b25344f1ade872a4a23410daa9c8060c483c1287473225054ae2357b23219c7f47f534077515438f2d353253afe74632bc84af4f489dc2dd67c01cbc2
24
25 diff --git a/lxde-base/lxpolkit/lxpolkit-0.1.0-r1.ebuild b/lxde-base/lxpolkit/lxpolkit-0.1.0-r1.ebuild
26 deleted file mode 100644
27 index 1811029..0000000
28 --- a/lxde-base/lxpolkit/lxpolkit-0.1.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=4
36 -
37 -DESCRIPTION="A simple PolicyKit authentication agent"
38 -HOMEPAGE="http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxpolkit;a=summary http://blog.lxde.org/?p=674"
39 -SRC_URI="mirror://sourceforge/project/lxde/LXPolkit/${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -RDEPEND=">=sys-auth/polkit-0.102
47 - x11-libs/gtk+:3
48 - !gnome-extra/polkit-gnome"
49 -DEPEND="${RDEPEND}
50 - >=dev-util/intltool-0.40.0
51 - virtual/pkgconfig
52 - sys-devel/gettext"
53 -
54 -src_prepare() {
55 - local f=data/lxpolkit.desktop.in.in
56 - sed -i -e '/^NotShowIn/s:=.*:=KDE;:' ${f} || die
57 - echo 'AutostartCondition=GNOME3 if-session gnome-fallback' >> ${f}
58 -}
59 -
60 -src_configure() { econf --enable-gtk3; }
61
62 diff --git a/lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild b/lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild
63 deleted file mode 100644
64 index 9cfdbcd..0000000
65 --- a/lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild
66 +++ /dev/null
67 @@ -1,30 +0,0 @@
68 -# Copyright 1999-2014 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Id$
71 -
72 -EAPI=5
73 -
74 -DESCRIPTION="A simple PolicyKit authentication agent"
75 -HOMEPAGE="http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxpolkit;a=summary http://blog.lxde.org/?p=674"
76 -SRC_URI="mirror://sourceforge/project/lxde/LXPolkit/${P}.tar.gz"
77 -
78 -LICENSE="GPL-3"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE=""
82 -
83 -RDEPEND=">=sys-auth/polkit-0.102
84 - x11-libs/gtk+:3
85 - !gnome-extra/polkit-gnome"
86 -DEPEND="${RDEPEND}
87 - >=dev-util/intltool-0.40.0
88 - sys-devel/gettext
89 - virtual/pkgconfig"
90 -
91 -src_prepare() {
92 - local f=data/lxpolkit.desktop.in.in
93 - sed -i -e '/^NotShowIn/s:=.*:=MATE;KDE;:' ${f} || die
94 - echo 'AutostartCondition=GNOME3 if-session gnome-fallback' >> ${f}
95 -}
96 -
97 -src_configure() { econf --enable-gtk3; }
98
99 diff --git a/lxde-base/lxpolkit/metadata.xml b/lxde-base/lxpolkit/metadata.xml
100 deleted file mode 100644
101 index b31e527..0000000
102 --- a/lxde-base/lxpolkit/metadata.xml
103 +++ /dev/null
104 @@ -1,11 +0,0 @@
105 -<?xml version="1.0" encoding="UTF-8"?>
106 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
107 -<pkgmetadata>
108 - <maintainer type="project">
109 - <email>lxde@g.o</email>
110 - <name>Gentoo LXDE Project</name>
111 - </maintainer>
112 - <upstream>
113 - <remote-id type="sourceforge">lxde</remote-id>
114 - </upstream>
115 -</pkgmetadata>
116
117 diff --git a/profiles/package.mask b/profiles/package.mask
118 index 8dab4c0..0c1cc10 100644
119 --- a/profiles/package.mask
120 +++ b/profiles/package.mask
121 @@ -758,21 +758,6 @@ app-eselect/eselect-lua
122 # experimental features and accept a more unstable release.
123 www-plugins/chrome-binary-plugins:unstable
124
125 -# Samuli Suominen <ssuominen@g.o> (03 Mar 2014)
126 -# gnome-extra/polkit-gnome is the "GTK+ polkit agent" and has no extra
127 -# dependencies that installing lxde-base/lxpolkit would solve, thus
128 -# the only motivation for creation of lxpolkit was to drop the word
129 -# 'gnome' from the package's name. The packages are near identical
130 -# by the outlook, determined by the used GTK+ theme.
131 -#
132 -# Raise yourself above the word 'gnome' and install the de facto GTK+ agent:
133 -# emerge -C lxpolkit
134 -# emerge -1 polkit-gnome
135 -#
136 -# Removal will happen at later date, but since there is no hurry, give it
137 -# until rest of the year.
138 -lxde-base/lxpolkit
139 -
140 # Tim Harder <radhermit@g.o> (04 Feb 2014)
141 # Mask development releases
142 =media-sound/lilypond-2.19*