public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/
Date: Thu, 26 Jan 2017 10:56:28 +0000 (UTC)	[thread overview]
Message-ID: <1485428148.bae64f26bdfb287b8cb3284b32138655ab62aa5a.leio@gentoo> (raw)

commit:     bae64f26bdfb287b8cb3284b32138655ab62aa5a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 10:21:07 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 10:55:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae64f26

sys-apps/accountsservice: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/accountsservice/Manifest                  |  1 -
 .../accountsservice/accountsservice-0.6.40.ebuild  | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest
index 8d3c8ea..d328636 100644
--- a/sys-apps/accountsservice/Manifest
+++ b/sys-apps/accountsservice/Manifest
@@ -1,3 +1,2 @@
-DIST accountsservice-0.6.40.tar.xz 367772 SHA256 f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b SHA512 da12a97ca9a2eb69d978fd3b5f46e8dd2e2f3e6f57db027e0b8c8c583c715d45f105c9ddcd1a2a1c4a2f4bfce672431e601a7cd0f063b31675fd6f13b6cb4ef8 WHIRLPOOL 3a12f5e5e68f3b21ec1347a9e1677b8eee10818ced138e35a3b1f61d8814a6af5ad50aed352a0fcbec819d8271c46c8db2e93ea0c7ccbbb5672f0f7e7e4786be
 DIST accountsservice-0.6.42.tar.xz 380500 SHA256 e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e SHA512 b31d77b88793a8264d32963a98ad446537292a134a3f80fabb4e2ce30f796e5f3066d02a27515c993133fa493b511a6abba6ff1a7827b5a54ea6a4f62a7b6fc9 WHIRLPOOL 2da1b5037f2306d93471db8ae792145abded9f33e5014f5ad748bb0d988757a4c5e53e5e64ef69752b6e80041af09a87512b95b1b955cfc75b379d7cec40d496
 DIST accountsservice-0.6.43.tar.xz 381008 SHA256 ed3ba94aa38ceb822a0e1a1ac71bf1a8123babf90be049397b3a00900e48d6cc SHA512 0673430b7e5fd726397a9358d60d5c34542afaa786b795d3c8b544dc2bdab151c74f9a3daa4bcd94dc7669400a78cd4cddc453cad78ee8e431bf7c1f417138e2 WHIRLPOOL e704d9dcb5b7c0c6ee7c1ab5ed310ab2428e94d061663367f213c5903f68768680492d651524ef1e7594417335de529463d63b8d8a4d1cc8b6445358f1b97a33

diff --git a/sys-apps/accountsservice/accountsservice-0.6.40.ebuild b/sys-apps/accountsservice/accountsservice-0.6.40.ebuild
deleted file mode 100644
index 9e08fdf..00000000
--- a/sys-apps/accountsservice/accountsservice-0.6.40.ebuild
+++ /dev/null
@@ -1,58 +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 eutils gnome2 systemd
-
-DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/"
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~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	other threads:[~2017-01-26 10:56 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 10:56 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-15 16:21 [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/ Mike Gilbert
2023-05-03  7:04 Arthur Zamarin
2023-05-03  7:04 Arthur Zamarin
2023-05-03  7:04 Arthur Zamarin
2023-05-03  7:03 Arthur Zamarin
2023-05-03  4:45 Sam James
2023-05-02 17:35 Sam James
2023-03-28 20:50 David Seifert
2023-03-28 16:08 Matt Turner
2023-03-01 22:36 Maciej Mrozowski
2022-10-29 17:44 Matt Turner
2022-08-11  9:49 Sam James
2022-05-31 18:24 Matt Turner
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:05 Sam James
2022-03-18 19:24 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2022-03-01 20:37 Matt Turner
2022-02-20  0:37 Sam James
2022-02-18 22:49 Matt Turner
2021-07-26  7:40 Yixun Lan
2020-10-06 19:22 Mikle Kolyada
2020-09-18  7:44 Sergei Trofimovich
2020-09-18  6:48 Sergei Trofimovich
2020-06-29 15:42 Mikle Kolyada
2020-06-28 20:30 Agostino Sarubbo
2020-06-28 14:19 Thomas Deutschmann
2020-06-26 21:16 Mart Raudsepp
2020-06-13 15:27 Pacho Ramos
2019-05-28  2:35 Aaron Bauman
2019-04-21 18:24 Andreas Sturmlechner
2019-03-04 20:45 Mart Raudsepp
2019-03-04 19:52 Dennis Lamm
2018-11-18 11:50 Mikle Kolyada
2018-10-14  9:14 Sergei Trofimovich
2018-10-14  8:59 Sergei Trofimovich
2018-10-05  8:53 Mikle Kolyada
2018-08-22  5:00 Markus Meier
2018-08-21  0:13 Sergei Trofimovich
2018-08-19  1:40 Mikle Kolyada
2018-08-18 22:31 Sergei Trofimovich
2018-08-17  0:12 Mart Raudsepp
2017-12-27 13:02 Mart Raudsepp
2017-12-27  8:35 Markus Meier
2017-12-19 19:14 Thomas Deutschmann
2017-12-16 14:04 Tobias Klausmann
2017-11-18 13:20 Sergei Trofimovich
2017-10-30 17:06 Mart Raudsepp
2017-10-30  8:42 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-09-23 21:13 Thomas Deutschmann
2017-08-20 10:14 Gilles Dartiguelongue
2017-07-20  4:42 Markus Meier
2017-07-15 11:04 Tobias Klausmann
2017-02-24 23:04 Mart Raudsepp
2017-02-24 21:29 Michael Weber
2017-02-24 14:07 Agostino Sarubbo
2017-02-11 18:31 Pacho Ramos
2016-12-06 20:47 Markus Meier
2016-12-05 13:52 Pacho Ramos
2016-06-28 20:30 Pacho Ramos
2016-06-28 20:30 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485428148.bae64f26bdfb287b8cb3284b32138655ab62aa5a.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox