summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-09-09 14:58:34 +0000
committerPacho Ramos <pacho@gentoo.org>2014-09-09 14:58:34 +0000
commit2d886f6f40449fd028654d4ced6c58aeaff2652d (patch)
tree32f3f68a65fd1549d79155b31e81f8a7acfd3bcc /sys-libs
parentfix Manifest (diff)
downloadgentoo-2-2d886f6f40449fd028654d4ced6c58aeaff2652d.tar.gz
gentoo-2-2d886f6f40449fd028654d4ced6c58aeaff2652d.tar.bz2
gentoo-2-2d886f6f40449fd028654d4ced6c58aeaff2652d.zip
Version bump, drop old, update homepage (#522352 by BT)
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libosinfo/ChangeLog8
-rw-r--r--sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch22
-rw-r--r--sys-libs/libosinfo/libosinfo-0.2.11.ebuild (renamed from sys-libs/libosinfo/libosinfo-0.2.7.ebuild)24
3 files changed, 17 insertions, 37 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog
index e432f328bac4..fab6c4662a0f 100644
--- a/sys-libs/libosinfo/ChangeLog
+++ b/sys-libs/libosinfo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/libosinfo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.34 2014/07/23 15:38:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.35 2014/09/09 14:58:34 pacho Exp $
+
+*libosinfo-0.2.11 (09 Sep 2014)
+
+ 09 Sep 2014; Pacho Ramos <pacho@gentoo.org> +libosinfo-0.2.11.ebuild,
+ -files/libosinfo-0.2.6-destdir.patch, -libosinfo-0.2.7.ebuild:
+ Version bump, drop old, update homepage (#522352 by BT)
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> libosinfo-0.2.10.ebuild:
Stable for x86, wrt bug #512012
diff --git a/sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch b/sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch
deleted file mode 100644
index 0f945e1e4651..000000000000
--- a/sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- data/Makefile.am
-+++ data/Makefile.am
-@@ -11,7 +11,8 @@
- -wget -q -O $@ http://www.linux-usb.org/usb.ids
- else
- usb_ids_install:
-- $(LN_S) $(USB_IDS) $(pkgdatadir)/db/usb.ids
-+ -mkdir -p $(DESTDIR)$(pkgdatadir)/db/
-+ $(LN_S) $(USB_IDS) $(DESTDIR)$(pkgdatadir)/db/usb.ids
- INSTALL_DATA_HOOK_DEPS += usb_ids_install
- endif
-
-@@ -22,7 +23,8 @@
- -wget -q -O $@ http://pciids.sourceforge.net/v2.2/pci.ids
- else
- pci_ids_install:
-- $(LN_S) $(PCI_IDS) $(pkgdatadir)/db/pci.ids
-+ -mkdir -p $(DESTDIR)$(pkgdatadir)/db/
-+ $(LN_S) $(PCI_IDS) $(DESTDIR)$(pkgdatadir)/db/pci.ids
- INSTALL_DATA_HOOK_DEPS += pci_ids_install
- endif
-
diff --git a/sys-libs/libosinfo/libosinfo-0.2.7.ebuild b/sys-libs/libosinfo/libosinfo-0.2.11.ebuild
index 3aeda9d16632..850a56563a36 100644
--- a/sys-libs/libosinfo/libosinfo-0.2.7.ebuild
+++ b/sys-libs/libosinfo/libosinfo-0.2.11.ebuild
@@ -1,35 +1,36 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.7.ebuild,v 1.4 2013/12/08 19:40:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.11.ebuild,v 1.1 2014/09/09 14:58:34 pacho Exp $
EAPI=5
+GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.16"
VALA_USE_DEPEND="vapigen"
-inherit udev vala
+inherit gnome2 udev vala
DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="http://fedorahosted.org/libosinfo/"
+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"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
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.0:= )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
"
DEPEND="${RDEPEND}
dev-libs/gobject-introspection-common
- dev-util/gtk-doc-am
+ >=dev-util/gtk-doc-am-1.10
virtual/pkgconfig
test? ( dev-libs/check )
vala? ( $(vala_depend) )
@@ -37,7 +38,7 @@ DEPEND="${RDEPEND}
src_configure() {
# --enable-udev is only for rules.d file install
- econf \
+ gnome2_src_configure \
--disable-static \
$(use_enable test tests) \
$(use_enable introspection) \
@@ -49,8 +50,3 @@ src_configure() {
--with-usb-ids-path=/usr/share/misc/usb.ids \
--with-pci-ids-path=/usr/share/misc/pci.ids
}
-
-src_install() {
- default
- prune_libtool_files
-}