summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-05 14:47:26 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-05 14:52:42 +0100
commit2e56cca5f1f0ae30a934815daeb96b8af4d5e88c (patch)
tree9aa7f713ca1e7509ff9d9d9f628edc6f96836543 /sys-libs
parentsys-block/gparted: Drop old (diff)
downloadgentoo-2e56cca5f1f0ae30a934815daeb96b8af4d5e88c.tar.gz
gentoo-2e56cca5f1f0ae30a934815daeb96b8af4d5e88c.tar.bz2
gentoo-2e56cca5f1f0ae30a934815daeb96b8af4d5e88c.zip
sys-libs/libosinfo: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libosinfo/Manifest1
-rw-r--r--sys-libs/libosinfo/libosinfo-0.3.0.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
index f9ce86ee02f0..b9d5768994aa 100644
--- a/sys-libs/libosinfo/Manifest
+++ b/sys-libs/libosinfo/Manifest
@@ -1,2 +1 @@
-DIST libosinfo-0.3.0.tar.gz 1816516 SHA256 538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc SHA512 c935fcc74c76e3f7a5617ebffcd775fd15c4687cb84667cd944c99e8024a92b8997a8640afe690acdd6a769442a957cadb32c7ea9c44aa82181f8cf8a40e64e2 WHIRLPOOL b12b934f66de25b1619c158990db59c1d766747dbf8c6540ee5e765d1d86de4f2d0eef07bccf461fd8087a6fa4d4ae902ef82a289fe4e7fa31e20f34f219f7df
DIST libosinfo-0.3.1.tar.gz 1839185 SHA256 50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894 SHA512 41f42654c89f9573dade40814a9dca5eca28bbf093ad35f63dc72d443b6e8c066feb9c848d0ff167ad2f3fd72499d49fbdde36f8ea063bfce40dece6d5ffff3e WHIRLPOOL 83662ba7b7887483380cc1915a29fea60ad7fde39a8227600d59b074034a80019e6616c0dca316b79f06043488ae0d39c6834901320be478b8658c49cf46ea6f
diff --git a/sys-libs/libosinfo/libosinfo-0.3.0.ebuild b/sys-libs/libosinfo/libosinfo-0.3.0.ebuild
deleted file mode 100644
index 931eb09df01c..000000000000
--- a/sys-libs/libosinfo/libosinfo-0.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-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-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
-}