diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-26 01:23:42 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-26 01:25:58 +1100 |
commit | b85b517be7b6632a4b04bda5f2fbc04f3168124d (patch) | |
tree | 672b4d365d5cd82e516b934d509be4bef5977938 /net-libs/libaccounts-glib | |
parent | net-libs/libaccounts-glib: stabilise 1.23 for amd64/x86 (diff) | |
download | gentoo-b85b517be7b6632a4b04bda5f2fbc04f3168124d.tar.gz gentoo-b85b517be7b6632a4b04bda5f2fbc04f3168124d.tar.bz2 gentoo-b85b517be7b6632a4b04bda5f2fbc04f3168124d.zip |
net-libs/libaccounts-glib: remove 1.21-r2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r-- | net-libs/libaccounts-glib/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/net-libs/libaccounts-glib/Manifest b/net-libs/libaccounts-glib/Manifest index ab55e1b7f295..0cb70aa41252 100644 --- a/net-libs/libaccounts-glib/Manifest +++ b/net-libs/libaccounts-glib/Manifest @@ -1,2 +1 @@ -DIST libaccounts-glib-1.21.tar.gz 127061 BLAKE2B f0446c4318e810b1cff40c08ee8aace3f3981776c4fcdc2e9d08e42de76f1be2dc2a4d6380feaa4ef0cd94ec10dfd27652c6131653c863db78f11d7c6e14f175 SHA512 3eef882597392387a962dddbc49e4428f7e11e329fac1c3f4d39f3ef315118274b253e36095754d6392802cf298f2bfc0adf30b9a114b047082cda231bb10f60 DIST libaccounts-glib-1.23.tar.gz 127931 BLAKE2B 2379786bb4a658eaba632a1788782a0b5620e69fa058e991a41feeedf5b8f4786592077f237513fde9ed4ea00db015a7dd0be6ad852c265a5b7f8b1180ac01e4 SHA512 88fec1fed7a135375516363e4b7f1330d45a6337bbfb45dd35dabce87097ee4e550e968870541e1b496c2ee3db1bd26e0665f4155f1e64d1cc7b6b74d5b71b5c diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild deleted file mode 100644 index e7b1dda81e88..000000000000 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils vcs-snapshot xdg-utils - -DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications" -HOMEPAGE="https://01.org/gsso/" -SRC_URI="https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_${PV} -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="debug" - -RDEPEND=" - dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/libxml2 -" -DEPEND="${RDEPEND} - dev-util/gtk-doc -" - -RESTRICT="test" - -DOCS=( AUTHORS NEWS ) - -pkg_setup() { - xdg_environment_reset -} - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - --disable-python \ - --disable-tests \ - $(use_enable debug) -} - -src_install() { - default - prune_libtool_files -} |