summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-extra/polkit-gnome/ChangeLog6
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.102.ebuild44
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.105.ebuild45
3 files changed, 5 insertions, 90 deletions
diff --git a/gnome-extra/polkit-gnome/ChangeLog b/gnome-extra/polkit-gnome/ChangeLog
index b89e4271216c..7fb8d11c5619 100644
--- a/gnome-extra/polkit-gnome/ChangeLog
+++ b/gnome-extra/polkit-gnome/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/polkit-gnome
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v 1.70 2015/05/27 13:46:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v 1.71 2015/05/27 13:53:02 tetromino Exp $
+
+ 27 May 2015; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -polkit-gnome-0.102.ebuild, -polkit-gnome-0.105.ebuild:
+ Clean up old.
27 May 2015; Mikle Kolyada <zlogene@gentoo.org> polkit-gnome-0.105-r1.ebuild:
arm stable wrt bug #545850
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.102.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.102.ebuild
deleted file mode 100644
index 51ce485d6a26..000000000000
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.102.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.102.ebuild,v 1.9 2012/05/05 06:25:18 jdhore Exp $
-
-# This ebuild is only for installing obsolete libpolkit-gtk-1 wrt #387663
-
-EAPI=4
-inherit gnome.org
-
-DESCRIPTION="Separate ebuild for obsolete libpolkit-gtk-1 library"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/PolicyKit"
-
-LICENSE="LGPL-2"
-SLOT="obsolete"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="+introspection"
-
-RDEPEND=">=dev-libs/glib-2.28
- >=x11-libs/gtk+-2.24:2[introspection?]
- >=sys-auth/polkit-0.102[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- !<gnome-extra/polkit-gnome-0.102"
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable introspection)
-}
-
-src_compile() {
- emake -C polkitgtk libpolkit-gtk-1.la
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- rm -rf \
- "${ED}"usr/lib*/polkit-gnome-authentication-agent-1 \
- "${ED}"usr/lib*/libpolkit-gtk-1.la \
- "${ED}"usr/share/locale
-}
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.105.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.105.ebuild
deleted file mode 100644
index 0077eb66028a..000000000000
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.105.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.105.ebuild,v 1.9 2014/08/17 08:57:59 jer Exp $
-
-EAPI=4
-inherit gnome.org
-
-DESCRIPTION="A dbus session bus service that is used to bring up authentication dialogs"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/PolicyKit"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.30
- >=sys-auth/polkit-0.102
- x11-libs/gtk+:3
- !lxde-base/lxpolkit"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-DOCS=( AUTHORS HACKING NEWS README TODO )
-
-src_install() {
- default
-
- cat <<-EOF > "${T}"/polkit-gnome-authentication-agent-1.desktop
- [Desktop Entry]
- Name=PolicyKit Authentication Agent
- Comment=PolicyKit Authentication Agent
- Exec=/usr/libexec/polkit-gnome-authentication-agent-1
- Terminal=false
- Type=Application
- Categories=
- NoDisplay=true
- NotShowIn=KDE;
- AutostartCondition=GNOME3 if-session gnome-fallback
- EOF
-
- insinto /etc/xdg/autostart
- doins "${T}"/polkit-gnome-authentication-agent-1.desktop
-}