diff options
author | Matthias Maier <tamiko@gentoo.org> | 2014-12-20 17:32:01 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2014-12-20 17:32:01 +0000 |
commit | 28115f982b5d4431ff15c0836290f3a98c59dc70 (patch) | |
tree | 6a284880c970935cbad10b3448bb2bfc536ce10e /mate-extra/mate-polkit | |
parent | Depend on Shell::EnvImporter with fix for bug 526188 (diff) | |
download | gentoo-2-28115f982b5d4431ff15c0836290f3a98c59dc70.tar.gz gentoo-2-28115f982b5d4431ff15c0836290f3a98c59dc70.tar.bz2 gentoo-2-28115f982b5d4431ff15c0836290f3a98c59dc70.zip |
drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Diffstat (limited to 'mate-extra/mate-polkit')
-rw-r--r-- | mate-extra/mate-polkit/ChangeLog | 5 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.6.1.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/mate-extra/mate-polkit/ChangeLog b/mate-extra/mate-polkit/ChangeLog index 8a55d0a16317..4e6d4bfa1c78 100644 --- a/mate-extra/mate-polkit/ChangeLog +++ b/mate-extra/mate-polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mate-extra/mate-polkit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-polkit/ChangeLog,v 1.8 2014/07/02 09:47:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-polkit/ChangeLog,v 1.9 2014/12/20 17:32:01 tamiko Exp $ + + 20 Dec 2014; Matthias Maier <tamiko@gentoo.org> -mate-polkit-1.6.1.ebuild: + drop old 02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-polkit-1.8.0.ebuild: x86 stable, bug 513714 diff --git a/mate-extra/mate-polkit/mate-polkit-1.6.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.6.1.ebuild deleted file mode 100644 index 15c149ca2087..000000000000 --- a/mate-extra/mate-polkit/mate-polkit-1.6.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.6.1.ebuild,v 1.4 2014/05/04 14:54:51 ago Exp $ - -EAPI="5" - -inherit gnome2 versionator - -RESTRICT="test" - -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 session bus service that is used to bring up authentication dialogs" -HOMEPAGE="https://github.com/mate-desktop/mate-polkit" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64" - -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.28:2 - >=sys-auth/polkit-0.102:0[introspection?] - >=x11-libs/gtk+-2.24:2[introspection?] - x11-libs/gdk-pixbuf:2[introspection?] - virtual/libintl:0 - 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: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() { - econf \ - --disable-static \ - $(use_enable introspection) -} - -src_compile() { - emake -C polkitgtkmate libpolkit-gtk-mate-1.la -} - -DOCS="AUTHORS HACKING NEWS README" |