mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-libs/libosinfo: Drop old
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST libosinfo-0.2.11.tar.gz 1304566 SHA256 bb6ba136756b26045ba3ed9b3c1b0920a639dd80b007769a1df356d8e2fe0921 SHA512 a459c6e0e396786b7093685a9a4fe871c12854b1c7c7fb6f0384659fa66be255f3e0c83f0633ecdb42fbb88e18b5f804637fdd145a596bfbc5b6cd41ce08bada WHIRLPOOL 26601de224e58e99f769f8dfaba44a26f31ec7476537b615d46aa61d2b8431362498f7f87ac0bcacd8a1a1044a8a17d2b89e24033abdc90f78a02467c21a800e
|
||||
DIST libosinfo-0.2.12.tar.gz 1953453 SHA256 fa00ea8ddbca06c0dcc31e8938ac55cb71e71c6e2449687cd2c9e003a9478fed SHA512 ec09a65a9cfb5e3f2ffe2a7d85b9f51938f1633469338826ab3380f22788d40732b39e0f96005eb6b800d04ac76da09a89918085f840439b5bdde759692c6b9d WHIRLPOOL bddfef060d7a5f794c6f5e7b11798ca8cac5b55812361a8c2d66acd283394a5a0327ba5559cae294a9e49fa9eaca7dc426a92b6a9b68e8314ddc586623ddad6c
|
||||
DIST libosinfo-0.3.0.tar.gz 1816516 SHA256 538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc SHA512 c935fcc74c76e3f7a5617ebffcd775fd15c4687cb84667cd944c99e8024a92b8997a8640afe690acdd6a769442a957cadb32c7ea9c44aa82181f8cf8a40e64e2 WHIRLPOOL b12b934f66de25b1619c158990db59c1d766747dbf8c6540ee5e765d1d86de4f2d0eef07bccf461fd8087a6fa4d4ae902ef82a289fe4e7fa31e20f34f219f7df
|
||||
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
GCONF_DEBUG="no"
|
||||
VALA_MIN_API_VERSION="0.16"
|
||||
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="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2:2
|
||||
>=dev-libs/libxslt-1.0.0:=
|
||||
dev-libs/libxml2:=
|
||||
net-libs/libsoup-gnome: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_configure() {
|
||||
# --enable-udev is only for rules.d file install
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
$(use_enable test tests) \
|
||||
$(use_enable introspection) \
|
||||
$(use_enable vala) \
|
||||
--enable-udev \
|
||||
--disable-coverage \
|
||||
--with-html-dir=/usr/share/doc/${PF}/html \
|
||||
--with-udev-rulesdir="$(get_udevdir)"/rules.d \
|
||||
--with-usb-ids-path=/usr/share/misc/usb.ids \
|
||||
--with-pci-ids-path=/usr/share/misc/pci.ids
|
||||
}
|
||||
Reference in New Issue
Block a user