public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Sun,  7 May 2017 17:41:52 +0000 (UTC)	[thread overview]
Message-ID: <1494178907.182efcb8fc6417291d26fd76e97ca8e8d788ad8d.mgorny@gentoo> (raw)

commit:     182efcb8fc6417291d26fd76e97ca8e8d788ad8d
Author:     Uwe Scholz <uwescholz <AT> src <DOT> gnome <DOT> org>
AuthorDate: Sun Apr 16 14:44:35 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  7 17:41:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182efcb8

gnome-extra/gnome-commander: Version bump to 1.6.3, new unique USE flag

Closes: https://github.com/gentoo/gentoo/pull/4430

 gnome-extra/gnome-commander/Manifest               |  1 +
 .../gnome-commander/gnome-commander-1.6.3.ebuild   | 62 ++++++++++++++++++++++
 gnome-extra/gnome-commander/metadata.xml           |  1 +
 3 files changed, 64 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
index c624b5e6d25..5a55c667aa7 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-commander-1.4.8.tar.xz 6374144 SHA256 7124e9c45d934b0fba95e6721715d07a251e1e2e054d614a3145ad587340de86 SHA512 1b4a6980bff62ce454d6e0952941bacb078c157d5b6a12ee917a849ada89d9d02bb90e92e01eaf6ee4c0487c35251a9591de9cf340c6c2c3f16a2dd853bb6798 WHIRLPOOL 48a01ba8c5f89025b73dc15826cd9bf87ad094a5775bc82861034b37d094b3725c5cc54032ad968d54ca6e9db014d2dd9de4217fa3bd8d5cad1028a4be8cdae0
 DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0 WHIRLPOOL 7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0
+DIST gnome-commander-1.6.3.tar.xz 6869824 SHA256 3d5d7b396067637133fd2be8defa03e5c606155704732f79ad3bb742bf4d250c SHA512 3e7b0bba8e0c69a83ff49ce4efe97e59a192e24f2abcb3fe22ae034fa6dcd42a529cd0b7fb068d7a82abf60e0f3661186be31d24926142b6f64bc6a896746797 WHIRLPOOL a070bb4e3942efa7b659d63a2a137b2ebc801f1bf486153a91fef83e940fd86930bf4f64d079fa372a2217342cfea0726e41e325dd6517d8a31d2fe2143dc9f1

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
new file mode 100644
index 00000000000..f23f4af3ddd
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 python-single-r1
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="http://gcmd.github.io/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf python taglib samba test +unique"
+
+RDEPEND="
+	app-text/gnome-doc-utils
+	>=dev-libs/glib-2.44.0:2
+	unique? ( >=dev-libs/libunique-0.9.3:1 )
+	gnome-base/gnome-keyring
+	>=gnome-base/gnome-vfs-2.0.0
+	>=gnome-base/libgnome-2.0.0
+	>=gnome-base/libgnomeui-2.4.0
+	>=x11-libs/gtk+-2.8.0:2
+	chm? ( dev-libs/chmlib )
+	exif? ( >=media-gfx/exiv2-0.14 )
+	gsf? ( >=gnome-extra/libgsf-1.12.0 )
+	samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+	pdf? ( >=app-text/poppler-0.18 )
+	python? ( >=dev-python/gnome-vfs-python-2.0.0 )
+	taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+	${RDEPEND}
+	dev-util/gtk-doc-am
+	>=dev-util/intltool-0.35.0
+	sys-devel/gettext
+	virtual/pkgconfig
+	test? ( >=dev-util/cppunit-1.13.2 )
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable python) \
+		$(use_with chm libchm) \
+		$(use_with exif exiv2) \
+		$(use_with gsf libgsf) \
+		$(use_with pdf poppler) \
+		$(use_with samba) \
+		$(use_with taglib) \
+		$(use_with unique)
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
+	has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
+}

diff --git a/gnome-extra/gnome-commander/metadata.xml b/gnome-extra/gnome-commander/metadata.xml
index 81e6e199535..44a93515f4d 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -22,6 +22,7 @@
 <use>
   <flag name="chm">Enable metadata support for Microsoft Compiled HTML Help files</flag>
   <flag name="gsf">Add metadata support for OLE, OLE2 and ODF</flag>
