commit: 1f2763fa2f6c9a6937a1875352080d299379cc61 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> AuthorDate: Fri May 11 06:09:02 2018 +0000 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> CommitDate: Fri May 11 06:09:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1f2763fa
gnome-base/libgtop: bump Package-Manager: Portage-2.3.36, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 gnome-base/libgtop/libgtop-2.38.0.ebuild | 32 ++++++++++++++++++++++++++++++++ gnome-base/libgtop/metadata.xml | 8 ++++++++ 2 files changed, 40 insertions(+) diff --git a/gnome-base/libgtop/libgtop-2.38.0.ebuild b/gnome-base/libgtop/libgtop-2.38.0.ebuild new file mode 100644 index 00000000..2dc8fc4e --- /dev/null +++ b/gnome-base/libgtop/libgtop-2.38.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit flag-o-matic gnome2 + +DESCRIPTION="A library that provides top functionality to applications" +HOMEPAGE="https://git.gnome.org/browse/libgtop" + +LICENSE="GPL-2" +SLOT="2/10" # libgtop soname version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.26:2 + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.4 + >=sys-devel/gettext-0.19.4 + virtual/pkgconfig +" + +src_configure() { + # Add explicit stdc, bug #628256 + append-cflags "-std=c99" + + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) +} diff --git a/gnome-base/libgtop/metadata.xml b/gnome-base/libgtop/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/gnome-base/libgtop/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata>
