public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgtop/
Date: Thu,  8 Sep 2016 07:26:08 +0000 (UTC)	[thread overview]
Message-ID: <1473319535.ab5b56767071bb11f7b1b59836186720ba9e0c7a.eva@gentoo> (raw)

commit:     ab5b56767071bb11f7b1b59836186720ba9e0c7a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 07:14:57 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 07:25:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5b5676

gnome-base/libgtop: version bump from 2.34.0 to 2.34.1

Package-Manager: portage-2.3.0

 gnome-base/libgtop/Manifest              |  1 +
 gnome-base/libgtop/libgtop-2.34.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/gnome-base/libgtop/Manifest b/gnome-base/libgtop/Manifest
index 97368c3..e9684f9 100644
--- a/gnome-base/libgtop/Manifest
+++ b/gnome-base/libgtop/Manifest
@@ -1,3 +1,4 @@
 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
 DIST libgtop-2.34.0.tar.xz 677392 SHA256 8d8ae39e700d1c8c0b3e1391ed10ca88e6fc14f49d175d516dab6e3313b4ee2a SHA512 d9b8a34f9aedcf73e56a29cbde8a404911d04e87e4edf286720d7e16644a99a5e543605ed489fcf3a7a005ada7f5c15fef524c90e7ae0770793f1f2711959b93 WHIRLPOOL ad82894d89b997f9caaebbfaf2645015cdc82527e6387b12b970267f88905be90eb82493bd9cde23fec2f0573bdcfe936e80ab615c80d62be9a9873de47f16fe
+DIST libgtop-2.34.1.tar.xz 726676 SHA256 c89978a76662b18d392edbe0d1b794f5a9a399a5ccf22a02d5b9e28b5ed609e2 SHA512 11283767d159e20c01c86d4d8f2219e8f9ed9c6bedfa7f752dd83057c20cf6a761c5561ff25fcb00916557b71cd206d772fd78a718c48218eb425f1a2f4cd387 WHIRLPOOL d4132da38b04d05e712dce094c20aa8898d8856c0bb839512c204c22e1b2db62c32bc363931b5b9484eb8b14c794ebc212a8cf2d1d519146dfe7a0e0d3df4bdf

diff --git a/gnome-base/libgtop/libgtop-2.34.1.ebuild b/gnome-base/libgtop/libgtop-2.34.1.ebuild
new file mode 100644
index 00000000..696ddda
--- /dev/null
+++ b/gnome-base/libgtop/libgtop-2.34.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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.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() {
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable introspection)
+}


             reply	other threads:[~2016-09-08  7:26 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08  7:26 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01  8:10 [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgtop/ Pacho Ramos
2022-12-22 11:13 Arthur Zamarin
2022-12-17  6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-10-30 16:34 Matt Turner
2021-05-21 14:54 Yixun Lan
2021-02-15  8:38 Sam James
2021-01-18 21:10 Matt Turner
2020-06-17 20:45 Mart Raudsepp
2020-06-16 16:41 Sergei Trofimovich
2020-04-22 14:25 Agostino Sarubbo
2020-04-22  8:44 Agostino Sarubbo
2020-04-22  8:41 Agostino Sarubbo
2020-04-20 20:42 Mart Raudsepp
2020-04-11 15:57 Sergei Trofimovich
2020-04-11 15:57 Sergei Trofimovich
2020-02-22 11:52 Mart Raudsepp
2020-01-11 20:01 Mart Raudsepp
2020-01-11 20:01 Mart Raudsepp
2019-07-03  7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2018-08-02  5:50 Mart Raudsepp
2018-08-02  5:50 Mart Raudsepp
2018-03-15  1:50 Mart Raudsepp
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-02-16 20:39 Sergei Trofimovich
2018-01-18  3:42 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-09-01  7:00 Gilles Dartiguelongue
2017-08-15 22:44 Gilles Dartiguelongue
2017-06-19 11:42 Alexis Ballier
2017-02-24 23:04 Mart Raudsepp
2017-02-24 21:29 Michael Weber
2017-02-24 14:07 Agostino Sarubbo
2017-02-21  9:16 Tobias Klausmann
2017-02-18 14:44 Agostino Sarubbo
2017-02-17 10:56 Agostino Sarubbo
2017-01-21 19:51 Pacho Ramos
2017-01-21 19:51 Pacho Ramos
2016-12-06 20:32 Markus Meier
2016-06-07  7:03 Tobias Klausmann
2016-05-03 20:17 Markus Meier
2016-03-06 18:20 Mikle Kolyada
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-14 19:46 Pacho Ramos
2015-11-14 19:46 Pacho Ramos

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=1473319535.ab5b56767071bb11f7b1b59836186720ba9e0c7a.eva@gentoo \
    --to=eva@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