summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-11 18:52:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-11 18:52:36 +0000
commitab29fdd1ddba39835733736a0606f1dc952ccdfa (patch)
treed943bafbb78358f58a1e6cf88c472d1b82b81a3a /sys-auth
parentUse Python 2 (bug #313953). (diff)
downloadgentoo-2-ab29fdd1ddba39835733736a0606f1dc952ccdfa.tar.gz
gentoo-2-ab29fdd1ddba39835733736a0606f1dc952ccdfa.tar.bz2
gentoo-2-ab29fdd1ddba39835733736a0606f1dc952ccdfa.zip
old
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit/Manifest2
-rw-r--r--sys-auth/polkit/polkit-0.96-r2.ebuild116
-rw-r--r--sys-auth/polkit/polkit-0.99.ebuild108
3 files changed, 0 insertions, 226 deletions
diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
index 8c744f892642..9bba814de443 100644
--- a/sys-auth/polkit/Manifest
+++ b/sys-auth/polkit/Manifest
@@ -5,8 +5,6 @@ DIST polkit-0.96.tar.gz 1034210 RMD160 19847f0835a3041446523066e6db58dfb60d3aae
DIST polkit-0.99.tar.gz 1042461 RMD160 bb3556732e658b1a3ca51129d05ae96aec734ec9 SHA1 4c1fcabfa51bb3f716258a855a22366e7ed1ee22 SHA256 f612c7c26ec822f67751420057a4ae113fc50ab51070758faacf2ad30bb3583f
EBUILD polkit-0.100.ebuild 3357 RMD160 efe26f1b35e3ad85c4b9b1f3b8cf065faeeb988c SHA1 b3d4ebe4d076793638a40fd9f7590fad6afcf195 SHA256 2e9d741a82bce8104d677d4cf7d4fc9cc23c0250e4c6b272ccb5f2324b92cfc8
EBUILD polkit-0.96-r1.ebuild 3916 RMD160 10eb7e31ee770f5a4278ee2a4194619bd5525ccd SHA1 9bb0256cff9804179a0b246d1577fe194b3599cd SHA256 f5a79eaf2ffffd56c2cdefe85446a3d453122362b0d163aae3aeef43adfd28bc
-EBUILD polkit-0.96-r2.ebuild 3725 RMD160 2b4e130e3f8f3081a5dc2390733b9aa93627a56b SHA1 71a9a9b89aabe4fc6bb3927e958d6c7a2b90b7ff SHA256 a9579f8faecc68d3b34efe1e9f5de9bf6926d57a7b5ddcaeba2e2afb7ed0cc72
EBUILD polkit-0.99-r1.ebuild 3472 RMD160 3821c7dc666465b5d331cc037590bca44184be6e SHA1 3ee0e3fa7556d8b12a2b2efed6c1682dabf50156 SHA256 d7390e1c583e104cf2d622e454d367cc9846276ed7be76fade4c9e2284925c89
-EBUILD polkit-0.99.ebuild 3486 RMD160 2fb440669ed09357dbb00d9d7b1224bbca0e4745 SHA1 279f278d62ae031a228add83195e0a318ea25c18 SHA256 8ea8f65b778b35f4e385b851c72a88872e11217ec650ec3cf24a91d41499a26b
MISC ChangeLog 5103 RMD160 40222b4e495e5aae919d1df34d508388571e5f49 SHA1 77bdf2faf5be6d15da35aa54b872bd4f63c8ea41 SHA256 bda9c9aa7ab1665627cf65f1c8d0a3c26f301b2e60e699ce95d183e7f080a14c
MISC metadata.xml 389 RMD160 3a54b59d35cd9c5b920de1b6d07447a95c7c7de0 SHA1 4a94516eb92b02ed46d9da1ab420a4fe3832211e SHA256 cfd3de2aafbe1b3e663e793170c36caf8c8ba8a48d75e581af69962e6cdc2815
diff --git a/sys-auth/polkit/polkit-0.96-r2.ebuild b/sys-auth/polkit/polkit-0.96-r2.ebuild
deleted file mode 100644
index 261713bc6c54..000000000000
--- a/sys-auth/polkit/polkit-0.96-r2.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.96-r2.ebuild,v 1.6 2010/08/14 17:08:08 armin76 Exp $
-
-EAPI="2"
-
-inherit autotools eutils multilib pam
-
-DESCRIPTION="Policy framework for controlling privileges for system-wide services"
-HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit"
-SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz
-!pam? ( mirror://gentoo/${P}-r1-shadow-support.patch.lzma )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc examples +introspection nls pam"
-
-# not mature enough
-RDEPEND=">=dev-libs/glib-2.21.4
- >=dev-libs/eggdbus-0.6
- dev-libs/expat
- introspection? ( dev-libs/gobject-introspection )
- pam? ( virtual/pam )"
-DEPEND="${RDEPEND}
- !!>=sys-auth/policykit-0.92
- dev-libs/libxslt
- app-text/docbook-xsl-stylesheets
- >=dev-util/pkgconfig-0.18
- >=dev-util/intltool-0.36
- >=dev-util/gtk-doc-am-1.13
- doc? ( >=dev-util/gtk-doc-1.13 )"
-PDEPEND=">=sys-auth/consolekit-0.4[policykit]"
-# gtk-doc-am-1.13 needed for eautoreconf
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-getcwd.patch"
- if ! use pam; then
- # Experimental shadow support, bug 291116
- epatch "${WORKDIR}/${P}-r1-shadow-support.patch"
- eautoreconf
- fi
-}
-
-src_configure() {
- local conf
-
- if use pam; then
- conf="${conf} --with-authfw=pam
- --with-pam-module-dir=$(getpam_mod_dir)"
- else
- conf="${conf} --with-authfw=shadow"
- fi
-
- # We define libexecdir due to fdo bug #22951
- # easier to maintain than patching everything
- econf ${conf} \
- --disable-ansi \
- --disable-examples \
- --enable-fast-install \
- --enable-libtool-lock \
- --enable-man-pages \
- --disable-dependency-tracking \
- --with-os-type=gentoo \
- --localstatedir=/var \
- --libexecdir='${exec_prefix}/libexec/polkit-1' \
- $(use_enable debug verbose-mode) \
- $(use_enable doc gtk-doc) \
- $(use_enable introspection) \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc NEWS README AUTHORS ChangeLog || die "dodoc failed"
-
- # We disable example compilation above, and handle it here
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins src/examples/{*.c,*.policy*}
- fi
-
- # Need to keep a few directories around...
- diropts -m0700 -o root -g root
- keepdir /var/run/polkit-1
- keepdir /var/lib/polkit-1
-}
-
-pkg_postinst() {
- # Make sure that the user has consolekit sessions working so that the
- # 'allow_active' directive in polkit action policies works
- if has_version 'gnome-base/gdm' && ! has_version 'gnome-base/gdm[consolekit]'; then
- # If user has GDM installed, but USE=-consolekit, warn them
- ewarn "You have GDM installed, but it does not have USE=consolekit"
- ewarn "If you login using GDM, polkit authorizations will not work"
- ewarn "unless you enable USE=consolekit"
- einfo
- fi
- if has_version 'kde-base/kdm' && ! has_version 'kde-base/kdm[consolekit]'; then
- # If user has KDM installed, but USE=-consolekit, warn them
- ewarn "You have KDM installed, but it does not have USE=consolekit"
- ewarn "If you login using KDM, polkit authorizations will not work"
- ewarn "unless you enable USE=consolekit"
- einfo
- fi
- if ! has_version 'gnome-base/gdm[consolekit]' && \
- ! has_version 'kde-base/kdm[consolekit]'; then
- # Inform user about the alternative method
- ewarn "If you don't use GDM or KDM for logging in,"
- ewarn "you must start your desktop environment (DE) as follows:"
- ewarn " ck-launch-session \$STARTGUI"
- ewarn "Where \$STARTGUI is a DE-starting command such as 'gnome-session'."
- ewarn "You should add this to your ~/.xinitrc if you use startx."
- fi
-}
diff --git a/sys-auth/polkit/polkit-0.99.ebuild b/sys-auth/polkit/polkit-0.99.ebuild
deleted file mode 100644
index 753d34329b55..000000000000
--- a/sys-auth/polkit/polkit-0.99.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild,v 1.3 2010/10/09 17:02:54 ssuominen Exp $
-
-EAPI="2"
-
-inherit autotools eutils multilib pam
-
-DESCRIPTION="Policy framework for controlling privileges for system-wide services"
-HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit"
-SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc examples +introspection nls pam"
-
-# not mature enough
-RDEPEND=">=dev-libs/glib-2.25.12
- dev-libs/expat
- introspection? ( dev-libs/gobject-introspection )
- pam? ( virtual/pam )"
-DEPEND="${RDEPEND}
- !!>=sys-auth/policykit-0.92
- dev-libs/libxslt
- app-text/docbook-xsl-stylesheets
- >=dev-util/pkgconfig-0.18
- >=dev-util/intltool-0.36
- doc? ( >=dev-util/gtk-doc-1.13 )"
-PDEPEND=">=sys-auth/consolekit-0.4[policykit]"
-# gtk-doc-am-1.13 needed for eautoreconf
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.96-getcwd.patch"
-}
-
-src_configure() {
- local conf
-
- if use pam; then
- conf="${conf} --with-authfw=pam
- --with-pam-module-dir=$(getpam_mod_dir)"
- else
- conf="${conf} --with-authfw=shadow"
- fi
-
- # We define libexecdir due to fdo bug #22951
- # easier to maintain than patching everything
- econf ${conf} \
- --disable-ansi \
- --disable-examples \
- --enable-fast-install \
- --enable-libtool-lock \
- --enable-man-pages \
- --disable-dependency-tracking \
- --with-os-type=gentoo \
- --localstatedir=/var \
- --libexecdir='${exec_prefix}/libexec/polkit-1' \
- $(use_enable debug verbose-mode) \
- $(use_enable doc gtk-doc) \
- $(use_enable introspection) \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc NEWS README AUTHORS ChangeLog || die "dodoc failed"
-
- # We disable example compilation above, and handle it here
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins src/examples/{*.c,*.policy*}
- fi
-
- # Need to keep a few directories around...
- diropts -m0700 -o root -g root
- keepdir /var/run/polkit-1
- keepdir /var/lib/polkit-1
-}
-
-pkg_postinst() {
- # Make sure that the user has consolekit sessions working so that the
- # 'allow_active' directive in polkit action policies works
- if has_version 'gnome-base/gdm' && ! has_version 'gnome-base/gdm[consolekit]'; then
- # If user has GDM installed, but USE=-consolekit, warn them
- ewarn "You have GDM installed, but it does not have USE=consolekit"
- ewarn "If you login using GDM, polkit authorizations will not work"
- ewarn "unless you enable USE=consolekit"
- einfo
- fi
- if has_version 'kde-base/kdm' && ! has_version 'kde-base/kdm[consolekit]'; then
- # If user has KDM installed, but USE=-consolekit, warn them
- ewarn "You have KDM installed, but it does not have USE=consolekit"
- ewarn "If you login using KDM, polkit authorizations will not work"
- ewarn "unless you enable USE=consolekit"
- einfo
- fi
- if ! has_version 'gnome-base/gdm[consolekit]' && \
- ! has_version 'kde-base/kdm[consolekit]'; then
- # Inform user about the alternative method
- ewarn "If you don't use GDM or KDM for logging in,"
- ewarn "you must start your desktop environment (DE) as follows:"
- ewarn " ck-launch-session \$STARTGUI"
- ewarn "Where \$STARTGUI is a DE-starting command such as 'gnome-session'."
- ewarn "You should add this to your ~/.xinitrc if you use startx."
- fi
-}