public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gtkdiskfree/
Date: Tue, 15 Mar 2016 11:36:45 +0000 (UTC)	[thread overview]
Message-ID: <1458041713.7aead86cd765e707dfe74c236868a0bce4b27824.xmw@gentoo> (raw)

commit:     7aead86cd765e707dfe74c236868a0bce4b27824
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 11:34:51 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 11:35:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aead86c

app-admin/gtkdiskfree: Version bump (thanks Samuel BAUER, bug 575962)

Package-Manager: portage-2.2.27

 app-admin/gtkdiskfree/Manifest                 |  1 +
 app-admin/gtkdiskfree/gtkdiskfree-2.0.2.ebuild | 26 ++++++++++++++++++++++++++
 app-admin/gtkdiskfree/metadata.xml             |  3 +++
 3 files changed, 30 insertions(+)

diff --git a/app-admin/gtkdiskfree/Manifest b/app-admin/gtkdiskfree/Manifest
index 7d051e1..770e570 100644
--- a/app-admin/gtkdiskfree/Manifest
+++ b/app-admin/gtkdiskfree/Manifest
@@ -1 +1,2 @@
 DIST gtkdiskfree-2.0.1.tar.gz 354661 SHA256 eb4369db5ff98df487b43fd59f998f3524a87896686cd2e9c5adccea3bfe7e94 SHA512 ec202cc79dc80fb66fdf028b6a89610344bb76d7cbe09563f5f47ae072bed791e395d9d1389954046c25e882587d3685b14db4e871e26244045beabb8b579de8 WHIRLPOOL bd4aaeaea45703e62478a28a7b4b349fafdf0846d53f106837c332385efefde1ecb9a6637cc045b2949cc0dddf33aa416da7d1635a75972cb4af5aed348aa2d3
+DIST gtkdiskfree-2.0.2.tar.bz2 231786 SHA256 bd8bbe0663ddf1067119098ba97c5ac1beb9fe3b46943a3ba9ea7ce864094ab0 SHA512 117d89d7a54ac2a14e141872800723f4ca946241df9e976b22b4827392979ec61cc91a8320d3c5c9126e9c3478dd856e1accfc3ed18eb08dfd4e0aafdecdbbb6 WHIRLPOOL 75ba532a591f10d99ffced63d05b671d9ecf9097ca31c577d0ec414f08d0023438e722b08a52615774d0edea295040da51b5a440f6141c462d8a5c3bfa60cbac

diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.2.ebuild b/app-admin/gtkdiskfree/gtkdiskfree-2.0.2.ebuild
new file mode 100644
index 0000000..c5c182b
--- /dev/null
+++ b/app-admin/gtkdiskfree/gtkdiskfree-2.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-2.0.1.ebuild,v 1.6 2012/07/26 20:48:25 xmw Exp $
+
+EAPI=5
+
+inherit vcs-snapshot
+
+DESCRIPTION="Graphical tool to show free disk space like df"
+HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree"
+SRC_URI="https://gitlab.com/mazes_80/${PN}/repository/archive.tar.bz2?ref=${PV} -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk2 nls"
+
+RDEPEND="gtk2? ( x11-libs/gtk+:2 )
+	!gtk2? ( x11-libs/gtk+:3 )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	econf --enable-nls \
+		$(use_with gtk2)
+}

diff --git a/app-admin/gtkdiskfree/metadata.xml b/app-admin/gtkdiskfree/metadata.xml
index 8ef6ae7..f4a4e32 100644
--- a/app-admin/gtkdiskfree/metadata.xml
+++ b/app-admin/gtkdiskfree/metadata.xml
@@ -16,4 +16,7 @@
 	<longdescription>
 gtkdiskfree is a gtk extension to the cli tool df, does the same and more
 	</longdescription>
+	<use>
+		<flag name="gtk2">Support GTK+ 2.x instead of GTK+ 3.x</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2016-03-15 11:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15 11:36 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-01  6:42 [gentoo-commits] repo/gentoo:master commit in: app-admin/gtkdiskfree/ Joonas Niilola
2024-11-01  4:12 Sam James
2024-10-29 18:55 Andreas K. Hüttel
2023-12-16  7:05 Arthur Zamarin
2023-12-16  1:29 Sam James
2023-07-24  6:31 Joonas Niilola
2021-01-06 16:35 Andreas K. Hüttel
2020-11-26 20:25 Aaron Bauman
2020-10-31 16:27 Thomas Deutschmann
2020-08-15  9:30 Joonas Niilola
2020-03-20 14:30 Joonas Niilola
2019-08-31  6:02 Joonas Niilola
2016-12-07 21:48 Patrice Clement
2016-12-07 21:48 Patrice Clement
2016-06-20  4:58 Göktürk Yüksek
2016-06-20  4:58 Göktürk Yüksek
2016-04-04  9:00 Ian Delaney
2015-10-31 15:33 Ian Delaney

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=1458041713.7aead86cd765e707dfe74c236868a0bce4b27824.xmw@gentoo \
    --to=xmw@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