From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQ7sr-0000Rz-5w for garchives@archives.gentoo.org; Tue, 15 Nov 2011 01:32:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5490921C060; Tue, 15 Nov 2011 01:31:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1464621C060 for ; Tue, 15 Nov 2011 01:31:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C1261B4029 for ; Tue, 15 Nov 2011 01:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6507F80057 for ; Tue, 15 Nov 2011 01:31:52 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <33758632f698ae04953c1d74a02d6e91eee3e57f.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/ X-VCS-Repository: proj/gnome X-VCS-Files: sys-libs/libosinfo/libosinfo-0.0.1.ebuild sys-libs/libosinfo/libosinfo-9999.ebuild X-VCS-Directories: sys-libs/libosinfo/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 33758632f698ae04953c1d74a02d6e91eee3e57f Date: Tue, 15 Nov 2011 01:31:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 64dfa54a-a71c-44df-a64c-ef0e6a73218e X-Archives-Hash: d97e623ad7e46489b9ac6677e42b39eb commit: 33758632f698ae04953c1d74a02d6e91eee3e57f Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Nov 7 04:48:30 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Nov 15 01:31:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D33758632 Add a new package sys-libs/libosinfo, will be used by gnome-boxes --- sys-libs/libosinfo/libosinfo-0.0.1.ebuild | 49 +++++++++++++++++++++++= ++++++ sys-libs/libosinfo/libosinfo-9999.ebuild | 49 +++++++++++++++++++++++= ++++++ 2 files changed, 98 insertions(+), 0 deletions(-) diff --git a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild b/sys-libs/libosin= fo/libosinfo-0.0.1.ebuild new file mode 100644 index 0000000..e08a11e --- /dev/null +++ b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"GObject library for managing information about real and v= irtual OSes" +HOMEPAGE=3D"https://fedorahosted.org/libosinfo/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + EGIT_REPO_URI=3D"git://git.fedorahosted.org/${PN}.git" + KEYWORDS=3D"" +else + SRC_URI=3D"https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz" + KEYWORDS=3D"~amd64 ~x86" +fi +IUSE=3D"doc +introspection +vala test" +REQUIRED_USE=3D"vala? ( introspection )" + +RDEPEND=3D" + dev-libs/glib:2 + >=3Ddev-libs/libxml2-2.6.0:2 + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.0 )" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + doc? ( >=3Ddev-util/gtk-doc-1.10 ) + introspection? ( dev-libs/check ) + vala? ( dev-lang/vala:0.14 )" + +pkg_setup() { + # --enable-udev only installs udev rules + G2CONF=3D"--disable-coverage + --disable-static + --enable-udev + --with-udev-rulesdir=3D/lib/udev/rules.d + VAPIGEN=3D$(type -P vapigen-0.14) + $(use_enable introspection) + $(use_enable test tests) + $(use_enable vala)" +} diff --git a/sys-libs/libosinfo/libosinfo-9999.ebuild b/sys-libs/libosinf= o/libosinfo-9999.ebuild new file mode 100644 index 0000000..e08a11e --- /dev/null +++ b/sys-libs/libosinfo/libosinfo-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"GObject library for managing information about real and v= irtual OSes" +HOMEPAGE=3D"https://fedorahosted.org/libosinfo/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + EGIT_REPO_URI=3D"git://git.fedorahosted.org/${PN}.git" + KEYWORDS=3D"" +else + SRC_URI=3D"https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz" + KEYWORDS=3D"~amd64 ~x86" +fi +IUSE=3D"doc +introspection +vala test" +REQUIRED_USE=3D"vala? ( introspection )" + +RDEPEND=3D" + dev-libs/glib:2 + >=3Ddev-libs/libxml2-2.6.0:2 + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.0 )" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + doc? ( >=3Ddev-util/gtk-doc-1.10 ) + introspection? ( dev-libs/check ) + vala? ( dev-lang/vala:0.14 )" + +pkg_setup() { + # --enable-udev only installs udev rules + G2CONF=3D"--disable-coverage + --disable-static + --enable-udev + --with-udev-rulesdir=3D/lib/udev/rules.d + VAPIGEN=3D$(type -P vapigen-0.14) + $(use_enable introspection) + $(use_enable test tests) + $(use_enable vala)" +}