pacho       15/01/26 12:51:50

  Modified:             ChangeLog
  Added:                accountsservice-0.6.40.ebuild
  Removed:              accountsservice-0.6.37.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.55                 sys-apps/accountsservice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/accountsservice/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/accountsservice/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/accountsservice/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   1 Jan 2015 21:12:58 -0000       1.54
+++ ChangeLog   26 Jan 2015 12:51:50 -0000      1.55
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/accountsservice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v 1.54 
2015/01/01 21:12:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v 1.55 
2015/01/26 12:51:50 pacho Exp $
+
+*accountsservice-0.6.40 (26 Jan 2015)
+
+  26 Jan 2015; Pacho Ramos <pa...@gentoo.org> +accountsservice-0.6.40.ebuild,
+  -accountsservice-0.6.37.ebuild:
+  Version bump, drop old
 
   01 Jan 2015; Markus Meier <mae...@gentoo.org> accountsservice-0.6.39.ebuild:
   arm stable, bug #529964



1.1                  sys-apps/accountsservice/accountsservice-0.6.40.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.40.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.40.ebuild?rev=1.1&content-type=text/plain

Index: accountsservice-0.6.40.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.40.ebuild,v
 1.1 2015/01/26 12:51:50 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit eutils gnome2 systemd

DESCRIPTION="D-Bus interfaces for querying and manipulating user account 
information"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/AccountsService/";
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz";

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"

IUSE="doc +introspection selinux systemd"

CDEPEND="
        >=dev-libs/glib-2.37.3:2
        sys-auth/polkit
        introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
        systemd? ( >=sys-apps/systemd-186:0= )
        !systemd? ( sys-auth/consolekit )
"
DEPEND="${CDEPEND}
        dev-libs/libxslt
        dev-util/gdbus-codegen
        >=dev-util/gtk-doc-am-1.15
        >=dev-util/intltool-0.40
        sys-devel/gettext
        virtual/pkgconfig
        doc? (
                app-text/docbook-xml-dtd:4.1.2
                app-text/xmlto )
"
RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-accountsd )
"

src_prepare() {
        epatch "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"

        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --disable-static \
                --disable-more-warnings \
                --localstatedir="${EPREFIX}"/var \
                --enable-admin-group="wheel" \
                $(use_enable doc docbook-docs) \
                $(use_enable introspection) \
                $(use_enable systemd) \
                $(systemd_with_unitdir)
}




Reply via email to