commit:     ca7e0531341e730a4b58c3b974557425693aee8f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 17:53:33 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 19:52:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7e0531

sys-libs/libosinfo: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-libs/libosinfo/Manifest               |  1 -
 sys-libs/libosinfo/libosinfo-1.6.0.ebuild | 58 -------------------------------
 2 files changed, 59 deletions(-)

diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
index 9f19a429825..d2d21a71e99 100644
--- a/sys-libs/libosinfo/Manifest
+++ b/sys-libs/libosinfo/Manifest
@@ -1,2 +1 @@
-DIST libosinfo-1.6.0.tar.gz 1024787 BLAKE2B 
4d0783b41f8c9ed7472c798acede0cd1f3808858ab954e838e8d7543dc50a9819d1f26b0cb02a97c8ed8ebee47db1b915aab5daadc0be2742e8f5c1ba8451a75
 SHA512 
53359095e40ef12e0cc142ddc92119b4a753bb47a728f13a8ff500a19108a44eb1f6ebe4ed67b04347a707dd0c0d55bcfe6815b57d187237dddd7376ebe9cf5e
 DIST libosinfo-1.8.0.tar.xz 273324 BLAKE2B 
0d289df4eb1eb0f9793227b7925cfc37e253a4db0da5c420e7b058d4c060ae50a5609bd25f7d07822e0110e535561f675cf8eddbe6bce0875757f10ee30b2c22
 SHA512 
1d831443af9eea6a5ba1edccafcd47e56fc55e3cc43c0572044abc9c70c4eb8bbe0d95019d42bbdc3b680a2f52511863412ea9587c6eb553353b3802e94b2960

diff --git a/sys-libs/libosinfo/libosinfo-1.6.0.ebuild 
b/sys-libs/libosinfo/libosinfo-1.6.0.ebuild
deleted file mode 100644
index a90d7a61740..00000000000
--- a/sys-libs/libosinfo/libosinfo-1.6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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="https://libosinfo.org/";
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz";
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="+introspection +vala test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Unsure about osinfo-db-tools rdep, but at least fedora does it too
-RDEPEND="
-       >=dev-libs/glib-2.44:2
-       >=dev-libs/libxml2-2.6.0
-       >=dev-libs/libxslt-1.0.0
-       net-libs/libsoup:2.4
-       sys-apps/hwids[pci,usb]
-       sys-apps/osinfo-db-tools
-       sys-apps/osinfo-db
-       introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-# perl dep is for pod2man, and configure.ac checks for it too now
-DEPEND="${RDEPEND}
-       dev-lang/perl
-       dev-libs/gobject-introspection-common
-       dev-util/glib-utils
-       >=dev-util/gtk-doc-am-1.10
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-       gnome2_src_prepare
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --with-usb-ids-path=/usr/share/misc/usb.ids \
-               --with-pci-ids-path=/usr/share/misc/pci.ids \
-               --disable-static \
-               $(use_enable test tests) \
-               $(use_enable introspection) \
-               $(use_enable vala) \
-               --disable-coverage
-}

Reply via email to