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 AF13F139083 for ; Thu, 21 Dec 2017 23:32:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C8DFE0F6D; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2CC3FE0F6D for ; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4206433C1EB for ; Thu, 21 Dec 2017 23:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E54CAE91 for ; Thu, 21 Dec 2017 23:31:56 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513899053.3d435101faf96e4fbca885b2a6349beee73859b5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libosinfo/libosinfo-1.0.0.ebuild X-VCS-Directories: sys-libs/libosinfo/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3d435101faf96e4fbca885b2a6349beee73859b5 X-VCS-Branch: master Date: Thu, 21 Dec 2017 23:31:56 +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: 08b930b7-486a-47d2-b48f-9beb7d036b20 X-Archives-Hash: 9675711551c4c3a3dd232ebe716046ac commit: 3d435101faf96e4fbca885b2a6349beee73859b5 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Dec 21 23:08:42 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Dec 21 23:30:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d435101 sys-libs/libosinfo: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-libs/libosinfo/libosinfo-1.0.0.ebuild | 49 ------------------------------- 1 file changed, 49 deletions(-) diff --git a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild b/sys-libs/libosinfo/libosinfo-1.0.0.ebuild deleted file mode 100644 index 97da310d330..00000000000 --- a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VALA_USE_DEPEND="vapigen" - -inherit gnome2 udev vala - -DESCRIPTION="GObject library for managing information about real and virtual OSes" -HOMEPAGE="http://libosinfo.org/" -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" - -IUSE="+introspection +vala test" -REQUIRED_USE="vala? ( introspection )" - -KEYWORDS="~sparc" - -RDEPEND=" - >=dev-libs/glib-2.36.0:2 - >=dev-libs/libxslt-1.0.0:= - dev-libs/libxml2:= - >=net-libs/libsoup-2.42:2.4 - sys-apps/hwids - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) -" -DEPEND="${RDEPEND} - dev-libs/gobject-introspection-common - >=dev-util/gtk-doc-am-1.10 - virtual/pkgconfig - test? ( dev-libs/check ) - vala? ( $(vala_depend) ) -" - -src_prepare() { - gnome2_src_prepare - use vala && vala_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable test tests) \ - $(use_enable introspection) \ - $(use_enable vala) \ - --disable-coverage -}