Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/
Date: Thu, 25 Jan 2018 14:26:11
Message-Id: 1516890358.b85b517be7b6632a4b04bda5f2fbc04f3168124d.kensington@gentoo
1 commit: b85b517be7b6632a4b04bda5f2fbc04f3168124d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 14:23:42 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 14:25:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85b517b
7
8 net-libs/libaccounts-glib: remove 1.21-r2
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-libs/libaccounts-glib/Manifest | 1 -
13 .../libaccounts-glib-1.21-r2.ebuild | 48 ----------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/net-libs/libaccounts-glib/Manifest b/net-libs/libaccounts-glib/Manifest
17 index ab55e1b7f29..0cb70aa4125 100644
18 --- a/net-libs/libaccounts-glib/Manifest
19 +++ b/net-libs/libaccounts-glib/Manifest
20 @@ -1,2 +1 @@
21 -DIST libaccounts-glib-1.21.tar.gz 127061 BLAKE2B f0446c4318e810b1cff40c08ee8aace3f3981776c4fcdc2e9d08e42de76f1be2dc2a4d6380feaa4ef0cd94ec10dfd27652c6131653c863db78f11d7c6e14f175 SHA512 3eef882597392387a962dddbc49e4428f7e11e329fac1c3f4d39f3ef315118274b253e36095754d6392802cf298f2bfc0adf30b9a114b047082cda231bb10f60
22 DIST libaccounts-glib-1.23.tar.gz 127931 BLAKE2B 2379786bb4a658eaba632a1788782a0b5620e69fa058e991a41feeedf5b8f4786592077f237513fde9ed4ea00db015a7dd0be6ad852c265a5b7f8b1180ac01e4 SHA512 88fec1fed7a135375516363e4b7f1330d45a6337bbfb45dd35dabce87097ee4e550e968870541e1b496c2ee3db1bd26e0665f4155f1e64d1cc7b6b74d5b71b5c
23
24 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild
25 deleted file mode 100644
26 index e7b1dda81e8..00000000000
27 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit autotools eutils vcs-snapshot xdg-utils
36 -
37 -DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
38 -HOMEPAGE="https://01.org/gsso/"
39 -SRC_URI="https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_${PV} -> ${P}.tar.gz"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm x86"
44 -IUSE="debug"
45 -
46 -RDEPEND="
47 - dev-db/sqlite:3
48 - dev-libs/glib:2
49 - dev-libs/libxml2
50 -"
51 -DEPEND="${RDEPEND}
52 - dev-util/gtk-doc
53 -"
54 -
55 -RESTRICT="test"
56 -
57 -DOCS=( AUTHORS NEWS )
58 -
59 -pkg_setup() {
60 - xdg_environment_reset
61 -}
62 -
63 -src_prepare() {
64 - eautoreconf
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - --disable-python \
70 - --disable-tests \
71 - $(use_enable debug)
72 -}
73 -
74 -src_install() {
75 - default
76 - prune_libtool_files
77 -}