Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/
Date: Wed, 24 Feb 2016 23:30:02
Message-Id: 1456356577.97a11c7cc191606b80fd67be9ade004a51af090b.mrueg@gentoo
1 commit: 97a11c7cc191606b80fd67be9ade004a51af090b
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 23:29:37 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 23:29:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a11c7c
7
8 net-libs/libaccounts-glib: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 .../libaccounts-glib/libaccounts-glib-1.21.ebuild | 45 ----------------------
13 1 file changed, 45 deletions(-)
14
15 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild
16 deleted file mode 100644
17 index 339afc3..0000000
18 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild
19 +++ /dev/null
20 @@ -1,45 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit autotools eutils vcs-snapshot
28 -
29 -DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
30 -HOMEPAGE="https://01.org/gsso/"
31 -SRC_URI="https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_1.19 -> ${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="debug"
37 -
38 -RDEPEND="
39 - dev-db/sqlite:3
40 - dev-libs/glib:2
41 - dev-libs/libxml2
42 -"
43 -DEPEND="${RDEPEND}
44 - dev-util/gtk-doc
45 -"
46 -
47 -RESTRICT="test"
48 -
49 -DOCS=( AUTHORS NEWS )
50 -
51 -src_prepare() {
52 - eautoreconf
53 -}
54 -
55 -src_configure() {
56 - econf \
57 - --disable-python \
58 - --disable-tests \
59 - $(use_enable debug)
60 -}
61 -
62 -src_install() {
63 - default
64 - prune_libtool_files
65 -}