From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C89A81388C1 for ; Wed, 24 Feb 2016 23:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B72A21C003; Wed, 24 Feb 2016 23:30:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF06121C003 for ; Wed, 24 Feb 2016 23:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0A8A340E2F for ; Wed, 24 Feb 2016 23:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A84A1897 for ; Wed, 24 Feb 2016 23:29:53 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1456356577.97a11c7cc191606b80fd67be9ade004a51af090b.mrueg@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/libaccounts-glib-1.21.ebuild X-VCS-Directories: net-libs/libaccounts-glib/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 97a11c7cc191606b80fd67be9ade004a51af090b X-VCS-Branch: master Date: Wed, 24 Feb 2016 23:29:53 +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-Archives-Salt: 6f1e9e22-3cd0-4766-ba64-a0642674376c X-Archives-Hash: 6b0cc281a73266f9c97d39c35a270efa commit: 97a11c7cc191606b80fd67be9ade004a51af090b Author: Manuel Rüger gentoo org> AuthorDate: Wed Feb 24 23:29:37 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Feb 24 23:29:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a11c7c net-libs/libaccounts-glib: Remove old Package-Manager: portage-2.2.27 .../libaccounts-glib/libaccounts-glib-1.21.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild deleted file mode 100644 index 339afc3..0000000 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils vcs-snapshot - -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_1.19 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~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 ) - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - --disable-python \ - --disable-tests \ - $(use_enable debug) -} - -src_install() { - default - prune_libtool_files -}