[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2024-06-28 Thread Joonas Niilola
commit: ea2c8f79c5836820ccd587ac25abc2b0f13d6237
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu May 16 23:13:17 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 28 08:23:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2c8f79

gnome-extra/gnome-commander: Bump to 1.16.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36709
Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.16.2.ebuild  | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index e51d765e6ae5..6d9da48a61de 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.16.1.tar.xz 6240500 BLAKE2B 
c24b9647f19faa55479e88b11524bc88a1720feffe9a4de638bebbd54aea17a6975d8319eb52281bbc6006907294d86c1f1874eb252a51f9fe5075748f84d24c
 SHA512 
3a42671350e071552f82e44cf09e7598c9851a8d0b47cedc059a23347e8da71e1cc140f16191b31b1e66b74d803240db63a0eb8ba6a189dfc64315783fb954e0
+DIST gnome-commander-1.16.2.tar.xz 6239476 BLAKE2B 
56f44428b89ef765bfb976dc3e8084da34844e0056e96afbdaf073265aaf4f87b86c4c2a93fcefe4d07b9fae2be3d72ffa49684dfb0613ee98373d4fac6ef42f
 SHA512 
da2675a6625a67ab873d49f1caf939c30a317ecc0cb9b15c794b27c4a46dfba4cdea10266b380ef1e6809329ee770db4d7559a9cf94b575340b7fe4bb997d6c2

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild
new file mode 100644
index ..60ecfc3c6756
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc exif gsf pdf samba taglib test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   doc? ( gnome-extra/yelp )
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14:= )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18:= )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+BDEPEND="
+   doc? ( app-text/yelp-tools )
+   dev-util/glib-utils
+   dev-build/gtk-doc-am
+   app-alternatives/lex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature exif exiv2)
+   $(meson_feature gsf libgsf)
+   $(meson_feature pdf poppler)
+   $(meson_feature samba)
+   $(meson_feature taglib)
+   $(meson_feature test tests)
+   $(meson_use doc help)
+   -Dunique=disabled
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   optfeature "synchronizing files and directories" dev-util/meld
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2024-06-28 Thread Joonas Niilola
commit: 51e67e30e080f20bd6037b217dba5032c7eba3cd
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 28 08:22:48 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 28 08:23:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e67e30

gnome-extra/gnome-commander: adjust poppler dep on 1.16.2

Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild
index 60ecfc3c6756..696e118519d1 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
>=x11-libs/gtk+-2.24.0:2
exif? ( >=media-gfx/exiv2-0.14:= )
gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18:= )
+   pdf? ( >=app-text/poppler-0.18:=[cairo] )
samba? ( gnome-base/gvfs[samba] )
taglib? ( >=media-libs/taglib-1.4 )
 "



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-09-03 Thread Andreas Sturmlechner
commit: 114e92df025d5d72af935c9c27b7e2f9695c4400
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  3 17:21:21 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  3 17:42:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114e92df

gnome-extra/gnome-commander: drop 1.14.3, 1.16.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  2 -
 .../gnome-commander/gnome-commander-1.14.3.ebuild  | 56 ---
 .../gnome-commander/gnome-commander-1.16.0.ebuild  | 62 --
 gnome-extra/gnome-commander/metadata.xml   |  1 -
 4 files changed, 121 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 6e2c6eee1eac..e51d765e6ae5 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1 @@
-DIST gnome-commander-1.14.3.tar.xz 6862280 BLAKE2B 
802a3d147c056b08025164b68d48dfc731a0db0d78ada3c5e81866e0918903d82c101fc688bb6a101760605fa17e6d45bb18800aa659b7150e376844d00d0a22
 SHA512 
a3a89b922c23b49587d1b459760a263c886636735549c8dcd592b1ccb838838a3748ec83eb65ca8bbb62d82d4b588479a7673314d6924075b733b31318e52756
-DIST gnome-commander-1.16.0.tar.xz 6235496 BLAKE2B 
a888acc48e6b402d12aec5e447c3354cf7d9a6c9138787728231f4dca837cc7fa57f7dd0b678618e63ce90ba405441e819bafe4d86cb7feee0ed2f7bf09bf212
 SHA512 
9e23afb9b58e1f24e8a67f81fcf9c9bbae02c07d184cf9ffd4bc56d1e4b705ea355b95ce16209d50b743898cdb7bf0b6b8730eaa44f09001d9fa9a834fcbccae
 DIST gnome-commander-1.16.1.tar.xz 6240500 BLAKE2B 
c24b9647f19faa55479e88b11524bc88a1720feffe9a4de638bebbd54aea17a6975d8319eb52281bbc6006907294d86c1f1874eb252a51f9fe5075748f84d24c
 SHA512 
