From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libosinfo: libosinfo-0.2.12.ebuild metadata.xml ChangeLog libosinfo-0.2.10.ebuild
Date: Sun, 7 Jun 2015 14:16:29 +0000 (UTC) [thread overview]
Message-ID: <20150607141629.D552CA23@oystercatcher.gentoo.org> (raw)
pacho 15/06/07 14:16:29
Modified: metadata.xml ChangeLog
Added: libosinfo-0.2.12.ebuild
Removed: libosinfo-0.2.10.ebuild
Log:
Version bump, drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 sys-libs/libosinfo/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 16 Nov 2011 01:50:40 -0000 1.1
+++ metadata.xml 7 Jun 2015 14:16:29 -0000 1.2
@@ -2,9 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
-<use>
- <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
- for introspection</flag>
- <flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
-</use>
</pkgmetadata>
1.38 sys-libs/libosinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 19 Dec 2014 13:43:34 -0000 1.37
+++ ChangeLog 7 Jun 2015 14:16:29 -0000 1.38
@@ -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.37 2014/12/19 13:43:34 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.38 2015/06/07 14:16:29 pacho Exp $
+
+*libosinfo-0.2.12 (07 Jun 2015)
+
+ 07 Jun 2015; Pacho Ramos <pacho@gentoo.org> +libosinfo-0.2.12.ebuild,
+ -libosinfo-0.2.10.ebuild, metadata.xml:
+ Version bump, drop old
19 Dec 2014; Pacho Ramos <pacho@gentoo.org> libosinfo-0.2.11.ebuild:
amd64 stable, bug 529964
1.1 sys-libs/libosinfo/libosinfo-0.2.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.12.ebuild?rev=1.1&content-type=text/plain
Index: libosinfo-0.2.12.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.12.ebuild,v 1.1 2015/06/07 14:16:29 pacho Exp $
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-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
}
reply other threads:[~2015-06-07 14:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150607141629.D552CA23@oystercatcher.gentoo.org \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox