public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Wed,  6 Apr 2016 09:29:57 +0000 (UTC)	[thread overview]
Message-ID: <1459934156.c035713d54c22adffedcc02150693bb1fcd4546a.monsieurp@gentoo> (raw)

commit:     c035713d54c22adffedcc02150693bb1fcd4546a
Author:     Uwe Scholz <uwescholz <AT> src <DOT> gnome <DOT> org>
AuthorDate: Sat Mar 19 08:52:39 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 09:15:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c035713d

gnome-extra/gnome-commander: version bump to 1.4.8

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

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 gnome-extra/gnome-commander/Manifest               |  1 +
 .../gnome-commander/gnome-commander-1.4.8.ebuild   | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest b/gnome-extra/gnome-commander/Manifest
index 171df88..0da6abb 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-commander-1.4.2.tar.xz 6285452 SHA256 8f47ac8428086406536c45b53cbf23b734322f2a557d91698cdeb2bd296f3029 SHA512 ad4b9b203f7f0040338f869fa4549a8d75494617d4117eab3449810467447c03c7e3d3f8ef09e755565f0f1266ead0981f8523619087284a891e61d0b6301d9b WHIRLPOOL a12f8cb94da1b8c5702e29c4f0f30df33181522c96ea68b1bf9d1c536238cff6ef968734b2c1a3df745d90b734c7e86e7cf13f6c306978a130b80920780a5960
 DIST gnome-commander-1.4.6.tar.xz 6350560 SHA256 55f3dd2ee4295c4b88a5c7810bbbd1db126213871b263dd5a44c0d48e8ef3a01 SHA512 e678234ffa12c4c44213c2a512a993008656e9a918f66d2731ab6f462f4c0345b6b71db72cae90b01309e5f422561cc6a09f631c90d906f49dc39b4f8c8f8ad2 WHIRLPOOL 5d2373a668ca2575726dce2d60134927b970e61e9da6b6c71b07f44dee623d73332eea69ebf95340fed3d324595257f544190db78da9b6d6716ece3ac9cb180e
 DIST gnome-commander-1.4.7.tar.xz 6368468 SHA256 54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517 SHA512 3d7a5b00ffa5dd4666322312165670c8a04c6819234d3b3e5e44df2f3fb300ccac1ee8c4fb3961e963786eef543d8a77fcad3454b043dd5943f54d36dadf4403 WHIRLPOOL c6d73d58927bb9f6e224dff107b54047b95609060408b36992b4890318ebcb45a042f5117a3ed121d7fc5b563bbf402237e0a6bf94f684825d7ff0598a4eab23
+DIST gnome-commander-1.4.8.tar.xz 6374144 SHA256 7124e9c45d934b0fba95e6721715d07a251e1e2e054d614a3145ad587340de86 SHA512 1b4a6980bff62ce454d6e0952941bacb078c157d5b6a12ee917a849ada89d9d02bb90e92e01eaf6ee4c0487c35251a9591de9cf340c6c2c3f16a2dd853bb6798 WHIRLPOOL 48a01ba8c5f89025b73dc15826cd9bf87ad094a5775bc82861034b37d094b3725c5cc54032ad968d54ca6e9db014d2dd9de4217fa3bd8d5cad1028a4be8cdae0

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
new file mode 100644
index 0000000..40461ec
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+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 doc exif gsf pdf python taglib"
+
+RDEPEND="app-text/gnome-doc-utils
+	>=dev-libs/glib-2.6.0:2
+	>=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 )
+	doc? ( app-text/scrollkeeper )
+	exif? ( >=media-gfx/exiv2-0.14 )
+	gsf? ( >=gnome-extra/libgsf-1.12.0 )
+	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/intltool-0.35.0
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
+
+src_configure() {
+	G2CONF="$(use_enable doc scrollkeeper)
+		$(use_enable python)
+		$(use_with chm libchm)
+		$(use_with exif exiv2)
+		$(use_with gsf libgsf)
+		$(use_with taglib)
+		$(use_with pdf poppler)"
+	gnome2_src_configure
+}
+
+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."
+}


             reply	other threads:[~2016-04-06  9:30 UTC|newest]

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

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=1459934156.c035713d54c22adffedcc02150693bb1fcd4546a.monsieurp@gentoo \
    --to=monsieurp@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