From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D202138334 for ; Sat, 7 Sep 2019 11:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F73E0ACC; Sat, 7 Sep 2019 11:58:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF8EBE0AC9 for ; Sat, 7 Sep 2019 11:58:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A559A34AE19 for ; Sat, 7 Sep 2019 11:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 840FF7F0 for ; Sat, 7 Sep 2019 11:58:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1567857475.d2c8e943f5a47809eb62316518838f1c8866d1ee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libaccounts-glib/Manifest net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild X-VCS-Directories: net-libs/libaccounts-glib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d2c8e943f5a47809eb62316518838f1c8866d1ee X-VCS-Branch: master Date: Sat, 7 Sep 2019 11:58:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26627d77-4441-4347-ad67-3f8eba2e5332 X-Archives-Hash: 4ef84ddfcc55ce467762226a830f1816 commit: d2c8e943f5a47809eb62316518838f1c8866d1ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 7 11:52:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 7 11:57:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c8e943 net-libs/libaccounts-glib: Drop 1.23 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libaccounts-glib/Manifest | 1 - .../libaccounts-glib/libaccounts-glib-1.23.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/net-libs/libaccounts-glib/Manifest b/net-libs/libaccounts-glib/Manifest index c046a4298b4..be260dd06ff 100644 --- a/net-libs/libaccounts-glib/Manifest +++ b/net-libs/libaccounts-glib/Manifest @@ -1,2 +1 @@ -DIST libaccounts-glib-1.23.tar.gz 127931 BLAKE2B 2379786bb4a658eaba632a1788782a0b5620e69fa058e991a41feeedf5b8f4786592077f237513fde9ed4ea00db015a7dd0be6ad852c265a5b7f8b1180ac01e4 SHA512 88fec1fed7a135375516363e4b7f1330d45a6337bbfb45dd35dabce87097ee4e550e968870541e1b496c2ee3db1bd26e0665f4155f1e64d1cc7b6b74d5b71b5c DIST libaccounts-glib-1.24.tar.gz 116578 BLAKE2B d3569ee9d4b92f285f20ab7bc285c62c9817a16f632ad9da83a86ab69e7e3ded74afbcb1307deee788a74796372c0011563ecd293cba4b0e81d15252eae4cf50 SHA512 d4e6906f642c7a196cb42172f31345f58037d528950bee3af2b8cb388aea386056cbaa22f0e7c604a4e00038b231e9ee455f6a1d48f82344cfc0037ad7251b7c diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild deleted file mode 100644 index f012c74eff9..00000000000 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools 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 arm64 x86" -IUSE="debug" - -RDEPEND=" - dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/libxml2 -" -DEPEND="${RDEPEND} - dev-util/glib-utils - dev-util/gtk-doc -" - -DOCS=( AUTHORS NEWS ) - -pkg_setup() { - xdg_environment_reset -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-python \ - --disable-tests \ - $(use_enable debug) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}