+  <flag name="unique">Enable single instance support using dev-libs/libunique</flag>
   <flag name="pdf">Add metadata support for PDF</flag>
   <flag name="python">Add support for python plugins</flag>
   <flag name="samba">Add support for SAMBA (Windows File and Printer sharing)</flag>


             reply	other threads:[~2017-05-07 17:41 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07 17:41 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-18 21:26 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/ Andreas Sturmlechner
2024-09-21  7:11 Arthur Zamarin
2024-09-21  6:06 Joonas Niilola
2024-09-20 22:30 Andreas Sturmlechner
2024-08-06 16:42 Pacho Ramos
2024-06-28  8:23 Joonas Niilola
2024-06-28  8:23 Joonas Niilola
2023-09-03 17:42 Andreas Sturmlechner
2023-08-20 19:45 Arthur Zamarin
2023-08-20 19:25 Arthur Zamarin
2023-07-26 20:31 Matt Turner
2023-07-26 20:31 Matt Turner
2023-07-26 20:31 Matt Turner
2023-05-15 21:42 Andreas Sturmlechner
2023-01-23  3:58 Matt Turner
2022-11-05 17:11 Agostino Sarubbo
2022-11-05  5:35 Sam James
2022-06-20  2:53 Sam James
2022-04-26 21:11 Matt Turner
2022-04-24  6:34 Agostino Sarubbo
2022-04-23 21:37 Sam James
2022-04-08 12:16 Joonas Niilola
2022-04-08 12:16 Joonas Niilola
2022-03-08  4:50 Matt Turner
2022-02-09 17:46 Joonas Niilola
2022-02-09 17:46 Joonas Niilola
2022-02-09 17:46 Joonas Niilola
2022-02-05 21:36 Matt Turner
2022-02-05 21:33 Matt Turner
2022-01-20 15:34 Andreas Sturmlechner
2022-01-10  8:40 Agostino Sarubbo
2022-01-10  8:38 Agostino Sarubbo
2021-12-04  2:56 Ionen Wolkens
2021-12-04  2:56 Ionen Wolkens
2021-09-02 12:54 Joonas Niilola
2021-09-02 12:54 Joonas Niilola
2021-09-02 12:54 Joonas Niilola
2021-08-15 20:31 Andreas Sturmlechner
2021-08-10 15:36 Agostino Sarubbo
2021-08-10  3:03 Sam James
2021-05-04 22:57 Andreas Sturmlechner
2020-07-02  8:25 Andreas Sturmlechner
2020-07-02  6:36 Agostino Sarubbo
2020-07-02  6:25 Agostino Sarubbo
2020-06-26 19:10 Matt Turner
2020-06-20 19:04 Andreas Sturmlechner
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:00 Agostino Sarubbo
2020-06-07 21:47 Andreas Sturmlechner
2020-06-07 21:47 Andreas Sturmlechner
2020-05-16  7:09 Joonas Niilola
2019-08-16  8:24 Andreas Sturmlechner
2019-08-16  8:24 Andreas Sturmlechner
2019-08-11  8:45 Michał Górny
2019-07-24  8:19 Agostino Sarubbo
2019-07-22 13:54 Agostino Sarubbo
2019-07-07 21:36 Andreas Sturmlechner
2019-07-07 16:24 Michał Górny
2019-04-09  8:07 Patrice Clement
2019-04-09  8:07 Patrice Clement
2018-08-15 13:43 Michał Górny
2018-06-26  2:14 Aaron Bauman
2018-06-24  8:57 Michał Górny
2018-05-20  0:16 Aaron Bauman
2018-05-09 10:57 Michał Górny
2018-02-11 10:53 Michał Górny
2017-12-20 21:20 Thomas Deutschmann
2017-12-16 10:31 Tobias Klausmann
2017-11-25 20:55 Patrick Lauer
2017-10-27 22:48 Patrice Clement
2017-10-27 22:48 Patrice Clement
2017-05-26 22:54 David Seifert
2017-05-09 17:18 Michał Górny
2016-12-21 17:28 Tobias Klausmann
2016-11-04  9:20 Pacho Ramos
2016-11-04  9:17 Pacho Ramos
2016-11-04  9:17 Pacho Ramos
2016-11-04  9:17 Pacho Ramos
2016-04-06  9:29 Patrice Clement

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=1494178907.182efcb8fc6417291d26fd76e97ca8e8d788ad8d.mgorny@gentoo \
    --to=mgorny@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