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: Sun, 31 Jan 2021 19:07:05
Message-Id: 1612120010.058bac42e8df9b18b19a24a5ace605297103dffd.asturm@gentoo
1 commit: 058bac42e8df9b18b19a24a5ace605297103dffd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 18:58:56 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 19:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058bac42
7
8 net-libs/libaccounts-glib: Drop 1.25-r1
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../libaccounts-glib-1.25-r1.ebuild | 61 ----------------------
14 1 file changed, 61 deletions(-)
15
16 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild
17 deleted file mode 100644
18 index 87b2fff3828..00000000000
19 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild
20 +++ /dev/null
21 @@ -1,61 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7,8} )
28 -inherit meson python-r1 vala
29 -
30 -DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
31 -HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib"
32 -SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
37 -IUSE="doc"
38 -
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 -
41 -RDEPEND="${PYTHON_DEPS}
42 - dev-db/sqlite:3
43 - dev-libs/glib:2
44 - dev-libs/gobject-introspection:=
45 - dev-libs/libxml2
46 - dev-python/pygobject:3[${PYTHON_USEDEP}]
47 -"
48 -DEPEND="${RDEPEND}"
49 -BDEPEND="
50 - $(vala_depend)
51 - dev-util/gdbus-codegen
52 - dev-util/glib-utils
53 - dev-libs/check
54 - doc? ( dev-util/gtk-doc )
55 -"
56 -
57 -# fails
58 -RESTRICT="test"
59 -
60 -S="${WORKDIR}/${PN}-VERSION_${PV}"
61 -
62 -src_prepare() {
63 - default
64 -
65 - vala_src_prepare --ignore-use
66 -
67 - use doc || sed -e "/^subdir('docs')$/d" -i meson.build || die
68 -}
69 -
70 -src_configure() {
71 - python_foreach_impl run_in_build_dir meson_src_configure
72 -}
73 -
74 -src_compile() {
75 - python_foreach_impl run_in_build_dir meson_src_compile
76 -}
77 -
78 -src_install() {
79 - einstalldocs
80 - python_foreach_impl run_in_build_dir meson_src_install
81 - python_foreach_impl python_optimize
82 -}