summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-31 19:58:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-31 20:06:50 +0100
commit058bac42e8df9b18b19a24a5ace605297103dffd (patch)
tree1f5d83fc22c70a38f8ac92a36ae8c08de13dd9e5 /net-libs
parentdev-util/git-delta: Stabilize 0.5.0 amd64, #767910 (diff)
downloadgentoo-058bac42e8df9b18b19a24a5ace605297103dffd.tar.gz
gentoo-058bac42e8df9b18b19a24a5ace605297103dffd.tar.bz2
gentoo-058bac42e8df9b18b19a24a5ace605297103dffd.zip
net-libs/libaccounts-glib: Drop 1.25-r1
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild61
1 files changed, 0 insertions, 61 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild
deleted file mode 100644
index 87b2fff38281..000000000000
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit meson python-r1 vala
-
-DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"
-HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib"
-SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="doc"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-db/sqlite:3
- dev-libs/glib:2
- dev-libs/gobject-introspection:=
- dev-libs/libxml2
- dev-python/pygobject:3[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- $(vala_depend)
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-libs/check
- doc? ( dev-util/gtk-doc )
-"
-
-# fails
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-VERSION_${PV}"
-
-src_prepare() {
- default
-
- vala_src_prepare --ignore-use
-
- use doc || sed -e "/^subdir('docs')$/d" -i meson.build || die
-}
-
-src_configure() {
- python_foreach_impl run_in_build_dir meson_src_configure
-}
-
-src_compile() {
- python_foreach_impl run_in_build_dir meson_src_compile
-}
-
-src_install() {
- einstalldocs
- python_foreach_impl run_in_build_dir meson_src_install
- python_foreach_impl python_optimize
-}