Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/
Date: Sat, 07 Sep 2019 11:58:17
Message-Id: 1567857475.d2c8e943f5a47809eb62316518838f1c8866d1ee.asturm@gentoo
1 commit: d2c8e943f5a47809eb62316518838f1c8866d1ee
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 11:52:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 11:57:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c8e943
7
8 net-libs/libaccounts-glib: Drop 1.23
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libaccounts-glib/Manifest | 1 -
14 .../libaccounts-glib/libaccounts-glib-1.23.ebuild | 48 ----------------------
15 2 files changed, 49 deletions(-)
16
17 diff --git a/net-libs/libaccounts-glib/Manifest b/net-libs/libaccounts-glib/Manifest
18 index c046a4298b4..be260dd06ff 100644
19 --- a/net-libs/libaccounts-glib/Manifest
20 +++ b/net-libs/libaccounts-glib/Manifest
21 @@ -1,2 +1 @@
22 -DIST libaccounts-glib-1.23.tar.gz 127931 BLAKE2B 2379786bb4a658eaba632a1788782a0b5620e69fa058e991a41feeedf5b8f4786592077f237513fde9ed4ea00db015a7dd0be6ad852c265a5b7f8b1180ac01e4 SHA512 88fec1fed7a135375516363e4b7f1330d45a6337bbfb45dd35dabce87097ee4e550e968870541e1b496c2ee3db1bd26e0665f4155f1e64d1cc7b6b74d5b71b5c
23 DIST libaccounts-glib-1.24.tar.gz 116578 BLAKE2B d3569ee9d4b92f285f20ab7bc285c62c9817a16f632ad9da83a86ab69e7e3ded74afbcb1307deee788a74796372c0011563ecd293cba4b0e81d15252eae4cf50 SHA512 d4e6906f642c7a196cb42172f31345f58037d528950bee3af2b8cb388aea386056cbaa22f0e7c604a4e00038b231e9ee455f6a1d48f82344cfc0037ad7251b7c
24
25 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
26 deleted file mode 100644
27 index f012c74eff9..00000000000
28 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild
29 +++ /dev/null
30 @@ -1,48 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit autotools vcs-snapshot xdg-utils
37 -
38 -DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
39 -HOMEPAGE="https://01.org/gsso/"
40 -SRC_URI="https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_${PV} -> ${P}.tar.gz"
41 -
42 -LICENSE="LGPL-2.1"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm arm64 x86"
45 -IUSE="debug"
46 -
47 -RDEPEND="
48 - dev-db/sqlite:3
49 - dev-libs/glib:2
50 - dev-libs/libxml2
51 -"
52 -DEPEND="${RDEPEND}
53 - dev-util/glib-utils
54 - dev-util/gtk-doc
55 -"
56 -
57 -DOCS=( AUTHORS NEWS )
58 -
59 -pkg_setup() {
60 - xdg_environment_reset
61 -}
62 -
63 -src_prepare() {
64 - default
65 - eautoreconf
66 -}
67 -
68 -src_configure() {
69 - econf \
70 - --disable-python \
71 - --disable-tests \
72 - $(use_enable debug)
73 -}
74 -
75 -src_install() {
76 - default
77 - find "${D}" -name '*.la' -delete || die
78 -}