3a42671350e071552f82e44cf09e7598c9851a8d0b47cedc059a23347e8da71e1cc140f16191b31b1e66b74d803240db63a0eb8ba6a189dfc64315783fb954e0

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
deleted file mode 100644
index 14c92b2782a1..
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( gnome-base/gvfs[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   app-text/yelp-tools
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   sys-devel/flex
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.0.ebuild
deleted file mode 100644
index d9ff00029c93..
--- a/gnome-extra/gnome-commander/gnome-commander-1.16.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 meson optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   doc? ( gnome-extra/yelp )
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( gnome-base/gvfs[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   doc? ( app-text/yelp-tools )
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   sys-devel/flex
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-08-20 Thread Arthur Zamarin
commit: 56991de1be032762a860eeba7a7cc759a88dae43
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 20 19:45:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 20 19:45:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56991de1

gnome-extra/gnome-commander: Stabilize 1.16.1 amd64, #911334

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
index 5e4d3edde00c..30e73d675e09 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc exif gsf pdf samba taglib test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-08-20 Thread Arthur Zamarin
commit: 5a7952714fe0a60a206d8fc213054f044862abf0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 20 19:24:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 20 19:24:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a795271

gnome-extra/gnome-commander: Stabilize 1.16.1 x86, #911334

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
index b6240068a56d..5e4d3edde00c 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc exif gsf pdf samba taglib test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-07-26 Thread Matt Turner
commit: 0168ab3b7d2b038b771d188b30c215a60086df65
Author: Uwe Scholz  gmx  de>
AuthorDate: Sat Jul  8 16:50:08 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 26 20:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0168ab3b

gnome-extra/gnome-commander: add 1.16.1

Closes: https://bugs.gentoo.org/906473
Closes: https://github.com/gentoo/gentoo/pull/31846
Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.16.1.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 808849d89f15..6e2c6eee1eac 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-commander-1.14.3.tar.xz 6862280 BLAKE2B 
802a3d147c056b08025164b68d48dfc731a0db0d78ada3c5e81866e0918903d82c101fc688bb6a101760605fa17e6d45bb18800aa659b7150e376844d00d0a22
 SHA512 
a3a89b922c23b49587d1b459760a263c886636735549c8dcd592b1ccb838838a3748ec83eb65ca8bbb62d82d4b588479a7673314d6924075b733b31318e52756
 DIST gnome-commander-1.16.0.tar.xz 6235496 BLAKE2B 
a888acc48e6b402d12aec5e447c3354cf7d9a6c9138787728231f4dca837cc7fa57f7dd0b678618e63ce90ba405441e819bafe4d86cb7feee0ed2f7bf09bf212
 SHA512 
9e23afb9b58e1f24e8a67f81fcf9c9bbae02c07d184cf9ffd4bc56d1e4b705ea355b95ce16209d50b743898cdb7bf0b6b8730eaa44f09001d9fa9a834fcbccae
+DIST gnome-commander-1.16.1.tar.xz 6240500 BLAKE2B 
c24b9647f19faa55479e88b11524bc88a1720feffe9a4de638bebbd54aea17a6975d8319eb52281bbc6006907294d86c1f1874eb252a51f9fe5075748f84d24c
 SHA512 
3a42671350e071552f82e44cf09e7598c9851a8d0b47cedc059a23347e8da71e1cc140f16191b31b1e66b74d803240db63a0eb8ba6a189dfc64315783fb954e0

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
new file mode 100644
index ..d9ff00029c93
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   doc? ( gnome-extra/yelp )
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   doc? ( app-text/yelp-tools )
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature exif exiv2)
+   $(meson_feature gsf libgsf)
+   $(meson_feature pdf poppler)
+   $(meson_feature samba)
+   $(meson_feature taglib)
+   $(meson_feature unique)
+   $(meson_feature test tests)
+   $(meson_use doc help)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   optfeature "synchronizing files and directories" dev-util/meld
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-07-26 Thread Matt Turner
commit: b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 26 20:22:06 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 26 20:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bc5b49

gnome-extra/gnome-commander: Disable dependency on libunique:1

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
index d9ff00029c93..efa77df376c7 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gcmd.github.io/;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc exif gsf pdf samba taglib test +unique"
+IUSE="doc exif gsf pdf samba taglib test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -23,7 +23,6 @@ RDEPEND="
pdf? ( >=app-text/poppler-0.18 )
samba? ( gnome-base/gvfs[samba] )
taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
 "
 BDEPEND="
doc? ( app-text/yelp-tools )
@@ -45,9 +44,9 @@ src_configure() {
$(meson_feature pdf poppler)
$(meson_feature samba)
$(meson_feature taglib)
-   $(meson_feature unique)
$(meson_feature test tests)
$(meson_use doc help)
+   -Dunique=disabled
)
meson_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-07-26 Thread Matt Turner
commit: 6cc7f94eea28109fb1086dbe0952bab362931b75
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 26 20:30:07 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 26 20:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc7f94e

gnome-extra/gnome-commander: Subscribe to subslots

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
index efa77df376c7..b6240068a56d 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild
@@ -18,9 +18,9 @@ RDEPEND="
doc? ( gnome-extra/yelp )
>=dev-libs/glib-2.70.0:2
>=x11-libs/gtk+-2.24.0:2
-   exif? ( >=media-gfx/exiv2-0.14 )
+   exif? ( >=media-gfx/exiv2-0.14:= )
gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
+   pdf? ( >=app-text/poppler-0.18:= )
samba? ( gnome-base/gvfs[samba] )
taglib? ( >=media-libs/taglib-1.4 )
 "



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-05-15 Thread Andreas Sturmlechner
commit: d2083eef187fb468a23c064856fcd9db4903a2a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 15 21:41:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 15 21:41:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2083eef

gnome-extra/gnome-commander: drop 1.14.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.14.2.ebuild  | 56 --
 2 files changed, 57 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 9acab1b74198..808849d89f15 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2
 DIST gnome-commander-1.14.3.tar.xz 6862280 BLAKE2B 
802a3d147c056b08025164b68d48dfc731a0db0d78ada3c5e81866e0918903d82c101fc688bb6a101760605fa17e6d45bb18800aa659b7150e376844d00d0a22
 SHA512 
a3a89b922c23b49587d1b459760a263c886636735549c8dcd592b1ccb838838a3748ec83eb65ca8bbb62d82d4b588479a7673314d6924075b733b31318e52756
 DIST gnome-commander-1.16.0.tar.xz 6235496 BLAKE2B 
a888acc48e6b402d12aec5e447c3354cf7d9a6c9138787728231f4dca837cc7fa57f7dd0b678618e63ce90ba405441e819bafe4d86cb7feee0ed2f7bf09bf212
 SHA512 
9e23afb9b58e1f24e8a67f81fcf9c9bbae02c07d184cf9ffd4bc56d1e4b705ea355b95ce16209d50b743898cdb7bf0b6b8730eaa44f09001d9fa9a834fcbccae

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
deleted file mode 100644
index 14c92b2782a1..
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( gnome-base/gvfs[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   app-text/yelp-tools
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   sys-devel/flex
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2023-01-22 Thread Matt Turner
commit: a8c0ea2a8043ffd29c1f1573a3643c792e10c79b
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Jan 23 01:07:12 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan 23 03:57:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c0ea2a

gnome-extra/gnome-commander: Version bump 1.16.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29219
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.16.0.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index e528b409a4ac..9acab1b74198 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2
 DIST gnome-commander-1.14.3.tar.xz 6862280 BLAKE2B 
802a3d147c056b08025164b68d48dfc731a0db0d78ada3c5e81866e0918903d82c101fc688bb6a101760605fa17e6d45bb18800aa659b7150e376844d00d0a22
 SHA512 
a3a89b922c23b49587d1b459760a263c886636735549c8dcd592b1ccb838838a3748ec83eb65ca8bbb62d82d4b588479a7673314d6924075b733b31318e52756
+DIST gnome-commander-1.16.0.tar.xz 6235496 BLAKE2B 
a888acc48e6b402d12aec5e447c3354cf7d9a6c9138787728231f4dca837cc7fa57f7dd0b678618e63ce90ba405441e819bafe4d86cb7feee0ed2f7bf09bf212
 SHA512 
9e23afb9b58e1f24e8a67f81fcf9c9bbae02c07d184cf9ffd4bc56d1e4b705ea355b95ce16209d50b743898cdb7bf0b6b8730eaa44f09001d9fa9a834fcbccae

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.16.0.ebuild
new file mode 100644
index ..d9ff00029c93
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.16.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   doc? ( gnome-extra/yelp )
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   doc? ( app-text/yelp-tools )
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature exif exiv2)
+   $(meson_feature gsf libgsf)
+   $(meson_feature pdf poppler)
+   $(meson_feature samba)
+   $(meson_feature taglib)
+   $(meson_feature unique)
+   $(meson_feature test tests)
+   $(meson_use doc help)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   optfeature "synchronizing files and directories" dev-util/meld
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-11-05 Thread Agostino Sarubbo
commit: b1fe4d4dab046e0bd08c75b30ed770aca7980f3f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov  5 17:10:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov  5 17:10:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fe4d4d

gnome-extra/gnome-commander: Stabilize 1.14.3 x86, #879247

Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
index 9dd9c8e4977b..14c92b2782a1 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-11-04 Thread Sam James
commit: 9ee03f5fd6f33d7283ee72f7122733a54565d0da
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  5 05:34:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  5 05:34:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee03f5f

gnome-extra/gnome-commander: Stabilize 1.14.3 amd64, #879247

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
index 3cf67a8ee2a4..9dd9c8e4977b 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-06-19 Thread Sam James
commit: 22e94d2394cee938cdf36aa25a7b2128271e6848
Author: Uwe Scholz  gmx  de>
AuthorDate: Sun Jun 19 16:59:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 20 02:50:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e94d23

gnome-extra/gnome-commander: Version bump to 1.14.3

Signed-off-by: Uwe Scholz  gmx.de>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/25978
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index a38282d37997..e528b409a4ac 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2
+DIST gnome-commander-1.14.3.tar.xz 6862280 BLAKE2B 
802a3d147c056b08025164b68d48dfc731a0db0d78ada3c5e81866e0918903d82c101fc688bb6a101760605fa17e6d45bb18800aa659b7150e376844d00d0a22
 SHA512 
a3a89b922c23b49587d1b459760a263c886636735549c8dcd592b1ccb838838a3748ec83eb65ca8bbb62d82d4b588479a7673314d6924075b733b31318e52756

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
new file mode 100644
index ..3cf67a8ee2a4
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/, x11-plugins/gkrellm-countdown/, ...

2022-05-23 Thread Ulrich Müller
commit: a8596d7aa8944863e774035dfc348953d9001c7b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May 22 11:29:46 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May 23 10:50:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8596d7a

*/*: Remove obsolete freecode remote-id

Signed-off-by: Ulrich Müller  gentoo.org>

 app-shells/rrs/metadata.xml| 3 ---
 dev-vcs/cvs-fast-export/metadata.xml   | 3 ---
 dev-vcs/cvsps/metadata.xml | 3 ---
 games-action/luola/metadata.xml| 3 ---
 games-puzzle/einstein/metadata.xml | 3 ---
 games-puzzle/wmpuzzle/metadata.xml | 3 ---
 games-roguelike/wrogue/metadata.xml| 3 ---
 gnome-extra/gnome-commander/metadata.xml   | 1 -
 media-gfx/monica/metadata.xml  | 3 ---
 media-libs/giblib/metadata.xml | 3 ---
 media-libs/icclib/metadata.xml | 3 ---
 sci-libs/fftw/metadata.xml | 1 -
 x11-plugins/gkrellm-countdown/metadata.xml | 3 ---
 13 files changed, 35 deletions(-)

diff --git a/app-shells/rrs/metadata.xml b/app-shells/rrs/metadata.xml
index 0f7a21678173..a3862b8ec2fc 100644
--- a/app-shells/rrs/metadata.xml
+++ b/app-shells/rrs/metadata.xml
@@ -5,7 +5,4 @@
pinkb...@gentoo.org
Sergey Popov

-   
-   rrs
-   
 

diff --git a/dev-vcs/cvs-fast-export/metadata.xml 
b/dev-vcs/cvs-fast-export/metadata.xml
index b82d1c9c6b9a..10e4ea021b98 100644
--- a/dev-vcs/cvs-fast-export/metadata.xml
+++ b/dev-vcs/cvs-fast-export/metadata.xml
@@ -4,7 +4,4 @@
 
   u...@gentoo.org
 
-
-  cvs-fast-export
-
 

diff --git a/dev-vcs/cvsps/metadata.xml b/dev-vcs/cvsps/metadata.xml
index 0ac4a88f8792..115e9d64a669 100644
--- a/dev-vcs/cvsps/metadata.xml
+++ b/dev-vcs/cvsps/metadata.xml
@@ -2,7 +2,4 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

-   
-   cvsps
-   
 

diff --git a/games-action/luola/metadata.xml b/games-action/luola/metadata.xml
index b2c2edf3b20c..7c730d47817a 100644
--- a/games-action/luola/metadata.xml
+++ b/games-action/luola/metadata.xml
@@ -5,7 +5,4 @@
ga...@gentoo.org
Gentoo Games Project

-   
-   luola
-   
 

diff --git a/games-puzzle/einstein/metadata.xml 
b/games-puzzle/einstein/metadata.xml
index ee427295410e..7c730d47817a 100644
--- a/games-puzzle/einstein/metadata.xml
+++ b/games-puzzle/einstein/metadata.xml
@@ -5,7 +5,4 @@
ga...@gentoo.org
Gentoo Games Project

-   
-   einsteinpuzzle
-   
 

diff --git a/games-puzzle/wmpuzzle/metadata.xml 
b/games-puzzle/wmpuzzle/metadata.xml
index 652bdb753ecc..bad30ff48c80 100644
--- a/games-puzzle/wmpuzzle/metadata.xml
+++ b/games-puzzle/wmpuzzle/metadata.xml
@@ -9,7 +9,4 @@
ga...@gentoo.org
Gentoo Games Project

-   
-   wmpuzzle
-   
 

diff --git a/games-roguelike/wrogue/metadata.xml 
b/games-roguelike/wrogue/metadata.xml
index a97d8139b7db..968ca19a0d39 100644
--- a/games-roguelike/wrogue/metadata.xml
+++ b/games-roguelike/wrogue/metadata.xml
@@ -9,7 +9,4 @@
 Warp Rogue is a gothic science fantasy roguelike game. It features RPG-like 
game
 mechanics, recruitable NPCs, and a consistent theme.
 
-   
-   wrogue
-   
 

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index f0e845edde9b..2ba2944b6f0d 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -16,7 +16,6 @@
 
 
https://gitlab.gnome.org/GNOME/gnome-commander/-/blob/master/NEWS
 https://gitlab.gnome.org/GNOME/gnome-commander/issues
-gnome-commander
   
   
 Add metadata support for OLE, OLE2 and ODF

diff --git a/media-gfx/monica/metadata.xml b/media-gfx/monica/metadata.xml
index 57fcefba36a5..4f917230224b 100644
--- a/media-gfx/monica/metadata.xml
+++ b/media-gfx/monica/metadata.xml
@@ -11,7 +11,4 @@
"brightness" of your screen jibes with what others see... (the 
Internet sRGB
standard gamma of 2.2) 

-   
-   monica
-   
 

diff --git a/media-libs/giblib/metadata.xml b/media-libs/giblib/metadata.xml
index 1f1adfb12201..f70c8f227f00 100644
--- a/media-libs/giblib/metadata.xml
+++ b/media-libs/giblib/metadata.xml
@@ -10,7 +10,4 @@ fontstyles, which can be loaded from files, saved to files or 
defined
 dynamically through the API. It also, and more importantly, wraps 
 imlib2's context API changing.
 
-   
-   giblib
-   
 

diff --git a/media-libs/icclib/metadata.xml b/media-libs/icclib/metadata.xml
index cf41b28b4079..882504794e17 100644
--- a/media-libs/icclib/metadata.xml
+++ b/media-libs/icclib/metadata.xml
@@ -5,7 +5,4 @@
print...@gentoo.org
Gentoo Printing Project

-   
- 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-04-26 Thread Matt Turner
commit: 9fa632a54ba5ec658fe735eade7ca0289bbc49eb
Author: Uwe Scholz  gmx  de>
AuthorDate: Mon Apr 25 19:27:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 26 20:51:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa632a5

gnome-extra/gnome-commander: Remove old

Closes: https://bugs.gentoo.org/751001
Closes: https://github.com/gentoo/gentoo/pull/25201
Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander-1.12.3.1.ebuild| 66 --
 gnome-extra/gnome-commander/metadata.xml   |  1 -
 3 files changed, 68 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 322a9c650b52..a38282d37997 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
-DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
 DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
deleted file mode 100644
index ae817455f405..
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   dev-libs/atk
-   dev-libs/glib:2
-   gnome-base/gconf:2
-   gnome-base/gnome-vfs
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/harfbuzz:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/pango
-   chm? ( dev-libs/chmlib )
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( gnome-extra/libgsf:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( gnome-base/gnome-vfs:=[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-DEPEND="
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 39ed35773264..f0e845edde9b 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -19,7 +19,6 @@
 gnome-commander
   
   
-Enable metadata support for Microsoft Compiled HTML Help 
files
 Add metadata support for OLE, OLE2 and ODF
 Enable single instance support using 
dev-libs/libunique
 Add metadata support for PDF



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-04-24 Thread Agostino Sarubbo
commit: e2e10c9c3fc33eb654b16973c9d6589c1685d7d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 24 06:34:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 24 06:34:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e10c9c

gnome-extra/gnome-commander: x86 stable wrt bug #839969

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
index 9dd9c8e4977b..14c92b2782a1 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-04-23 Thread Sam James
commit: a940f3fa1a7a5de3fc723b537c3c87f8e10caf39
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 23 21:36:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 23 21:36:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a940f3fa

gnome-extra/gnome-commander: Stabilize 1.14.2 amd64, #839969

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
index 3cf67a8ee2a4..9dd9c8e4977b 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-04-08 Thread Joonas Niilola
commit: 331accf5764a11a0ed8507fd1d8499aa83711ec5
Author: Uwe Scholz  gmx  de>
AuthorDate: Sun Mar 27 19:51:35 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  8 12:16:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331accf5

gnome-extra/gnome-commander: Remove old

Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/24783
Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  2 -
 .../gnome-commander/gnome-commander-1.14.0.ebuild  | 59 --
 .../gnome-commander/gnome-commander-1.14.1.ebuild  | 56 
 3 files changed, 117 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 73a553ab37c6..322a9c650b52 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
-DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5
-DIST gnome-commander-1.14.1.tar.xz 6883188 BLAKE2B 
e3f36e98de8883bb65c4732d74ea630ba2ac14037586b8d73518b8e52c5e2c2667f158def91f3462e10797d3ea3574f28a1e5731fe02d69cb2f11a95956e04ea
 SHA512 
e601486c01201e9798f32b3938a470d41931225d69cafd7b497e83c05b549f4c643f56e3754d8e492939fc3f167cfc7cfb0645628e3e0fd1578cc6eadce485ce
 DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
deleted file mode 100644
index 3a53f3f845dc..
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( gnome-base/gvfs[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   app-text/yelp-tools
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   sys-devel/flex
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --without-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
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.1.ebuild
deleted file mode 100644
index 3cf67a8ee2a4..
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-04-08 Thread Joonas Niilola
commit: 7cbde6e47688bfb81d16f9e400309c0cb6378814
Author: Uwe Scholz  gmx  de>
AuthorDate: Sun Mar 27 19:50:02 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  8 12:16:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbde6e4

gnome-extra/gnome-commander: Version bump to 1.14.2

Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 159181b3d6e5..73a553ab37c6 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
 DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5
 DIST gnome-commander-1.14.1.tar.xz 6883188 BLAKE2B 
e3f36e98de8883bb65c4732d74ea630ba2ac14037586b8d73518b8e52c5e2c2667f158def91f3462e10797d3ea3574f28a1e5731fe02d69cb2f11a95956e04ea
 SHA512 
e601486c01201e9798f32b3938a470d41931225d69cafd7b497e83c05b549f4c643f56e3754d8e492939fc3f167cfc7cfb0645628e3e0fd1578cc6eadce485ce
+DIST gnome-commander-1.14.2.tar.xz 6868340 BLAKE2B 
6b6f2a9435b9bb34a0318ddec0c509e1bef58399ce3bc1a77cf8ba6d97d5fec5e001d301e26ec7575e4c5a2f265ad0ca2e08e86f9f8045c04d6f558c17002bde
 SHA512 
bfbc201ecaf6f9c0a71c7eba73f5d6ef9ba88f0ce8dba5d586058d87125bc51fc4b7f5e9752b7003343d686ea83db916ef78adf8c9d0df1e8715a3c88f9d1ce2

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
new file mode 100644
index ..3cf67a8ee2a4
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-03-07 Thread Matt Turner
commit: 7fc99530d4c46ee13c3930a24819d1ce770f8c9e
Author: Uwe Scholz  gmx  de>
AuthorDate: Wed Mar  2 18:37:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  8 04:50:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc99530

gnome-extra/gnome-commander: Version bump to 1.14.1

Closes: https://github.com/gentoo/gentoo/pull/24389
Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 22d8781ef4d2..159181b3d6e5 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
 DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5
+DIST gnome-commander-1.14.1.tar.xz 6883188 BLAKE2B 
e3f36e98de8883bb65c4732d74ea630ba2ac14037586b8d73518b8e52c5e2c2667f158def91f3462e10797d3ea3574f28a1e5731fe02d69cb2f11a95956e04ea
 SHA512 
e601486c01201e9798f32b3938a470d41931225d69cafd7b497e83c05b549f4c643f56e3754d8e492939fc3f167cfc7cfb0645628e3e0fd1578cc6eadce485ce

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.1.ebuild
new file mode 100644
index ..3cf67a8ee2a4
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-02-09 Thread Joonas Niilola
commit: 356e133a33012b12259519ac69069d4dbcf2cbb8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Feb  9 17:45:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Feb  9 17:46:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356e133a

gnome-extra/gnome-commander: add a missing BDEPEND for 1.14.0

Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
index 63396d36ad91..3a53f3f845dc 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
 "
 BDEPEND="
app-text/yelp-tools
+   dev-util/glib-utils
dev-util/gtk-doc-am
sys-devel/flex
>=sys-devel/gettext-0.19.7



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-02-09 Thread Joonas Niilola
commit: eedc730a49b3865a3f7622ce1cf16670b96e8576
Author: Uwe Scholz  gmx  de>
AuthorDate: Sat Feb  5 20:22:23 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Feb  9 17:46:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedc730a

gnome-extra/gnome-commander: add version 1.14.0

Bug: https://bugs.gentoo.org/751001
Signed-off-by: Uwe Scholz  gmx.de>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.14.0.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 8f858312959e..22d8781ef4d2 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
+DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
new file mode 100644
index ..63396d36ad91
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gvfs[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   app-text/yelp-tools
+   dev-util/gtk-doc-am
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --without-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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-02-09 Thread Joonas Niilola
commit: 97239053c0dfe72e30fe6c2f5e4da5511e4b2e49
Author: Uwe Scholz  gmx  de>
AuthorDate: Wed Jan 19 20:02:32 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Feb  9 17:46:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97239053

gnome-extra/gnome-commander: Change changelog url

Change the URL to the one in upstream master branch

Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/24092
Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 7cd8868bdcd7..39ed35773264 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -14,7 +14,7 @@
   u.schol...@gmx.de
   Uwe Scholz
 
-
https://gitlab.gnome.org/GNOME/gnome-commander/blob/gcmd-1-4/NEWS
+
https://gitlab.gnome.org/GNOME/gnome-commander/-/blob/master/NEWS
 https://gitlab.gnome.org/GNOME/gnome-commander/issues
 gnome-commander
   



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-02-05 Thread Matt Turner
commit: 474f180346df4435aa93316ad6e7fe8e8390f45a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb  5 21:35:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb  5 21:36:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474f1803

Revert "gnome-extra/gnome-commander: Version bump to 1.14.0"

This reverts commit c71c5a9e2dd183f06c779843b5f66e8dc67e69f6.

There's a pull request open.

Bug: https://bugs.gentoo.org/751001
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.14.0.ebuild  | 54 --
 2 files changed, 55 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 22d8781ef4d2..8f858312959e 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
-DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
deleted file mode 100644
index f28df23d9ea4..
--- a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.70.0:2
-   >=x11-libs/gtk+-2.24.0:2
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-   exif? ( >=media-gfx/exiv2-0.14 )
-   taglib? ( >=media-libs/taglib-1.4 )
-   gsf? ( >=gnome-extra/libgsf-1.12:= )
-   pdf? ( >=app-text/poppler-0.18 )
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-BDEPEND="
-   app-text/yelp-tools
-   >=sys-devel/flex-2.0.0
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --without-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
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-02-05 Thread Matt Turner
commit: c71c5a9e2dd183f06c779843b5f66e8dc67e69f6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb  5 21:13:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb  5 21:32:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71c5a9e

gnome-extra/gnome-commander: Version bump to 1.14.0

Bug: https://bugs.gentoo.org/751001
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.14.0.ebuild  | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 8f858312959e..22d8781ef4d2 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5
+DIST gnome-commander-1.14.0.tar.xz 6909816 BLAKE2B 
fa7b3fc2696ec6520a5d2473d8728ceb16efb33134628e00a7b82f3656088a61247e5b2eeb7f3fb306866c9c1a454dbe4bb49af3a8217a1f2be6b951d7851fd2
 SHA512 
769f1272331ed71f558b87a73a920b9bfd5a2ea2af66972bdcac44d7a7623a6cb32460b0b650bd26d07c27bdc8b71c7d8bc2038076778aa356b638c4765ce4a5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
new file mode 100644
index ..f28df23d9ea4
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.14.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2 optfeature
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.70.0:2
+   >=x11-libs/gtk+-2.24.0:2
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   taglib? ( >=media-libs/taglib-1.4 )
+   gsf? ( >=gnome-extra/libgsf-1.12:= )
+   pdf? ( >=app-text/poppler-0.18 )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+BDEPEND="
+   app-text/yelp-tools
+   >=sys-devel/flex-2.0.0
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --without-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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-01-20 Thread Andreas Sturmlechner
commit: 165a2bf2ac04d792dce43e41e5dd337c623abaa4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 20 15:33:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 20 15:34:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165a2bf2

gnome-extra/gnome-commander: Drop 1.12.1 and 1.12.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  2 -
 .../gnome-commander/gnome-commander-1.12.1.ebuild  | 65 -
 .../gnome-commander/gnome-commander-1.12.2.ebuild  | 66 --
 3 files changed, 133 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 9d0d16260a5a..8f858312959e 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1 @@
-DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 
92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7
 SHA512 
74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010
-DIST gnome-commander-1.12.2.tar.xz 7529048 BLAKE2B 
468279fcfd25111c673d7ce75124bb4b1773c74952759f749e6e526c0525ec801484a9be01f5819942302d634c7427b313e25fea85c3d792d66967d4edf92ca7
 SHA512 
0f56450a09fcf8a73cc31e91564b133fd5fd199ea75c9376a2c329e070554c2c3ae4916f899940f92ddea5fff29656c9485a207dd22a28f1cda12a46f4cab32c
 DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
deleted file mode 100644
index ec2378c5fab5..
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 optfeature toolchain-funcs
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=dev-libs/glib-2.62.0:2
-   >=gnome-base/gnome-vfs-2.0.0
-   >=x11-libs/gtk+-2.24.0:2
-   chm? ( dev-libs/chmlib )
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12.0 )
-   pdf? ( >=app-text/poppler-0.18 )
-   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
-   taglib? ( >=media-libs/taglib-1.4 )
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-"
-BDEPEND="
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-pkg_pretend() {
-   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
-   eerror "Compilation with gcc older than version 8 is not 
supported"
-   die "GCC too old, please use gcc-8 or above"
-   fi
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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
-   optfeature "synchronizing files and directories" dev-util/meld
-   optfeature "viewing the documentation" gnome-extra/yelp
-}

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
deleted file mode 100644
index 477dffa8b809..
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 optfeature
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="chm exif gsf pdf samba taglib test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   dev-libs/atk
-   dev-libs/glib:2
-   gnome-base/gconf:2
-   gnome-base/gnome-vfs
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/harfbuzz:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
- 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-01-10 Thread Agostino Sarubbo
commit: cbd6074e9c147616424188cdc31ebb7ab2c0be4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 10 08:39:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 10 08:39:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd6074e

gnome-extra/gnome-commander: x86 stable wrt bug #829718

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
index 9c5a0929d413..ae817455f405 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2022-01-10 Thread Agostino Sarubbo
commit: 72264351db6e2f70d7e247456d9c94daef580b97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 10 08:38:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 10 08:38:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72264351

gnome-extra/gnome-commander: amd64 stable wrt bug #829718

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
index 13c91936a77b..9c5a0929d413 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="chm exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-12-03 Thread Ionen Wolkens
commit: f38206959bf6e2d9d4cc9a7395c0e5c389449bff
Author: Uwe Scholz  gmx  de>
AuthorDate: Fri Dec  3 21:45:01 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Dec  4 02:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3820695

gnome-extra/gnome-commander: add version 1.12.3.1

Closes: https://bugs.gentoo.org/827842
Signed-off-by: Uwe Scholz  gmx.de>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/23172
Signed-off-by: Ionen Wolkens  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander-1.12.3.1.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 00ba7ade584e..9d0d16260a5a 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 
92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7
 SHA512 
74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010
 DIST gnome-commander-1.12.2.tar.xz 7529048 BLAKE2B 
468279fcfd25111c673d7ce75124bb4b1773c74952759f749e6e526c0525ec801484a9be01f5819942302d634c7427b313e25fea85c3d792d66967d4edf92ca7
 SHA512 
0f56450a09fcf8a73cc31e91564b133fd5fd199ea75c9376a2c329e070554c2c3ae4916f899940f92ddea5fff29656c9485a207dd22a28f1cda12a46f4cab32c
+DIST gnome-commander-1.12.3.1.tar.xz 7530232 BLAKE2B 
34a4cabafab52ab6f94619dafac4db87c12909eef22c13d50356dad925f129da182348eabd8993f69ffc398db163f81ec59c9a102530a9b49f7714b5d7c6db68
 SHA512 
1206d545493deeb2237af6b9026baf6faab2a8f6ae86eb1abb5c2e5ceb6212ad66382d3abd07c89f14271ac8709d14548f0bfe68fb0e11b1779e0c061e0272e5

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
new file mode 100644
index ..925df5278f1f
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 optfeature toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   dev-libs/atk
+   dev-libs/glib:2
+   gnome-base/gconf:2
+   gnome-base/gnome-vfs
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/harfbuzz:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/pango
+   chm? ( dev-libs/chmlib )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( gnome-extra/libgsf:= )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( gnome-base/gnome-vfs:=[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+DEPEND="
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-12-03 Thread Ionen Wolkens
commit: debb3199502f468dcf9f78ec33f05528dc63b5df
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Dec  4 02:40:41 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Dec  4 02:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debb3199

gnome-extra/gnome-commander: drop unused toolchain-funcs inherit

Signed-off-by: Ionen Wolkens  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild   | 2 +-
 gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
index e858a41efc10..477dffa8b809 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2 optfeature toolchain-funcs
+inherit gnome2 optfeature
 
 DESCRIPTION="A graphical, full featured, twin-panel file manager"
 HOMEPAGE="https://gcmd.github.io/;

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
index 925df5278f1f..13c91936a77b 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2 optfeature toolchain-funcs
+inherit gnome2 optfeature
 
 DESCRIPTION="A graphical, full featured, twin-panel file manager"
 HOMEPAGE="https://gcmd.github.io/;



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-09-02 Thread Joonas Niilola
commit: d131f632dce9e2ad4f8456c5dd5289b8ae154769
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 12:48:05 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d131f632

gnome-extra/gnome-commander: remove outdated gcc<8 check

Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
index 6c407b4f188..5bb6f2ca66d 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -39,13 +39,6 @@ DEPEND="
test? ( >=dev-cpp/gtest-1.7.0 )
 "
 
-pkg_pretend() {
-   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
-   eerror "Compilation with gcc older than version 8 is not 
supported"
-   die "GCC too old, please use gcc-8 or above"
-   fi
-}
-
 src_configure() {
gnome2_src_configure \
--disable-static \



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-09-02 Thread Joonas Niilola
commit: c32dfd87cbb848085cf9bb53d2915a6a83d7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 12:51:20 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dfd87

gnome-extra/gnome-commander: add some missing deps for 1.12.2

Signed-off-by: Joonas Niilola  gentoo.org>

 .../gnome-commander/gnome-commander-1.12.2.ebuild  | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
index 5bb6f2ca66d..e858a41efc1 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -18,14 +18,22 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
app-text/yelp-tools
-   >=dev-libs/glib-2.62.0:2
-   >=gnome-base/gnome-vfs-2.0.0
-   >=x11-libs/gtk+-2.24.0:2
+   dev-libs/atk
+   dev-libs/glib:2
+   gnome-base/gconf:2
+   gnome-base/gnome-vfs
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/harfbuzz:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/pango
chm? ( dev-libs/chmlib )
exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   gsf? ( gnome-extra/libgsf:= )
pdf? ( >=app-text/poppler-0.18 )
-   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   samba? ( gnome-base/gnome-vfs:=[samba] )
taglib? ( >=media-libs/taglib-1.4 )
unique? ( >=dev-libs/libunique-0.9.3:1 )
 "



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-09-02 Thread Joonas Niilola
commit: 4bcda1303c7938686319f291646e20a290cfde6c
Author: Uwe Scholz  gmx  de>
AuthorDate: Sat Aug 28 20:23:21 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcda130

gnome-extra/gnome-commander: add 1.12.2

Signed-off-by: Uwe Scholz  gmx.de>

Closes: https://bugs.gentoo.org/808516
Closes: https://github.com/gentoo/gentoo/pull/22148
Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.12.2.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 944ba1a67dc..00ba7ade584 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 
92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7
 SHA512 
74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010
+DIST gnome-commander-1.12.2.tar.xz 7529048 BLAKE2B 
468279fcfd25111c673d7ce75124bb4b1773c74952759f749e6e526c0525ec801484a9be01f5819942302d634c7427b313e25fea85c3d792d66967d4edf92ca7
 SHA512 
0f56450a09fcf8a73cc31e91564b133fd5fd199ea75c9376a2c329e070554c2c3ae4916f899940f92ddea5fff29656c9485a207dd22a28f1cda12a46f4cab32c

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
new file mode 100644
index 000..6c407b4f188
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 optfeature toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.62.0:2
+   >=gnome-base/gnome-vfs-2.0.0
+   >=x11-libs/gtk+-2.24.0:2
+   chm? ( dev-libs/chmlib )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+pkg_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-08-15 Thread Andreas Sturmlechner
commit: 069d308604635114ce03dc4f2018136354036483
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 20:30:40 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 20:31:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069d3086

gnome-extra/gnome-commander: Drop 1.10.3, EAPI6--

Bug: https://bugs.gentoo.org/807298
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.10.3.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 6462cce9700..944ba1a67dc 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
-DIST gnome-commander-1.10.3.tar.xz 7474512 BLAKE2B 
f27f86a470bc919327980ba21c577241034290d74b663d4479195fa21249ce9bd238b12a0fae70c3cc6ab26953a595414efbe04508c73f8deb5e7c6e2de6f784
 SHA512 
87c4df1534747f21b15e48141180601aef02152b1eef097986b0f8675a6d24e75a81ccb7d0b41b2df38cd40eadae2b0bd09f8e0274a5e5cd8bbd8d23df6ffd7f
 DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 
92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7
 SHA512 
74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
deleted file mode 100644
index 3778048abb5..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 toolchain-funcs
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf taglib samba test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=dev-libs/glib-2.44.0:2
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-   >=gnome-base/gnome-vfs-2.0.0
-   >=x11-libs/gtk+-2.24.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 )
-   taglib? ( >=media-libs/taglib-1.4 )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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_pretend() {
-   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
-   eerror "Compilation with gcc older than version 8 is not 
supported"
-   die "GCC too old, please use gcc-8 or above"
-   fi
-}
-
-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."
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-08-10 Thread Agostino Sarubbo
commit: 622032e5d1903a1814a69e0d07e53563436bac36
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 10 15:35:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 10 15:35:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622032e5

gnome-extra/gnome-commander: amd64 stable wrt bug #807298

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
index 3cdc26179c6..ec2378c5fab 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-08-09 Thread Sam James
commit: 08f1b3a466080be2461be0fd0c598f6caca449b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 10 03:02:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 10 03:02:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f1b3a4

gnome-extra/gnome-commander: Stabilize 1.12.1 x86, #807298

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
index 6c407b4f188..3cdc26179c6 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="chm exif gsf pdf samba taglib test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-05-04 Thread Andreas Sturmlechner
commit: 2f1401a6a48b36d9730d7374c08d9874e1b4944a
Author: Uwe Scholz  gmx  de>
AuthorDate: Fri Apr 30 19:37:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  4 22:56:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1401a6

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

Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/20619
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.12.1.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 683da85a1f2..6462cce9700 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.10.3.tar.xz 7474512 BLAKE2B 
f27f86a470bc919327980ba21c577241034290d74b663d4479195fa21249ce9bd238b12a0fae70c3cc6ab26953a595414efbe04508c73f8deb5e7c6e2de6f784
 SHA512 
87c4df1534747f21b15e48141180601aef02152b1eef097986b0f8675a6d24e75a81ccb7d0b41b2df38cd40eadae2b0bd09f8e0274a5e5cd8bbd8d23df6ffd7f
+DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 
92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7
 SHA512 
74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
new file mode 100644
index 000..6c407b4f188
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 optfeature toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.62.0:2
+   >=gnome-base/gnome-vfs-2.0.0
+   >=x11-libs/gtk+-2.24.0:2
+   chm? ( dev-libs/chmlib )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+pkg_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-07-02 Thread Andreas Sturmlechner
commit: 25062923865b5732d56a871185d097b20984bfe4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul  2 08:25:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul  2 08:25:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25062923

gnome-extra/gnome-commander: Drop 1.10.2

Closes: https://bugs.gentoo.org/726830
Closes: https://bugs.gentoo.org/728358
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.10.2.ebuild  | 66 --
 2 files changed, 67 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 737aab628e1..683da85a1f2 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
-DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad
 DIST gnome-commander-1.10.3.tar.xz 7474512 BLAKE2B 
f27f86a470bc919327980ba21c577241034290d74b663d4479195fa21249ce9bd238b12a0fae70c3cc6ab26953a595414efbe04508c73f8deb5e7c6e2de6f784
 SHA512 
87c4df1534747f21b15e48141180601aef02152b1eef097986b0f8675a6d24e75a81ccb7d0b41b2df38cd40eadae2b0bd09f8e0274a5e5cd8bbd8d23df6ffd7f

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
deleted file mode 100644
index 5b66bd795ba..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 toolchain-funcs
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf taglib samba test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=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.18.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 )
-   taglib? ( >=media-libs/taglib-1.4 )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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_pretend() {
-   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
-   eerror "Compilation with gcc older than version 8 is not 
supported"
-   die "GCC too old, please use gcc-8 or above"
-   fi
-}
-
-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."
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-07-02 Thread Agostino Sarubbo
commit: 4c3c236dbace4c0620af9ff5ad879f55141e3749
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  2 06:35:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  2 06:35:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3c236d

gnome-extra/gnome-commander: x86 stable wrt bug #726830

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
index ec333e24977..3778048abb5 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-07-02 Thread Agostino Sarubbo
commit: 1da88c621cf72f6af98306ab70fc50074bfc85b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  2 06:24:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  2 06:24:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da88c62

gnome-extra/gnome-commander: amd64 stable wrt bug #726830

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
index 8718e53d59e..ec333e24977 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-06-26 Thread Matt Turner
commit: f0b00fb9e7d8c9791c3d550cad8098657919bfc0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 26 18:41:50 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 26 18:59:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b00fb9

gnome-extra/gnome-commander: Update copyright

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
index a6d873b281f..8718e53d59e 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/, gnome-extra/gnome-commander/files/

2020-06-20 Thread Andreas Sturmlechner
commit: 02572e7dd3b5b778eafde23cf3e2d43ef8c3ea73
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sat Jun 20 17:30:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 20 19:04:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02572e7d

gnome-extra/gnome-commander: remove old

Signed-off-by: Uwe Scholz  src.gnome.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  2 -
 ...mander-1.10.0-exiv2-0.27.1-missing-header.patch | 25 
 .../gnome-commander/gnome-commander-1.10.0.ebuild  | 69 --
 .../gnome-commander/gnome-commander-1.10.1.ebuild  | 69 --
 4 files changed, 165 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 11f34de00e8..737aab628e1 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d
-DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
 DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad
 DIST gnome-commander-1.10.3.tar.xz 7474512 BLAKE2B 
f27f86a470bc919327980ba21c577241034290d74b663d4479195fa21249ce9bd238b12a0fae70c3cc6ab26953a595414efbe04508c73f8deb5e7c6e2de6f784
 SHA512 
87c4df1534747f21b15e48141180601aef02152b1eef097986b0f8675a6d24e75a81ccb7d0b41b2df38cd40eadae2b0bd09f8e0274a5e5cd8bbd8d23df6ffd7f

diff --git 
a/gnome-extra/gnome-commander/files/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch
 
b/gnome-extra/gnome-commander/files/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch
deleted file mode 100644
index 01772528c4b..000
--- 
a/gnome-extra/gnome-commander/files/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1f98b4a87df3d68b8dd6a2eef24521db7a4d5c75 Mon Sep 17 00:00:00 2001
-From: Mamoru TASAKA 
-Date: Wed, 15 May 2019 18:13:29 +0900
-Subject: [PATCH] Fix compilation error with exiv2 0.27.1
-
-Due to the change in 
https://github.com/Exiv2/exiv2/commit/71498411c19e6b97a24245b5a1a22063c76a972a ,
-gnome-cmd-tags-exiv2.cc does not compile with exiv2 0.27.1 .
-
-This commit is to fix the error.

- src/tags/gnome-cmd-tags-exiv2.cc | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/tags/gnome-cmd-tags-exiv2.cc 
b/src/tags/gnome-cmd-tags-exiv2.cc
-index 807e6f43..e4b269f3 100644
 a/src/tags/gnome-cmd-tags-exiv2.cc
-+++ b/src/tags/gnome-cmd-tags-exiv2.cc
-@@ -33,6 +33,7 @@
- #ifdef HAVE_EXIV2
- #include 
- #include 
-+#include 
- #endif
- 
- using namespace std;

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
deleted file mode 100644
index b145aee0dcb..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 toolchain-funcs
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf taglib samba test +unique"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=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.18.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 )
-   taglib? ( >=media-libs/taglib-1.4 )
-"
-
-PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1-missing-header.patch" )
-
-DEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-06-20 Thread Andreas Sturmlechner
commit: deb64688750640092d77498fd2e5db1364a15eb6
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sat Jun 20 16:58:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 20 19:04:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb64688

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

Bug: https://bugs.gentoo.org/726830
Bug: https://bugs.gentoo.org/728358
Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/16350
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.10.3.ebuild  | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index c04ddcaa65c..11f34de00e8 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d
 DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
 DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad
+DIST gnome-commander-1.10.3.tar.xz 7474512 BLAKE2B 
f27f86a470bc919327980ba21c577241034290d74b663d4479195fa21249ce9bd238b12a0fae70c3cc6ab26953a595414efbe04508c73f8deb5e7c6e2de6f784
 SHA512 
87c4df1534747f21b15e48141180601aef02152b1eef097986b0f8675a6d24e75a81ccb7d0b41b2df38cd40eadae2b0bd09f8e0274a5e5cd8bbd8d23df6ffd7f

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
new file mode 100644
index 000..a6d873b281f
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf taglib samba test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.44.0:2
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+   >=gnome-base/gnome-vfs-2.0.0
+   >=x11-libs/gtk+-2.24.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 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+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."
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-06-15 Thread Agostino Sarubbo
commit: e39ffe8576e9e16675023b5fb1c8a572985cbd60
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 15:15:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 15:15:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39ffe85

gnome-extra/gnome-commander: x86 stable wrt bug #728068

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
index 856bacf54fe..5b66bd795ba 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-06-15 Thread Agostino Sarubbo
commit: 38901d4e85f6c93e4fdefe5e8600c3b4285688d0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 14:59:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 14:59:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38901d4e

gnome-extra/gnome-commander: amd64 stable wrt bug #728068

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gnome-commander/Manifest  | 4 ++--
 gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index f7117876ad8..c04ddcaa65c 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1,3 @@
-DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad
-DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d
+DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
+DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
index 4e3d4aa193b..856bacf54fe 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-06-07 Thread Andreas Sturmlechner
commit: 028cfa922f83cc4e3621c1fef1640541fda5a340
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Mon May 18 22:05:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 21:38:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028cfa92

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

Closes: https://bugs.gentoo.org/696474

Reported-by: Michał Górny  gentoo.org>
Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/15873
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.10.2.ebuild  | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 2ce5ec32c6b..f7117876ad8 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,3 @@
+DIST gnome-commander-1.10.2.tar.xz 7433468 BLAKE2B 
a62a39490b154a8dc7a5e05c4d4c59fc79447b7b9ddae139542552f809b7a53cf729d636f1fabb85c6390520a25d84477ec6dfcd4394eefe59a8039b51b0ddf2
 SHA512 
7a411ca6f604771445119cb2b9d14f7f5d91622d28975e92ae5f5da3fc4f76fe51cca0de3712377ef95064879089c1c723dce9a824e5784cfcd484b869702dad
 DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
new file mode 100644
index 000..4e3d4aa193b
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf taglib samba test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=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.18.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 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+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."
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-06-07 Thread Andreas Sturmlechner
commit: 880ed2f76a559727a5c162ee5f8c5153f55898c8
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Jun  7 14:41:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 21:38:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880ed2f7

gnome-extra/gnome-commander: Revert "drop to m-n"

This reverts commit a4ca3f3.

Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 6e2e86e4f6b..d65a7f69510 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+u.schol...@gmx.de
+Uwe Scholz
+   
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 
   u.schol...@gmx.de



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2020-05-16 Thread Joonas Niilola
commit: a4ca3f3084303526a33d574a585e8ec2599cdc4b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May 16 06:58:42 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 16 06:58:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ca3f30

gnome-extra/gnome-commander: drop to m-n

Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/metadata.xml | 41 +---
 1 file changed, 17 insertions(+), 24 deletions(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 61e540ddb04..6e2e86e4f6b 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -1,28 +1,21 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-u.schol...@gmx.de
-Uwe Scholz
-  
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-
-  
-u.schol...@gmx.de
-Uwe Scholz
-  
-  
https://gitlab.gnome.org/GNOME/gnome-commander/blob/gcmd-1-4/NEWS
-  https://gitlab.gnome.org/GNOME/gnome-commander/issues
-  gnome-commander
-
-
-  Enable metadata support for Microsoft Compiled HTML Help 
files
-  Add metadata support for OLE, OLE2 and ODF
-  Enable single instance support using 
dev-libs/libunique
-  Add metadata support for PDF
-  Add metadata support for ID3, Vorbis, FLAC and APE
-
+  
+  
+
+  u.schol...@gmx.de
+  Uwe Scholz
+
+
https://gitlab.gnome.org/GNOME/gnome-commander/blob/gcmd-1-4/NEWS
+https://gitlab.gnome.org/GNOME/gnome-commander/issues
+gnome-commander
+  
+  
+Enable metadata support for Microsoft Compiled HTML Help 
files
+Add metadata support for OLE, OLE2 and ODF
+Enable single instance support using 
dev-libs/libunique
+Add metadata support for PDF
+Add metadata support for ID3, Vorbis, FLAC and 
APE
+  
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-08-16 Thread Andreas Sturmlechner
commit: 4c2e1b938745246ee88e3764e0a48f08e8f3ff6e
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Thu Aug 15 20:19:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 16 08:24:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e1b93

gnome-extra/gnome-commander: remove old

Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/12720
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.8.1.ebuild   | 58 --
 2 files changed, 59 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index b833849fe29..e021ac6fddc 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1 @@
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d
-DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
deleted file mode 100644
index 7fd4b9933cc..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf taglib samba test +unique"
-
-RDEPEND="
-   app-text/yelp-tools
-   >=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.18.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 )
-   taglib? ( >=media-libs/taglib-1.4 )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.7.0 )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(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."
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-08-16 Thread Andreas Sturmlechner
commit: 67bcdc5ab52b89392a0492de707d421de50973dd
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Thu Aug 15 20:28:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 16 08:24:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bcdc5a

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

Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.10.1.ebuild  | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index e021ac6fddc..2ce5ec32c6b 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
+DIST gnome-commander-1.10.1.tar.xz 7424500 BLAKE2B 
6abddf8dae4bc0a1d740ffee49ccc7d816d783bdb5c2b90c9d0681c1db5fa3f42700e65a780881400c1af038d7dfe7f458a98cf2f8f1c1b0fc6f93a3d58dc069
 SHA512 
b5bc548444149e00f29e6e3b7f785c99a08d27a0a2642cf78c203411a8d2937341a76685b09172047162afe3e0fc92ff13c82bdbd8105281d360c1df44b4702d
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.1.ebuild
new file mode 100644
index 000..06cd772cfed
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf taglib samba test +unique"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=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.18.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 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+
+PATCHES=( 
"${FILESDIR}/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch" )
+
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+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."
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-08-11 Thread Michał Górny
commit: b27b6aa49766926b63e0a782c618d0991c5c9986
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 08:43:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 08:45:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27b6aa4

gnome-extra/gnome-commander: Remove duplicated global flag desc

Signed-off-by: Michał Górny  gentoo.org>

 gnome-extra/gnome-commander/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 57d7ba35795..61e540ddb04 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -23,7 +23,6 @@
   Add metadata support for OLE, OLE2 and ODF
   Enable single instance support using 
dev-libs/libunique
   Add metadata support for PDF
-  Add support for SAMBA (Windows File and Printer 
sharing)
   Add metadata support for ID3, Vorbis, FLAC and APE
 
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-07-24 Thread Agostino Sarubbo
commit: 6747d636e87f1f1e3707c841d7850c837e930a9d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 24 08:18:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 24 08:18:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6747d636

gnome-extra/gnome-commander: x86 stable wrt bug #688452

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
index 19a33fbef87..f09cc0c24af 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-07-22 Thread Agostino Sarubbo
commit: 8772735a3b3d729363f97f785a4c56a82adb05a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 22 13:53:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 22 13:53:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8772735a

gnome-extra/gnome-commander: amd64 stable wrt bug #688452

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
index b21840a254d..19a33fbef87 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/, gnome-extra/gnome-commander/files/

2019-07-07 Thread Andreas Sturmlechner
commit: eefb5b9bd1af103688a7dee4c0db9a7fcee35a3a
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Jul  7 10:10:30 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  7 21:36:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefb5b9b

gnome-extra/gnome-commander: patch for compiling with exiv2-0.27.1

Closes: https://bugs.gentoo.org/688452

Signed-off-by: Uwe Scholz  src.gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/12400
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...mander-1.10.0-exiv2-0.27.1-missing-header.patch | 25 ++
 .../gnome-commander/gnome-commander-1.10.0.ebuild  |  3 +++
 2 files changed, 28 insertions(+)

diff --git 
a/gnome-extra/gnome-commander/files/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch
 
b/gnome-extra/gnome-commander/files/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch
new file mode 100644
index 000..01772528c4b
--- /dev/null
+++ 
b/gnome-extra/gnome-commander/files/gnome-commander-1.10.0-exiv2-0.27.1-missing-header.patch
@@ -0,0 +1,25 @@
+From 1f98b4a87df3d68b8dd6a2eef24521db7a4d5c75 Mon Sep 17 00:00:00 2001
+From: Mamoru TASAKA 
+Date: Wed, 15 May 2019 18:13:29 +0900
+Subject: [PATCH] Fix compilation error with exiv2 0.27.1
+
+Due to the change in 
https://github.com/Exiv2/exiv2/commit/71498411c19e6b97a24245b5a1a22063c76a972a ,
+gnome-cmd-tags-exiv2.cc does not compile with exiv2 0.27.1 .
+
+This commit is to fix the error.
+---
+ src/tags/gnome-cmd-tags-exiv2.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/tags/gnome-cmd-tags-exiv2.cc 
b/src/tags/gnome-cmd-tags-exiv2.cc
+index 807e6f43..e4b269f3 100644
+--- a/src/tags/gnome-cmd-tags-exiv2.cc
 b/src/tags/gnome-cmd-tags-exiv2.cc
+@@ -33,6 +33,7 @@
+ #ifdef HAVE_EXIV2
+ #include 
+ #include 
++#include 
+ #endif
+ 
+ using namespace std;

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
index 87303c532e8..4845978b379 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -31,6 +31,9 @@ RDEPEND="
pdf? ( >=app-text/poppler-0.18 )
taglib? ( >=media-libs/taglib-1.4 )
 "
+
+PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1-missing-header.patch" )
+
 DEPEND="
${RDEPEND}
dev-util/gtk-doc-am



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-07-07 Thread Andreas Sturmlechner
commit: a82b60039d8ae7817057548f0728323845b6eeff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  7 21:32:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  7 21:36:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82b6003

gnome-extra/gnome-commander: Fix typo

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/gnome-commander/Manifest  | 2 +-
 gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 7b13c83ee79..b833849fe29 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,2 @@
-DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d
+DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
index 4845978b379..b21840a254d 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -57,7 +57,7 @@ src_configure() {
 pkg_pretend() {
if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
eerror "Compilation with gcc older than version 8 is not 
supported"
-   die "GCC to old, please use gcc-8 or above"
+   die "GCC too old, please use gcc-8 or above"
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-07-07 Thread Michał Górny
commit: 44d177c87746fff8873d14a5b432adb59e2c74c3
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Wed May  1 19:58:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 16:24:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d177c8

gnome-extra/gnome-commander: check for gcc version correctly

Signed-off-by: Uwe Scholz  src.gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/11873
Signed-off-by: Michał Górny  gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
index a5e742b15f1..87303c532e8 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2
+inherit gnome2 toolchain-funcs
 
 DESCRIPTION="A graphical, full featured, twin-panel file manager"
 HOMEPAGE="https://gcmd.github.io/;
@@ -35,7 +35,6 @@ DEPEND="
${RDEPEND}
dev-util/gtk-doc-am
sys-devel/gettext
-   >=sys-devel/gcc-8.2.0
virtual/pkgconfig
test? ( >=dev-cpp/gtest-1.7.0 )
 "
@@ -52,6 +51,13 @@ src_configure() {
$(use_with unique)
 }
 
+pkg_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC to old, please use gcc-8 or above"
+   fi
+}
+
 pkg_postinst() {
gnome2_pkg_postinst
has_version dev-util/meld || elog "You need dev-util/meld to 
synchronize files and directories."



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-04-09 Thread Patrice Clement
commit: 7df1dacde12ab3c593d9f2711f0087eb7e540b25
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Mar 31 20:39:25 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:31:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df1dacd

gnome-extra/gnome-commander: version bump to 1.10.0.

Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/11559
Signed-off-by: Patrice Clement  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.10.0.ebuild  | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index f7d5e67d35a..293c7dad72c 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -2,3 +2,4 @@ DIST gnome-commander-1.6.3.tar.xz 6653164 BLAKE2B 
04d39ad7e19939b1791de838a03a94
 DIST gnome-commander-1.6.4.tar.xz 6678752 BLAKE2B 
987aa7ff2b34df163a82a9e1964d21860a90ba2ff6fb71190ebfec245090a9ffea1aa8a45c037cd848135dec7a56b7cd26e31d70be8c5ce3f24ad132cff3b19a
 SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
 DIST gnome-commander-1.8.0.tar.xz 7433656 BLAKE2B 
686581eb6775e336928f18f3c817d4d34b19da2c5c91660e453223833b24f6bd1400d8ecf2ca3698fc18f2d926343006058b00fefda889204f251b223d6a2d34
 SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
 DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32
+DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
new file mode 100644
index 000..a5e742b15f1
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf taglib samba test +unique"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=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.18.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 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   >=sys-devel/gcc-8.2.0
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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."
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-04-09 Thread Patrice Clement
commit: cdf78dcb8dffd9739fa76d79c4e7aa649d09ff9a
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Mar 31 20:41:22 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:31:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf78dcb

gnome-extra/gnome-commander: remove old.

Remove unused python USE flag from metadata.xml

Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Patrice Clement  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  3 -
 .../gnome-commander/gnome-commander-1.6.3.ebuild   | 70 --
 .../gnome-commander/gnome-commander-1.6.4.ebuild   | 70 --
 .../gnome-commander/gnome-commander-1.8.0.ebuild   | 69 -
 gnome-extra/gnome-commander/metadata.xml   |  1 -
 5 files changed, 213 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 293c7dad72c..7b13c83ee79 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,5 +1,2 @@
-DIST gnome-commander-1.6.3.tar.xz 6653164 BLAKE2B 
04d39ad7e19939b1791de838a03a9406abb11599e8c43d86cf491aef087e9c78574d28bc076ceefab81a18f09fb1ac49b7cb893b0381a7890744a77438c53453
 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
-DIST gnome-commander-1.6.4.tar.xz 6678752 BLAKE2B 
987aa7ff2b34df163a82a9e1964d21860a90ba2ff6fb71190ebfec245090a9ffea1aa8a45c037cd848135dec7a56b7cd26e31d70be8c5ce3f24ad132cff3b19a
 SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
-DIST gnome-commander-1.8.0.tar.xz 7433656 BLAKE2B 
686581eb6775e336928f18f3c817d4d34b19da2c5c91660e453223833b24f6bd1400d8ecf2ca3698fc18f2d926343006058b00fefda889204f251b223d6a2d34
 SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
 DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
deleted file mode 100644
index 8855b6edb1c..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 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="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf python taglib samba test +unique"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-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? (
-   ${PYTHON_DEPS}
-   >=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 )
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-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 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2018-08-15 Thread Michał Górny
commit: 76ac91a0357a8904f741f142ca6029319e1ef498
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sun Aug  5 20:28:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 15 13:43:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ac91a0

gnome-extra/gnome-commander: update URL to changelog and issue tracker

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

 gnome-extra/gnome-commander/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 59b66f28353..46f6535426f 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -14,8 +14,8 @@
 u.schol...@gmx.de
 Uwe Scholz
   
-  
https://git.gnome.org/browse/gnome-commander/tree/NEWS?h=gcmd-1-4
-  
https://bugzilla.gnome.org/browse.cgi?product=gnome-commander
+  
https://gitlab.gnome.org/GNOME/gnome-commander/blob/gcmd-1-4/NEWS
+  https://gitlab.gnome.org/GNOME/gnome-commander/issues
   gnome-commander
 
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2018-06-25 Thread Aaron Bauman
commit: 2425fc31b5f9c27b47db66f20b3be93ab87717a8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun 26 02:11:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 26 02:14:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2425fc31

gnome-extra/gnome-commander: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
index ac3d3b7b20a..7fd4b9933cc 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf taglib samba test +unique"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2018-06-24 Thread Michał Górny
commit: 9e94cedbf49f750371f8aa5edd3bc97489f87387
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Mon Jun 18 21:27:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 24 08:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e94cedb

gnome-extra/gnome-commander: remove old.

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

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.6.1.ebuild   | 69 --
 2 files changed, 70 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 759b13bd2d8..f7d5e67d35a 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,4 +1,3 @@
-DIST gnome-commander-1.6.1.tar.xz 6550308 BLAKE2B 
d4353bce913a43e091f2d66b16c932ff8c3d863a0dd323f487a8ef4b9ffacbe4e62e70600d4fb8e5ca15759c3c07888a17662e328a7013446d294986c11d
 SHA512 
717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0
 DIST gnome-commander-1.6.3.tar.xz 6653164 BLAKE2B 
04d39ad7e19939b1791de838a03a9406abb11599e8c43d86cf491aef087e9c78574d28bc076ceefab81a18f09fb1ac49b7cb893b0381a7890744a77438c53453
 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
 DIST gnome-commander-1.6.4.tar.xz 6678752 BLAKE2B 
987aa7ff2b34df163a82a9e1964d21860a90ba2ff6fb71190ebfec245090a9ffea1aa8a45c037cd848135dec7a56b7cd26e31d70be8c5ce3f24ad132cff3b19a
 SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
 DIST gnome-commander-1.8.0.tar.xz 7433656 BLAKE2B 
686581eb6775e336928f18f3c817d4d34b19da2c5c91660e453223833b24f6bd1400d8ecf2ca3698fc18f2d926343006058b00fefda889204f251b223d6a2d34
 SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
deleted file mode 100644
index 98d3052c305..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 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="https://gcmd.github.io/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf python taglib samba test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   app-text/gnome-doc-utils
-   >=dev-libs/glib-2.44.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 )
-   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? (
-   ${PYTHON_DEPS}
-   >=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 )
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable python) \
-   $(use_with chm libchm) \
-   $(use_with exif exiv2) \
-   $(use_with gsf libgsf) \
-   $(use_with samba) \
-   $(use_with taglib) \
-   $(use_with pdf poppler)
-}
-
-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."
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2018-05-19 Thread Aaron Bauman
commit: 86e3cdbe07c471c7f75c9f7048c65b2b83b26eb3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat May 19 07:39:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 20 00:14:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e3cdbe

gnome-extra/gnome-commander: use HTTPS

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

 gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild | 4 ++--
 gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild | 4 ++--
 gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild | 4 ++--
 gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild | 4 ++--
 gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
index f5d9510947e..98d3052c305 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,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/;
+HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
index 0c0da091a84..8855b6edb1c 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,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/;
+HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
index b6b77a79acf..83995841e95 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,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/;
+HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
index 04455c617d8..9ce12ae4eee 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,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/;
+HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
index 652a2cabc70..89f3bfdfe2b 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
@@ -8,7 +8,7 @@ GNOME2_LA_PUNT="yes"
 inherit gnome2
 
 DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="http://gcmd.github.io/;
+HOMEPAGE="https://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2018-05-09 Thread Michał Górny
commit: c8992c9fd4d5274ab3ac650a8c988f69aa8dcd66
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Tue May  1 11:07:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  9 10:57:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8992c9f

gnome-extra/gnome-commander: Version bump to 1.8.1

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

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.8.1.ebuild   | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index d7c0a6cb34b..759b13bd2d8 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -2,3 +2,4 @@ DIST gnome-commander-1.6.1.tar.xz 6550308 BLAKE2B 
d4353bce913a43e091f2d66b16c932
 DIST gnome-commander-1.6.3.tar.xz 6653164 BLAKE2B 
04d39ad7e19939b1791de838a03a9406abb11599e8c43d86cf491aef087e9c78574d28bc076ceefab81a18f09fb1ac49b7cb893b0381a7890744a77438c53453
 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
 DIST gnome-commander-1.6.4.tar.xz 6678752 BLAKE2B 
987aa7ff2b34df163a82a9e1964d21860a90ba2ff6fb71190ebfec245090a9ffea1aa8a45c037cd848135dec7a56b7cd26e31d70be8c5ce3f24ad132cff3b19a
 SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
 DIST gnome-commander-1.8.0.tar.xz 7433656 BLAKE2B 
686581eb6775e336928f18f3c817d4d34b19da2c5c91660e453223833b24f6bd1400d8ecf2ca3698fc18f2d926343006058b00fefda889204f251b223d6a2d34
 SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
+DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
new file mode 100644
index 000..652a2cabc70
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.8.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+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 taglib samba test +unique"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=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.18.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 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(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."
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2018-02-11 Thread Michał Górny
commit: 1faedb4cdb2f93bfdd4c2b26ec66c25c4d37dea1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:47:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:52:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faedb4c

gnome-extra/gnome-commander: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 gnome-extra/gnome-commander/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 44a93515f4d..59b66f28353 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -4,7 +4,6 @@
   
 u.schol...@gmx.de
 Uwe Scholz
-Proxy maintainer. Assign bugs to him.
   
 
 proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-12-20 Thread Thomas Deutschmann
commit: c0e50733d2841d320976d4cfc6ecf8b22fea0787
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Dec 20 21:17:36 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Dec 20 21:17:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e50733

gnome-extra/gnome-commander: x86 stable (bug #633784)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
index 93bec890f5f..0c0da091a84 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm exif gsf pdf python taglib samba test +unique"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-12-16 Thread Tobias Klausmann
commit: b08ce7441c2ae212b52ae425cfcd4b70b93183c7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Dec 16 10:29:44 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Dec 16 10:31:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08ce744

gnome-extra/gnome-commander-1.6.3-r0: amd64 stable

Gentoo-Bug: http://bugs.gentoo.org/633784

 gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
index c164d9d403c..93bec890f5f 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="chm exif gsf pdf python taglib samba test +unique"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-11-25 Thread Patrick Lauer
commit: bc687e7c690546bd01e4fe730600342a5e07d8f4
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Nov 25 20:55:21 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Nov 25 20:55:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc687e7c

gnome-extra/gnome-commander: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
index f384e8bbb34..04455c617d8 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
@@ -32,8 +32,8 @@ RDEPEND="
samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
pdf? ( >=app-text/poppler-0.18 )
python? (
-${PYTHON_DEPS}
->=dev-python/gnome-vfs-python-2.0.0
+   ${PYTHON_DEPS}
+   >=dev-python/gnome-vfs-python-2.0.0
)
taglib? ( >=media-libs/taglib-1.4 )
 "
@@ -46,7 +46,7 @@ DEPEND="
 "
 
 pkg_setup() {
-   use python && python-single-r1_pkg_setup
+   use python && python-single-r1_pkg_setup
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-10-27 Thread Patrice Clement
commit: 680bf7fcbbde95deec30a85e37d156e0bdc04fc2
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Oct  8 16:49:20 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 27 22:48:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680bf7fc

gnome-extra/gnome-commander: version bump to 1.6.4 and 1.8.0.

 gnome-extra/gnome-commander/Manifest   |  2 +
 .../gnome-commander/gnome-commander-1.6.4.ebuild   | 70 ++
 .../gnome-commander/gnome-commander-1.8.0.ebuild   | 69 +
 3 files changed, 141 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 753bf5016aa..55522f1d952 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 
9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 
717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0
 WHIRLPOOL 
7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0
 DIST gnome-commander-1.6.3.tar.xz 6653164 SHA256 
9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
 WHIRLPOOL 
6f907a807b0a72e09456216f734b5a10213498c1d06d9b08a0d783035fa83433d8c8959f8c4946ce9ddba0aa2435cc742a8cb038a2d1679ae2c72a1539137307
+DIST gnome-commander-1.6.4.tar.xz 6678752 SHA256 
d1c5de5245a4852f8aa86e5283530674ec3fc3a5312bd89305c9934718b90b3d SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
 WHIRLPOOL 
b42e6d1ea2b7eb0d7d51c9f4c9686f62761c0aecea04e71a2580f3dbf3bdd3f292345b621570e8d0f59af3aef7833f4550d577c057be131fe99aa0c96be1700b
+DIST gnome-commander-1.8.0.tar.xz 7433656 SHA256 
d0e73077fe22ae1e00d93f0112e0e019cf40b15419dfa82e51c9d5f30849946b SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
 WHIRLPOOL 
ae31ba7cd24c8cab4c3ec991005ac89ef3852f503d7312998ee4ee2e73e7afc5fc7f62cf4edae58e3a2ea6f9ca1f3882ffb287e87c24964a096dd1177266dc0f
\ No newline at end of file

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
new file mode 100644
index 000..b6b77a79acf
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.4.ebuild
@@ -0,0 +1,70 @@
+# 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"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+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? (
+   ${PYTHON_DEPS}
+   >=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-cpp/gtest-1.7.0 )
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+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/gnome-commander-1.8.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.8.0.ebuild
new file mode 100644
index 000..f384e8bbb34
--- 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-10-27 Thread Patrice Clement
commit: 6928c434ec73e92caa4032dfaa708f5e39b31b94
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Oct  8 16:48:23 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 27 22:48:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6928c434

gnome-extra/gnome-commander: clean up old.

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

 gnome-extra/gnome-commander/Manifest   |  1 -
 .../gnome-commander/gnome-commander-1.4.8.ebuild   | 63 --
 2 files changed, 64 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index f2afbee7c64..753bf5016aa 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +1,2 @@
-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 6653164 SHA256 
9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
 WHIRLPOOL 
6f907a807b0a72e09456216f734b5a10213498c1d06d9b08a0d783035fa83433d8c8959f8c4946ce9ddba0aa2435cc742a8cb038a2d1679ae2c72a1539137307

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
deleted file mode 100644
index c812765380d..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-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? (
-   ${PYTHON_DEPS}
-   >=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"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-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."
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-05-26 Thread David Seifert
commit: c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4
Author: David Seifert  gentoo  org>
AuthorDate: Fri May 26 22:07:17 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri May 26 22:52:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9f6e1

gnome-extra/gnome-commander: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
index f23f4af3ddd..c164d9d403c 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="chm exif gsf pdf python taglib samba test +unique"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
app-text/gnome-doc-utils
@@ -30,7 +31,10 @@ RDEPEND="
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 )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/gnome-vfs-python-2.0.0
+   )
taglib? ( >=media-libs/taglib-1.4 )
 "
 DEPEND="
@@ -42,6 +46,10 @@ DEPEND="
test? ( >=dev-util/cppunit-1.13.2 )
 "
 
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
 src_configure() {
gnome2_src_configure \
--disable-static \



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2017-05-09 Thread Michał Górny
commit: deaac07dc0bd3feec99b97dc0fa187998e28f932
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Tue May  9 16:01:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 17:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaac07d

gnome-extra/gnome-commander: Fix Manifest entries for v1.6.3

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

 gnome-extra/gnome-commander/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 5a55c667aa7..f2afbee7c64 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,3 +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
+DIST gnome-commander-1.6.3.tar.xz 6653164 SHA256 
9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
 WHIRLPOOL 
6f907a807b0a72e09456216f734b5a10213498c1d06d9b08a0d783035fa83433d8c8959f8c4946ce9ddba0aa2435cc742a8cb038a2d1679ae2c72a1539137307



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2016-12-21 Thread Tobias Klausmann
commit: 937566bfdc93cf3b3409f02810671e1abbdefa6d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Dec 21 16:42:20 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Dec 21 17:28:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937566bf

gnome-extra/gnome-commander-1.6.1-r0: stable on amd64

Gentoo-Bug: 601000

 gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
index ebac326..22e5943 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="chm exif gsf pdf python taglib samba test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2016-11-04 Thread Pacho Ramos
commit: 0e6c6e0bbecb8c18919e9a1f756353c4dd5ec628
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Nov  4 09:19:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov  4 09:19:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6c6e0b

gnome-extra/gnome-commander: x86 stable, bug #587616

Package-Manager: portage-2.3.2

 gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
index 5e86ff4..7fd6b33 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.4.8.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://gcmd.github.io/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm doc exif gsf pdf python taglib"
 
 RDEPEND="app-text/gnome-doc-utils



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2016-11-04 Thread Pacho Ramos
commit: 7f436be7e89e0ccc7b281b0122862c4223e084c0
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Wed Oct 19 21:30:13 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov  4 09:17:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f436be7

gnome-extra/gnome-commander: Version bump to 1.6.1 and update to EAPI=6

Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.6.1.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 0da6abb..42e35b1 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -2,3 +2,4 @@ DIST gnome-commander-1.4.2.tar.xz 6285452 SHA256 
8f47ac8428086406536c45b53cbf23b
 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
+DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 
9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 
717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0
 WHIRLPOOL 
7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
new file mode 100644
index ..ebac326
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.6.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+RDEPEND="
+   app-text/gnome-doc-utils
+   >=dev-libs/glib-2.44.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 )
+   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 samba) \
+   $(use_with taglib) \
+   $(use_with pdf poppler)
+}
+
+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 7ad4449..81e6e19 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -24,6 +24,7 @@
   Add metadata support for OLE, OLE2 and ODF
   Add metadata support for PDF
   Add support for python plugins
+  Add 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2016-11-04 Thread Pacho Ramos
commit: 19bce4eec2d9cd83570bf6db131736c04031fdb4
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Thu Oct 20 12:27:24 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov  4 09:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bce4ee

gnome-extra/gnome-commander: Removes out-dated versions

Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  3 --
 .../gnome-commander/gnome-commander-1.4.2.ebuild   | 56 
 .../gnome-commander/gnome-commander-1.4.6.ebuild   | 56 
 .../gnome-commander/gnome-commander-1.4.7.ebuild   | 61 --
 4 files changed, 176 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 42e35b1..c624b5e 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,5 +1,2 @@
-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
 DIST gnome-commander-1.6.1.tar.xz 6550308 SHA256 
9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0 SHA512 
717e8bb560c6c7e6505cfee1d9ab12f7b3d5c2f8131b9eaf8b15e13aa71dad85574b14ae6f3a42dae42d8a6a291d33cd71db5a4155184bec4f66e3db8b2daab0
 WHIRLPOOL 
7569ec3bf275754022a19830871bde6139363c1a3d2e1792cff678cee79674d7a6022ba8fa678f9e48a79bebcf36acfd08c75db4f9e3c457e668a2e68c88c1f0

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.4.2.ebuild
deleted file mode 100644
index 5b2fe06..
--- a/gnome-extra/gnome-commander/gnome-commander-1.4.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 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 full featured, twin-panel file manager for Gnome2"
-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."
-}

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.6.ebuild 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2016-11-04 Thread Pacho Ramos
commit: 989d304953388af780e680c18a1faf6ecd106766
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Wed Oct 19 21:28:59 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov  4 09:17:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989d3049

gnome-extra/gnome-commander: Removes incorrect quotes in metadata file

Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/gnome-commander/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/metadata.xml 
b/gnome-extra/gnome-commander/metadata.xml
index 92b6b6c..7ad4449 100644
--- a/gnome-extra/gnome-commander/metadata.xml
+++ b/gnome-extra/gnome-commander/metadata.xml
@@ -23,7 +23,7 @@
   Enable metadata support for Microsoft Compiled HTML Help 
files
   Add metadata support for OLE, OLE2 and ODF
   Add metadata support for PDF
-  Add support for python plugins"
+  Add support for python plugins
   Add metadata support for ID3, Vorbis, FLAC and APE
 
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2016-04-06 Thread Patrice Clement
commit: c035713d54c22adffedcc02150693bb1fcd4546a
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sat Mar 19 08:52:39 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr  6 09:15:56 2016 +
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  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 000..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."
+}