commit:     b85b517be7b6632a4b04bda5f2fbc04f3168124d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 14:23:42 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 14:25:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85b517b

net-libs/libaccounts-glib: remove 1.21-r2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libaccounts-glib/Manifest                 |  1 -
 .../libaccounts-glib-1.21-r2.ebuild                | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libaccounts-glib/Manifest 
b/net-libs/libaccounts-glib/Manifest
index ab55e1b7f29..0cb70aa4125 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 e7b1dda81e8..00000000000
--- 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
-}

Reply via email to