net-libs/libaccounts-glib: remove 1.21-r2
authorMichael Palimaka <kensington@gentoo.org>
Thu, 25 Jan 2018 14:23:42 +0000 (01:23 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 25 Jan 2018 14:25:58 +0000 (01:25 +1100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-libs/libaccounts-glib/Manifest
net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild [deleted file]

index ab55e1b7f295ce7705879d9cd91bfd78aa3a4f3e..0cb70aa4125213c9fb40c06f36d59cdc06a5e193 100644 (file)
@@ -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 (file)
index e7b1dda..0000000
+++ /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
-}