From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D11B11384B4 for ; Sat, 14 Nov 2015 19:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E222B21C12B; Sat, 14 Nov 2015 19:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3B9121C127 for ; Sat, 14 Nov 2015 19:46:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 369B734070A for ; Sat, 14 Nov 2015 19:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71AD31473 for ; Sat, 14 Nov 2015 19:46:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1447530332.e2bd41a69650bcffc4eeec99f4f2b2d8278a193f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libgtop/Manifest gnome-base/libgtop/libgtop-2.32.0.ebuild X-VCS-Directories: gnome-base/libgtop/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e2bd41a69650bcffc4eeec99f4f2b2d8278a193f X-VCS-Branch: master Date: Sat, 14 Nov 2015 19:46:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e397c93-c46f-46d5-9f96-97e2dea54ce9 X-Archives-Hash: ab7181d605ccf2aa6c089d4ce5b9d0ad commit: e2bd41a69650bcffc4eeec99f4f2b2d8278a193f Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 14 19:22:43 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 14 19:45:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bd41a6 gnome-base/libgtop: Version bump Package-Manager: portage-2.2.24 gnome-base/libgtop/Manifest | 1 + gnome-base/libgtop/libgtop-2.32.0.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/gnome-base/libgtop/Manifest b/gnome-base/libgtop/Manifest index 37a3526..319211d 100644 --- a/gnome-base/libgtop/Manifest +++ b/gnome-base/libgtop/Manifest @@ -1 +1,2 @@ DIST libgtop-2.30.0.tar.xz 664476 SHA256 463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5 SHA512 1ea867671744143d7bf128cfc4120ba5dfa85b8491a056b2704c9c116f3f1bdb1065b81cae011f141cbca69f8fff8f1410b076dffbad3356ee2087c521db4a4d WHIRLPOOL 88c2c1cade666e642a06550c447a4467b1ddb9f72496190245fad74a678b436ea498f38243ccf4a42fee8ff14e04fd2404b7a7756c9a880a9a8cf992399eb648 +DIST libgtop-2.32.0.tar.xz 665224 SHA256 8443246332f22b33e389f565825b58cd9623fb7625bf874d404354b705ad178e SHA512 3fde4cded1e784c2dc7e1361fee089ff7ff704b6758e27ebf9dd98a21c75d4c6a709bf705738b3744a9ea5cf180f95b0912634434e92d71eb435f83a2c78a4b4 WHIRLPOOL a41cec8627019c0e937ddec7303f85d91f4c624cfd0da7ee1e7b72b1715de6b180dad18d83db57c166c01958aeed2ef4f2b0b015be0bb7eca9710b94e57671a4 diff --git a/gnome-base/libgtop/libgtop-2.32.0.ebuild b/gnome-base/libgtop/libgtop-2.32.0.ebuild new file mode 100644 index 0000000..205f2f9 --- /dev/null +++ b/gnome-base/libgtop/libgtop-2.32.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit 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 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="+introspection" + +RDEPEND=">=dev-libs/glib-2.6:2" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.4 + >=dev-util/intltool-0.35 + virtual/pkgconfig + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) +" + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) +}