summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mate-extra/mate-polkit/Manifest1
-rw-r--r--mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
index 46a10c7b9e8d..6a9ab0811558 100644
--- a/mate-extra/mate-polkit/Manifest
+++ b/mate-extra/mate-polkit/Manifest
@@ -1,3 +1,2 @@
-DIST mate-polkit-1.10.3.tar.xz 324732 SHA256 fb829c28da0ba99eddfe3c9440852a301462e95377d064bce9a68a5d2314b20d SHA512 39d5af5d8f1f1db1f45bbbba3b1a21754fb59f1f2682e46008cd3cfedacf22dcb0bca5175d59897206c5a2a17c6a6b4daa132ce8a96462504651884afba25ce6 WHIRLPOOL 08e614fbfd5fab0717b4a981d246127a68ae43d0827e0bc0bec83ed742a7ca35e824e3aaa4daa1756587433ceb5d5d323732310edac9dde381ff56881552ca70
DIST mate-polkit-1.12.0.tar.xz 324708 SHA256 c38f0a0c3d4e10fc95d27fa4e8d47eb6948e8c9279a82f316f563666571bf8b9 SHA512 b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c WHIRLPOOL bc35601f824af52ac1162aeb3342789e8fbb4f6a09b5352fffd5db87d9c02f6ddba326002a13533531c772234994c845dfbe1473563bec1c442606688b6909f4
DIST mate-polkit-1.14.0.tar.xz 339872 SHA256 929d5710d6284f924dc65824b75e9da23b5809c50033da18b6b4b79e0f599ddd SHA512 f3507380152798af192e3338b5f056b1105fd297e935f098803c21450b04b6d149bc22106f34129a6394655be2e6505c91ad1433e817c68274a1243cc862bcdf WHIRLPOOL 034f05c91c5f79f1c77b073ff8f310e0264541e9783d98dabdc0dda5b0bc36da83ad4468563d9ecb6bdd389065b1b5d828deba02c15a94867124c6687ff54098
diff --git a/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild b/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
deleted file mode 100644
index caf742f7bc32..000000000000
--- a/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
-HOMEPAGE="https://github.com/mate-desktop/mate-polkit"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="accountsservice appindicator +introspection"
-
-RDEPEND=">=dev-libs/glib-2.36:2
- >=sys-auth/polkit-0.102:0[introspection?]
- >=x11-libs/gtk+-2.24:2[introspection?]
- x11-libs/gdk-pixbuf:2[introspection?]
- virtual/libintl:0
- accountsservice? ( sys-apps/accountsservice:0[introspection?] )
- appindicator? ( dev-libs/libappindicator:2 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )"
-
-# We call gtkdocize so we need to depend on gtk-doc.
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-1.3:0
- >=dev-util/intltool-0.35:*
- >=mate-base/mate-common-1.10:0
- sys-devel/gettext:*
- virtual/pkgconfig:*
- !<gnome-extra/polkit-gnome-0.102:0"
-
-# Entropy PMS specific. This way we can install the pkg into the build chroots.
-ENTROPY_RDEPEND="!lxde-base/lxpolkit"
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- $(use_enable accountsservice) \
- $(use_enable appindicator) \
- $(use_enable introspection)
-}
-
-DOCS="AUTHORS HACKING NEWS README"