summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-07-16 20:08:27 +0000
committerJason Zaman <perfinion@gentoo.org>2015-07-16 20:08:27 +0000
commitad938d90bcff9c318acb8314d65436bf625ef08b (patch)
tree100bd5bee9ddd963f1e98f007bf78c1cc4ac4c7c /sys-auth
parentia64 stable wrt bug #554104 (diff)
downloadgentoo-2-ad938d90bcff9c318acb8314d65436bf625ef08b.tar.gz
gentoo-2-ad938d90bcff9c318acb8314d65436bf625ef08b.tar.bz2
gentoo-2-ad938d90bcff9c318acb8314d65436bf625ef08b.zip
version bump, bug 555072
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/consolekit/ChangeLog8
-rw-r--r--sys-auth/consolekit/consolekit-0.9.5.ebuild (renamed from sys-auth/consolekit/consolekit-0.9.2.ebuild)14
2 files changed, 14 insertions, 8 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog
index e2f5df821080..3b0515f18d16 100644
--- a/sys-auth/consolekit/ChangeLog
+++ b/sys-auth/consolekit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.178 2015/06/21 10:53:11 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.179 2015/07/16 20:08:27 perfinion Exp $
+
+*consolekit-0.9.5 (16 Jul 2015)
+
+ 16 Jul 2015; Jason Zaman <perfinion@gentoo.org> +consolekit-0.9.5.ebuild,
+ -consolekit-0.9.2.ebuild:
+ version bump, bug 555072
21 Jun 2015; Jason Zaman <perfinion@gentoo.org> consolekit-0.9.4.ebuild,
consolekit-9999.ebuild:
diff --git a/sys-auth/consolekit/consolekit-0.9.2.ebuild b/sys-auth/consolekit/consolekit-0.9.5.ebuild
index 31d7495fe9f5..0c17298e228d 100644
--- a/sys-auth/consolekit/consolekit-0.9.2.ebuild
+++ b/sys-auth/consolekit/consolekit-0.9.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.9.2.ebuild,v 1.2 2014/11/05 09:53:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.9.5.ebuild,v 1.1 2015/07/16 20:08:27 perfinion Exp $
EAPI=5
inherit eutils linux-info pam
@@ -18,8 +18,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="acl debug doc kernel_linux pam policykit selinux test"
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
- >=dev-libs/glib-2.38.2-r1:2=
+COMMON_DEPEND=">=dev-libs/glib-2.40:2=
sys-libs/zlib:=
x11-libs/libX11:=
acl? (
@@ -30,7 +29,8 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
policykit? ( >=sys-auth/polkit-0.110 )"
RDEPEND="${COMMON_DEPEND}
kernel_linux? ( sys-apps/coreutils[acl?] )
- selinux? ( sec-policy/selinux-consolekit )"
+ selinux? ( sec-policy/selinux-consolekit )
+ sys-power/pm-utils"
DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
virtual/pkgconfig
@@ -69,9 +69,9 @@ src_configure() {
$(use_enable debug) \
$(use_enable policykit polkit) \
$(use_enable acl udev-acl) \
+ $(use_enable test tests) \
--with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \
--with-pam-module-dir="$(getpam_mod_dir)" \
- --with-logrotate-dir=/etc/logrotate.d \
--with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \
--without-systemdsystemunitdir
}
@@ -98,7 +98,7 @@ src_install() {
prune_libtool_files --all # --all for pam_ck_connector.la
- rm -rf "${ED}"/var/run # let the init script create the directory
+ rm -rf "${ED}"/var/run || die # let the init script create the directory
insinto /etc/logrotate.d
newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513