[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2024-04-13 Thread Mart Raudsepp
commit: 2a6717a6d84b317773e8b4a4d6218d60d3c6c58b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 13 10:18:54 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 13 10:18:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6717a6

app-editors/ghex: add missing dep in live ebuild

Bug: https://bugs.gentoo.org/913726
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/ghex/ghex-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-.ebuild
index 7d5199d0588b..6bc800a0f081 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,7 @@ SLOT="4"
 
 RDEPEND="
>=dev-libs/glib-2.68.0:2
-   >=gui-libs/gtk-4.4.0:4
+   >=gui-libs/gtk-4.4.0:4[introspection]
gui-libs/libadwaita:1
dev-libs/gobject-introspection
!app-editors/ghex:2



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2024-04-13 Thread Mart Raudsepp
commit: 94f18c272c9f7f8b606a056ae255a2078caacffe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 13 10:18:06 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 13 10:18:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f18c27

app-editors/ghex: drop 44.2, 45.0

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/ghex/Manifest |  2 --
 app-editors/ghex/ghex-44.2.ebuild | 66 ---
 app-editors/ghex/ghex-45.0.ebuild | 66 ---
 3 files changed, 134 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index aba5186344af..db47f33ba468 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,3 +1 @@
-DIST ghex-44.2.tar.xz 897944 BLAKE2B 
0db001b90390f7747792ac89a5daaf9d38165b72dce77c3a2fd41914a4386001b9f15aaf4352a3b41a204a9104a5234a6ac50a3a7269e10a151c000d57228480
 SHA512 
a06876e06488bb25b17fbdf17ea73e57f563fe49a414c173d680a6bf4db9b66b40fce90ad67cfb73c62f25d88f436a58b7e0fd588c7a664faf78c5058524cabf
-DIST ghex-45.0.tar.xz 902480 BLAKE2B 
9001be3c01a3f5974606180cede15e753ccda0ec6f4fa77cdaf3aea5030117d303b5cb4fb68dfb09de6aee87d76baf689ae250be457c41b8e4c9d3387b691e90
 SHA512 
1f6fa7da2e4cfcb89113780d2a0333ee322d608be3e7fccb958ea19a3c3fc368363597b99ff27bd54c929ab3e3afdb5d5f1dbe810d3ec04d9dd2c114bfc71c0f
 DIST ghex-45.2.tar.xz 902616 BLAKE2B 
24e42b6d719280ab459d0ed7b96a502df7a5502e3d6cf385c0aa73b11808e40cac6112a3e0c3a228d5363578ccb875836efd8a13d6fc6c7e8ea4fe5a76bdb9c7
 SHA512 
2843b23a0673457ec72bd2aad20888fbc2ca890d3d859e6c2657af24cedc6185f6e11244574b603c0e32db2f54968e6584adf2c7e5abee84521c55148f536496

diff --git a/app-editors/ghex/ghex-44.2.ebuild 
b/app-editors/ghex/ghex-44.2.ebuild
deleted file mode 100644
index 3a7df523826b..
--- a/app-editors/ghex/ghex-44.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
-   SRC_URI=""
-else
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="GPL-2+ FDL-1.1+"
-IUSE="gtk-doc test"
-RESTRICT="!test? ( test )"
-SLOT="4"
-
-RDEPEND="
-   >=dev-libs/glib-2.68.0:2
-   >=gui-libs/gtk-4.4.0:4
-   gui-libs/libadwaita:1
-   dev-libs/gobject-introspection
-   !app-editors/ghex:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( dev-util/gi-docgen )
-   test? (
-   dev-util/desktop-file-utils
-   dev-libs/appstream-glib
-   )
-   dev-util/gtk-update-icon-cache
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
-   -Ddevelopment=false
-   -Dmmap-buffer-backend=true
-   -Ddirect-buffer-backend=true
-   -Dintrospection=enabled
-   $(meson_use gtk-doc gtk_doc)
-   -Dstatic-html-help=false
-   -Dvapi=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/app-editors/ghex/ghex-45.0.ebuild 
b/app-editors/ghex/ghex-45.0.ebuild
deleted file mode 100644
index 4562fb2fe62e..
--- a/app-editors/ghex/ghex-45.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="GPL-2+ FDL-1.1+"
-IUSE="gtk-doc test"
-RESTRICT="!test? ( test )"
-SLOT="4"
-
-RDEPEND="
-   >=dev-libs/glib-2.68.0:2
-   >=gui-libs/gtk-4.4.0:4
-   gui-libs/libadwaita:1
-   dev-libs/gobject-introspection
-   !app-editors/ghex:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( dev-util/gi-docgen )
-   test? (
-   dev-util/desktop-file-utils
-   dev-libs/appstream-glib
-   )
-   dev-util/gtk-update-icon-cache
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
-   -Ddevelopment=false
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2024-04-07 Thread Arthur Zamarin
commit: fde9031a095085e6d6bcf63295ef817efb9cd399
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 06:25:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 06:25:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde9031a

app-editors/ghex: Stabilize 45.2 ppc64, #928755

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

 app-editors/ghex/ghex-45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-45.2.ebuild 
b/app-editors/ghex/ghex-45.2.ebuild
index 86aa24be914e..e5bcb96387ba 100644
--- a/app-editors/ghex/ghex-45.2.ebuild
+++ b/app-editors/ghex/ghex-45.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2024-03-24 Thread Mart Raudsepp
commit: 39c9f7c09b7b28cebce2cd3c7b0fcc9d9763041a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 24 19:26:27 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 24 20:45:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c9f7c0

app-editors/ghex: add 45.2, add missing dep

Closes: https://bugs.gentoo.org/913726
Closes: https://bugs.gentoo.org/916039
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-45.2.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index dada9f05f4f9..aba5186344af 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-44.2.tar.xz 897944 BLAKE2B 
0db001b90390f7747792ac89a5daaf9d38165b72dce77c3a2fd41914a4386001b9f15aaf4352a3b41a204a9104a5234a6ac50a3a7269e10a151c000d57228480
 SHA512 
a06876e06488bb25b17fbdf17ea73e57f563fe49a414c173d680a6bf4db9b66b40fce90ad67cfb73c62f25d88f436a58b7e0fd588c7a664faf78c5058524cabf
 DIST ghex-45.0.tar.xz 902480 BLAKE2B 
9001be3c01a3f5974606180cede15e753ccda0ec6f4fa77cdaf3aea5030117d303b5cb4fb68dfb09de6aee87d76baf689ae250be457c41b8e4c9d3387b691e90
 SHA512 
1f6fa7da2e4cfcb89113780d2a0333ee322d608be3e7fccb958ea19a3c3fc368363597b99ff27bd54c929ab3e3afdb5d5f1dbe810d3ec04d9dd2c114bfc71c0f
+DIST ghex-45.2.tar.xz 902616 BLAKE2B 
24e42b6d719280ab459d0ed7b96a502df7a5502e3d6cf385c0aa73b11808e40cac6112a3e0c3a228d5363578ccb875836efd8a13d6fc6c7e8ea4fe5a76bdb9c7
 SHA512 
2843b23a0673457ec72bd2aad20888fbc2ca890d3d859e6c2657af24cedc6185f6e11244574b603c0e32db2f54968e6584adf2c7e5abee84521c55148f536496

diff --git a/app-editors/ghex/ghex-45.2.ebuild 
b/app-editors/ghex/ghex-45.2.ebuild
new file mode 100644
index ..334559aea1bf
--- /dev/null
+++ b/app-editors/ghex/ghex-45.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4[introspection]
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-10-19 Thread Pacho Ramos
commit: b644f17245ec39e98dfdcfc8d84b586aca24f324
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Oct 19 13:35:47 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Oct 19 14:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b644f172

app-editors/ghex: drop 45_beta

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

 app-editors/ghex/Manifest|  1 -
 app-editors/ghex/ghex-45_beta.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 07ff056efc6d..dada9f05f4f9 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,3 +1,2 @@
 DIST ghex-44.2.tar.xz 897944 BLAKE2B 
0db001b90390f7747792ac89a5daaf9d38165b72dce77c3a2fd41914a4386001b9f15aaf4352a3b41a204a9104a5234a6ac50a3a7269e10a151c000d57228480
 SHA512 
a06876e06488bb25b17fbdf17ea73e57f563fe49a414c173d680a6bf4db9b66b40fce90ad67cfb73c62f25d88f436a58b7e0fd588c7a664faf78c5058524cabf
 DIST ghex-45.0.tar.xz 902480 BLAKE2B 
9001be3c01a3f5974606180cede15e753ccda0ec6f4fa77cdaf3aea5030117d303b5cb4fb68dfb09de6aee87d76baf689ae250be457c41b8e4c9d3387b691e90
 SHA512 
1f6fa7da2e4cfcb89113780d2a0333ee322d608be3e7fccb958ea19a3c3fc368363597b99ff27bd54c929ab3e3afdb5d5f1dbe810d3ec04d9dd2c114bfc71c0f
-DIST ghex-45.beta.tar.xz 899044 BLAKE2B 
4b37a882a6626c16349ac0671e1b049d9fdb166262cce0605bf84ba5d099354647fa61f380a18f217bf20f80570de64d946dec97a05bc47441ed641c847cc6b8
 SHA512 
5a35fe4449ffda75e587fb55d8ef641e054cb079b880c7750c00ceb61c207fbfee649b16a53c639c7108ced35efa0cfc2e092da3197dd6b5af116ec737e4c773

diff --git a/app-editors/ghex/ghex-45_beta.ebuild 
b/app-editors/ghex/ghex-45_beta.ebuild
deleted file mode 100644
index 4562fb2fe62e..
--- a/app-editors/ghex/ghex-45_beta.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="GPL-2+ FDL-1.1+"
-IUSE="gtk-doc test"
-RESTRICT="!test? ( test )"
-SLOT="4"
-
-RDEPEND="
-   >=dev-libs/glib-2.68.0:2
-   >=gui-libs/gtk-4.4.0:4
-   gui-libs/libadwaita:1
-   dev-libs/gobject-introspection
-   !app-editors/ghex:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( dev-util/gi-docgen )
-   test? (
-   dev-util/desktop-file-utils
-   dev-libs/appstream-glib
-   )
-   dev-util/gtk-update-icon-cache
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
-   -Ddevelopment=false
-   -Dmmap-buffer-backend=true
-   -Ddirect-buffer-backend=true
-   -Dintrospection=enabled
-   $(meson_use gtk-doc gtk_doc)
-   -Dstatic-html-help=false
-   -Dvapi=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-10-19 Thread Pacho Ramos
commit: b8e4b077ff52dc71a670edde4819363d8903408a
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct 11 12:16:30 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Oct 19 14:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e4b077

app-editors/ghex: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33299
Signed-off-by: Pacho Ramos  gentoo.org>

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-45.0.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 5b4ed5725b52..07ff056efc6d 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-44.2.tar.xz 897944 BLAKE2B 
0db001b90390f7747792ac89a5daaf9d38165b72dce77c3a2fd41914a4386001b9f15aaf4352a3b41a204a9104a5234a6ac50a3a7269e10a151c000d57228480
 SHA512 
a06876e06488bb25b17fbdf17ea73e57f563fe49a414c173d680a6bf4db9b66b40fce90ad67cfb73c62f25d88f436a58b7e0fd588c7a664faf78c5058524cabf
+DIST ghex-45.0.tar.xz 902480 BLAKE2B 
9001be3c01a3f5974606180cede15e753ccda0ec6f4fa77cdaf3aea5030117d303b5cb4fb68dfb09de6aee87d76baf689ae250be457c41b8e4c9d3387b691e90
 SHA512 
1f6fa7da2e4cfcb89113780d2a0333ee322d608be3e7fccb958ea19a3c3fc368363597b99ff27bd54c929ab3e3afdb5d5f1dbe810d3ec04d9dd2c114bfc71c0f
 DIST ghex-45.beta.tar.xz 899044 BLAKE2B 
4b37a882a6626c16349ac0671e1b049d9fdb166262cce0605bf84ba5d099354647fa61f380a18f217bf20f80570de64d946dec97a05bc47441ed641c847cc6b8
 SHA512 
5a35fe4449ffda75e587fb55d8ef641e054cb079b880c7750c00ceb61c207fbfee649b16a53c639c7108ced35efa0cfc2e092da3197dd6b5af116ec737e4c773

diff --git a/app-editors/ghex/ghex-45.0.ebuild 
b/app-editors/ghex/ghex-45.0.ebuild
new file mode 100644
index ..4562fb2fe62e
--- /dev/null
+++ b/app-editors/ghex/ghex-45.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-10-03 Thread Mart Raudsepp
commit: cdfa2c1d6d14f93786ff3fce3ef2ac3cd465ba12
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Oct  3 17:20:58 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Oct  3 17:20:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfa2c1d

app-editors/ghex: keyword for ~arm64

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/ghex/ghex-44.2.ebuild| 2 +-
 app-editors/ghex/ghex-45_beta.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/ghex/ghex-44.2.ebuild 
b/app-editors/ghex/ghex-44.2.ebuild
index 426c793f459d..3a7df523826b 100644
--- a/app-editors/ghex/ghex-44.2.ebuild
+++ b/app-editors/ghex/ghex-44.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"

diff --git a/app-editors/ghex/ghex-45_beta.ebuild 
b/app-editors/ghex/ghex-45_beta.ebuild
index 7d5199d0588b..4562fb2fe62e 100644
--- a/app-editors/ghex/ghex-45_beta.ebuild
+++ b/app-editors/ghex/ghex-45_beta.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-09-01 Thread Arthur Zamarin
commit: ec066b3bb4774e514044cee8145e9ee20395d600
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 16:05:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 16:05:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec066b3b

app-editors/ghex: Stabilize 44.2 ppc64, #913218

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

 app-editors/ghex/ghex-44.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-44.2.ebuild 
b/app-editors/ghex/ghex-44.2.ebuild
index c570655c2ed1..426c793f459d 100644
--- a/app-editors/ghex/ghex-44.2.ebuild
+++ b/app-editors/ghex/ghex-44.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/

2023-08-22 Thread Matt Turner
commit: 0a558aeb546c836ffde7dd8e18cf9c5d63af5f74
Author: Guillermo Joandet  gmail  com>
AuthorDate: Tue Aug 22 12:11:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Aug 22 14:03:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a558aeb

app-editors/ghex: Version bump to 45_beta

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

 app-editors/ghex/Manifest  | 1 +
 app-editors/ghex/{ghex-.ebuild => ghex-45_beta.ebuild} | 2 +-
 app-editors/ghex/ghex-.ebuild  | 2 +-
 profiles/package.mask  | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 65963b505ce0..bb3756980091 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-44.1.tar.xz 895780 BLAKE2B 
553dc5002a3524ad4642d4f7693d7ee69a0c94bbc2976c1fae640d7d71eb84e145bd764c7acc946735b0b45235b6229a269c12ccb8566e591a83311c6d6177d5
 SHA512 
4239af382ed3bce0a932db875b1ccc8e1666cfc2827cd13b65afc8310de9107e3f106553dbde4c2663aaf6f0bbc906c51d9f8b61d9af661baf6cbb6b6e2be675
 DIST ghex-44.2.tar.xz 897944 BLAKE2B 
0db001b90390f7747792ac89a5daaf9d38165b72dce77c3a2fd41914a4386001b9f15aaf4352a3b41a204a9104a5234a6ac50a3a7269e10a151c000d57228480
 SHA512 
a06876e06488bb25b17fbdf17ea73e57f563fe49a414c173d680a6bf4db9b66b40fce90ad67cfb73c62f25d88f436a58b7e0fd588c7a664faf78c5058524cabf
+DIST ghex-45.beta.tar.xz 899044 BLAKE2B 
4b37a882a6626c16349ac0671e1b049d9fdb166262cce0605bf84ba5d099354647fa61f380a18f217bf20f80570de64d946dec97a05bc47441ed641c847cc6b8
 SHA512 
5a35fe4449ffda75e587fb55d8ef641e054cb079b880c7750c00ceb61c207fbfee649b16a53c639c7108ced35efa0cfc2e092da3197dd6b5af116ec737e4c773

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-45_beta.ebuild
similarity index 97%
copy from app-editors/ghex/ghex-.ebuild
copy to app-editors/ghex/ghex-45_beta.ebuild
index e0eb24528bc6..7d5199d0588b 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-45_beta.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-.ebuild
index e0eb24528bc6..7d5199d0588b 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/profiles/package.mask b/profiles/package.mask
index b5c46570e81e..0e38f8347802 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -342,6 +342,7 @@ acct-group/spi
 # Matt Turner  (2023-07-06)
 # GNOME 45 mask
 >=app-crypt/libsecret-0.21
+>=app-editors/ghex-45_alpha
 >=app-editors/gnome-text-editor-45_alpha
 >=app-misc/gnote-45_alpha
 >=app-misc/tracker-3.6_alpha



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-08-18 Thread Matt Turner
commit: abe25dd1d8212731de0b0b6448a07c81d2dbc18a
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Aug 17 20:39:52 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug 18 14:49:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe25dd1

app-editors/ghex: Version bump to 44.2

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

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-44.2.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index b649fdb0b369..65963b505ce0 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-44.1.tar.xz 895780 BLAKE2B 
553dc5002a3524ad4642d4f7693d7ee69a0c94bbc2976c1fae640d7d71eb84e145bd764c7acc946735b0b45235b6229a269c12ccb8566e591a83311c6d6177d5
 SHA512 
4239af382ed3bce0a932db875b1ccc8e1666cfc2827cd13b65afc8310de9107e3f106553dbde4c2663aaf6f0bbc906c51d9f8b61d9af661baf6cbb6b6e2be675
+DIST ghex-44.2.tar.xz 897944 BLAKE2B 
0db001b90390f7747792ac89a5daaf9d38165b72dce77c3a2fd41914a4386001b9f15aaf4352a3b41a204a9104a5234a6ac50a3a7269e10a151c000d57228480
 SHA512 
a06876e06488bb25b17fbdf17ea73e57f563fe49a414c173d680a6bf4db9b66b40fce90ad67cfb73c62f25d88f436a58b7e0fd588c7a664faf78c5058524cabf

diff --git a/app-editors/ghex/ghex-44.2.ebuild 
b/app-editors/ghex/ghex-44.2.ebuild
new file mode 100644
index ..7d5199d0588b
--- /dev/null
+++ b/app-editors/ghex/ghex-44.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-05-04 Thread Arthur Zamarin
commit: f9bba114e7ccee628cc22236a4429ad05bd14c9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  4 16:14:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  4 16:14:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bba114

app-editors/ghex: Stabilize 44.1 ppc, #905500

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

 app-editors/ghex/ghex-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-44.1.ebuild 
b/app-editors/ghex/ghex-44.1.ebuild
index 5bc774b4b945..426c793f459d 100644
--- a/app-editors/ghex/ghex-44.1.ebuild
+++ b/app-editors/ghex/ghex-44.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-05-02 Thread Sam James
commit: 7e3abb4928f521a7eb10adebdf8d9a8ade7ad235
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 03:52:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 03:52:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3abb49

app-editors/ghex: Stabilize 44.1 ppc64, #905500

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

 app-editors/ghex/ghex-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-44.1.ebuild 
b/app-editors/ghex/ghex-44.1.ebuild
index ed57922eb027..5bc774b4b945 100644
--- a/app-editors/ghex/ghex-44.1.ebuild
+++ b/app-editors/ghex/ghex-44.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-05-02 Thread Arthur Zamarin
commit: 190ba29fa7b53a45ea500d362186f53d079deabc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:46:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:46:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190ba29f

app-editors/ghex: Stabilize 44.1 x86, #905500

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

 app-editors/ghex/ghex-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-44.1.ebuild 
b/app-editors/ghex/ghex-44.1.ebuild
index 312b5c6fe7c3..ed57922eb027 100644
--- a/app-editors/ghex/ghex-44.1.ebuild
+++ b/app-editors/ghex/ghex-44.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-05-02 Thread Arthur Zamarin
commit: e470cdf7cc3d3abc27a54e7ab76ba3003d8f36e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 18:24:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 18:24:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e470cdf7

app-editors/ghex: Stabilize 44.1 amd64, #905500

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

 app-editors/ghex/ghex-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-44.1.ebuild 
b/app-editors/ghex/ghex-44.1.ebuild
index 7d5199d0588b..312b5c6fe7c3 100644
--- a/app-editors/ghex/ghex-44.1.ebuild
+++ b/app-editors/ghex/ghex-44.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-04-01 Thread Arthur Zamarin
commit: 3241ac3f1824d5cc7d71770c8a57e05a860f9305
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 19:00:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 19:00:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3241ac3f

app-editors/ghex: Stabilize 43.1 ppc, #901377

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

 app-editors/ghex/ghex-43.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-43.1.ebuild 
b/app-editors/ghex/ghex-43.1.ebuild
index 5bc774b4b945..426c793f459d 100644
--- a/app-editors/ghex/ghex-43.1.ebuild
+++ b/app-editors/ghex/ghex-43.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-03-12 Thread Matt Turner
commit: 28f994dc5c36f830acf2cf15a68b90d3f54beb43
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Mar 11 23:00:49 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 12 17:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f994dc

app-editors/ghex: Version bump to 44_rc

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

 app-editors/ghex/Manifest  |  1 +
 app-editors/ghex/ghex-44_rc.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index abd70601757a..cc0c8b4eac27 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-43.0.tar.xz 1020716 BLAKE2B 
e4b6590f9af11d6fbec31266ef9959b827937697eebd02a942b85e0c0d51555ced79ab84b34c4ab42b5cbb6d6071390d00cd0177e7e712e33e240b3132749a19
 SHA512 
4150d33ea1dc40d0c051ba1ba4a4829d084a4aa6ed682bade5b3e039a90049c4d009183e78b06768946b516386aa9e41b888eca61c40d96336d7ab4dd37b395b
 DIST ghex-43.1.tar.xz 1021548 BLAKE2B 
18e9ee5287180475ccb03343fa3d59d17578c0251e03362f2ea43bf26529fdd1691b71c7d66c18fea7d1146fa05a17c3e3e1267d897887c2cd4a766b67044803
 SHA512 
8ec171921084faa9fce2fe42459dc53b0217a67c775cfbb547096d095820f0a39c5683f441de9b32de178443f39d58fc49dc94bffcdf92c0540b8e5e1fe86ef3
+DIST ghex-44.rc.tar.xz 1070232 BLAKE2B 
e28c746adb517e88206922ea4bea50485189e180037316cd09960e084bdd5a47da08a444a437f96fded50a11b238801d6e7aa90977a646f3d1d5e51e9275fc3b
 SHA512 
6ff7b69ad8d8688b9d44716e733a7a2444bd328871b00ca034df21e3fb7f9df55924f4452af4d284ced13316b01f4272db37a8192b222b30001aa354aacdc23a

diff --git a/app-editors/ghex/ghex-44_rc.ebuild 
b/app-editors/ghex/ghex-44_rc.ebuild
new file mode 100644
index ..ecece234cc57
--- /dev/null
+++ b/app-editors/ghex/ghex-44_rc.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+SRC_URI="https://download.gnome.org/sources/${PN}/44/${PN}-44.rc.tar.xz;
+S="${WORKDIR}/${PN}-44.rc"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-02-10 Thread Matt Turner
commit: 459bdb74d2d58b7bfcde1f371ae65eda814878a9
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Feb 10 13:37:47 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb 10 19:18:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459bdb74

app-editors/ghex: Version bump to 43.1

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

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-43.1.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 60c4b1eacb9d..abd70601757a 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-43.0.tar.xz 1020716 BLAKE2B 
e4b6590f9af11d6fbec31266ef9959b827937697eebd02a942b85e0c0d51555ced79ab84b34c4ab42b5cbb6d6071390d00cd0177e7e712e33e240b3132749a19
 SHA512 
4150d33ea1dc40d0c051ba1ba4a4829d084a4aa6ed682bade5b3e039a90049c4d009183e78b06768946b516386aa9e41b888eca61c40d96336d7ab4dd37b395b
+DIST ghex-43.1.tar.xz 1021548 BLAKE2B 
18e9ee5287180475ccb03343fa3d59d17578c0251e03362f2ea43bf26529fdd1691b71c7d66c18fea7d1146fa05a17c3e3e1267d897887c2cd4a766b67044803
 SHA512 
8ec171921084faa9fce2fe42459dc53b0217a67c775cfbb547096d095820f0a39c5683f441de9b32de178443f39d58fc49dc94bffcdf92c0540b8e5e1fe86ef3

diff --git a/app-editors/ghex/ghex-43.1.ebuild 
b/app-editors/ghex/ghex-43.1.ebuild
new file mode 100644
index ..7d5199d0588b
--- /dev/null
+++ b/app-editors/ghex/ghex-43.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-10-29 Thread Matt Turner
commit: d0f8cd9972573929ebe3999771dec5859faed032
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:19:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 22:32:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f8cd99

app-editors/ghex: Set remote-id

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

 app-editors/ghex/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-editors/ghex/metadata.xml b/app-editors/ghex/metadata.xml
index 7b343b06be8a..ffc72ffa12d6 100644
--- a/app-editors/ghex/metadata.xml
+++ b/app-editors/ghex/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+GNOME/ghex
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-10-05 Thread Matt Turner
commit: a75a8e959542c6378785bfa2896e0454c9c51b45
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Oct  6 01:51:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct  6 02:03:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75a8e95

app-editors/ghex: Update live ebuild

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

 app-editors/ghex/ghex-.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-.ebuild
index b9a8b8490096..e0eb24528bc6 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"
@@ -22,8 +22,9 @@ RESTRICT="!test? ( test )"
 SLOT="4"
 
 RDEPEND="
-   >=dev-libs/glib-2.66.0:2
-   >=gui-libs/gtk-4.0.0:4
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
dev-libs/gobject-introspection
!app-editors/ghex:2
 "
@@ -43,8 +44,13 @@ BDEPEND="
 src_configure() {
local emesonargs=(
-Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
-Dintrospection=enabled
$(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
)
meson_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-10-05 Thread Matt Turner
commit: 089c2328abf644ca1184b11b60aad18d66b30cd5
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct  5 22:04:55 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct  6 02:03:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089c2328

app-editors/ghex: Version bump to 43.0

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

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-43.0.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index b5d3f2a43f36..1c1f423b2e2d 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-42.3.tar.xz 1003928 BLAKE2B 
26bb123fc5a56fc2ff891a057ac276a36bc500a2e23f29bd26a85d6888035e2b8af7aed7f7b679a898c0a98bf042bb4e05c66e55a8fac0eb63422ee03823dc74
 SHA512 
9eff44892d203a2a9aab7239d85f61a860458fd7a8b4d7410f94d4f596ca5e2ff269faa81e620e7fc08bebe40c819a4c0cafefb5278121a9f2c8885bfd17c59f
+DIST ghex-43.0.tar.xz 1020716 BLAKE2B 
e4b6590f9af11d6fbec31266ef9959b827937697eebd02a942b85e0c0d51555ced79ab84b34c4ab42b5cbb6d6071390d00cd0177e7e712e33e240b3132749a19
 SHA512 
4150d33ea1dc40d0c051ba1ba4a4829d084a4aa6ed682bade5b3e039a90049c4d009183e78b06768946b516386aa9e41b888eca61c40d96336d7ab4dd37b395b

diff --git a/app-editors/ghex/ghex-43.0.ebuild 
b/app-editors/ghex/ghex-43.0.ebuild
new file mode 100644
index ..e0eb24528bc6
--- /dev/null
+++ b/app-editors/ghex/ghex-43.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-07-20 Thread Sam James
commit: c6e18ea11d3a6d030a090fce6bcfe8f07e47e3b8
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 21 00:12:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 21 00:12:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e18ea1

app-editors/ghex: Stabilize 42.3 ppc, #853958

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

 app-editors/ghex/ghex-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-42.3.ebuild 
b/app-editors/ghex/ghex-42.3.ebuild
index 3d897b3769b9..af0a9aa90029 100644
--- a/app-editors/ghex/ghex-42.3.ebuild
+++ b/app-editors/ghex/ghex-42.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="amd64 ~arm ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-06-13 Thread Matt Turner
commit: 9052434b27d12aa3e60c30bb4ec097dac6b5e4fe
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun 14 02:43:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 14 02:48:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9052434b

app-editors/ghex: Version bump to 42.3

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

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-42.3.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 3d89759e8ec0..11a1561e89a6 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-42.2.tar.xz 1003120 BLAKE2B 
db44dbb7c2cb7447dea3dd48a1ad90ee75c6ce5b9c76178550be1f638f63a9748144e8aac7434d526c24c3eddd0c6f7c0178c6976d2a11e32e943127b7f09219
 SHA512 
d7c64013d894d1803e03b1afc025a3f39fa65d156aaf7885e692b2b10574f320fb329abd8059a9c084c701a655d7708b8f0dec09f8300c8491fc75a66b475bf7
+DIST ghex-42.3.tar.xz 1003928 BLAKE2B 
26bb123fc5a56fc2ff891a057ac276a36bc500a2e23f29bd26a85d6888035e2b8af7aed7f7b679a898c0a98bf042bb4e05c66e55a8fac0eb63422ee03823dc74
 SHA512 
9eff44892d203a2a9aab7239d85f61a860458fd7a8b4d7410f94d4f596ca5e2ff269faa81e620e7fc08bebe40c819a4c0cafefb5278121a9f2c8885bfd17c59f

diff --git a/app-editors/ghex/ghex-42.3.ebuild 
b/app-editors/ghex/ghex-42.3.ebuild
new file mode 100644
index ..60b2aa480d88
--- /dev/null
+++ b/app-editors/ghex/ghex-42.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   >=gui-libs/gtk-4.0.0:4
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-05-07 Thread Arthur Zamarin
commit: 817a301bf98db1ceda7f4b325b2aec8a646bece3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  7 18:28:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  7 18:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817a301b

app-editors/ghex: Keyword 42.2 ppc, #838709

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

 app-editors/ghex/ghex-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-42.2.ebuild 
b/app-editors/ghex/ghex-42.2.ebuild
index 8d615f72ba0a..60b2aa480d88 100644
--- a/app-editors/ghex/ghex-42.2.ebuild
+++ b/app-editors/ghex/ghex-42.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-05-07 Thread Arthur Zamarin
commit: 56a0349df46c3cc9e369d79068cf262da81fd5cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  7 18:24:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  7 18:24:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a0349d

app-editors/ghex: Keyword 42.2 ppc64, #838709

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

 app-editors/ghex/ghex-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-42.2.ebuild 
b/app-editors/ghex/ghex-42.2.ebuild
index b9a8b8490096..8d615f72ba0a 100644
--- a/app-editors/ghex/ghex-42.2.ebuild
+++ b/app-editors/ghex/ghex-42.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-04-28 Thread Matt Turner
commit: 872a52ea3eba140756b5a17f808008279cb0f96c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr 28 15:02:46 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr 28 15:31:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872a52ea

app-editors/ghex: Version bump to 42.2

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

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-42.2.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 9e5a2b3007ba..56207e431ffe 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,3 +1,4 @@
 DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B 
dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65
 SHA512 
5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0
 DIST ghex-42.0.tar.xz 1007772 BLAKE2B 
db85755e22470f345fcd926e26addcb3ea71c90bc0d71fb5f02ad71e875b3b0100856e4365f950a4040f266c1826be992e6a7a23e32ddebbf9ccdfce88e45f46
 SHA512 
20eb8b876e65e3a63b2bf5bcb7258f4c196380395805e7aa374a4dba79e8e0356507b7dad660cdfd49490cb9832863e84dfcfa74dd680f05d34742a3c23f6108
 DIST ghex-42.1.tar.xz 1002984 BLAKE2B 
c526536c9e2a1b115a2af591ebf4a044950411ec6000c3d5a6e662813219d060ac0a0bd34549c76c9663c82c9ae3777b99e92e810de07e71905c524c37a76355
 SHA512 
7dc6ef8fc84b53e82367794ad4684232bb492fd8ae9320db499fb5d2ff5e15f23ae5e4839b91c0828ea74ec81d7bdc30383f3087e3165bc67761eaafa03efd61
+DIST ghex-42.2.tar.xz 1003120 BLAKE2B 
db44dbb7c2cb7447dea3dd48a1ad90ee75c6ce5b9c76178550be1f638f63a9748144e8aac7434d526c24c3eddd0c6f7c0178c6976d2a11e32e943127b7f09219
 SHA512 
d7c64013d894d1803e03b1afc025a3f39fa65d156aaf7885e692b2b10574f320fb329abd8059a9c084c701a655d7708b8f0dec09f8300c8491fc75a66b475bf7

diff --git a/app-editors/ghex/ghex-42.2.ebuild 
b/app-editors/ghex/ghex-42.2.ebuild
new file mode 100644
index ..b9a8b8490096
--- /dev/null
+++ b/app-editors/ghex/ghex-42.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   >=gui-libs/gtk-4.0.0:4
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-04-17 Thread Matt Turner
commit: 719aed5141dfc465c8558c17cfc9621cc5706406
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 17 20:59:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 17 21:34:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719aed51

app-editors/ghex: Version bump to 42.1

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

 app-editors/ghex/Manifest |  1 +
 app-editors/ghex/ghex-42.1.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 9a3ff84f41a7..9e5a2b3007ba 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B 
dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65
 SHA512 
5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0
 DIST ghex-42.0.tar.xz 1007772 BLAKE2B 
db85755e22470f345fcd926e26addcb3ea71c90bc0d71fb5f02ad71e875b3b0100856e4365f950a4040f266c1826be992e6a7a23e32ddebbf9ccdfce88e45f46
 SHA512 
20eb8b876e65e3a63b2bf5bcb7258f4c196380395805e7aa374a4dba79e8e0356507b7dad660cdfd49490cb9832863e84dfcfa74dd680f05d34742a3c23f6108
+DIST ghex-42.1.tar.xz 1002984 BLAKE2B 
c526536c9e2a1b115a2af591ebf4a044950411ec6000c3d5a6e662813219d060ac0a0bd34549c76c9663c82c9ae3777b99e92e810de07e71905c524c37a76355
 SHA512 
7dc6ef8fc84b53e82367794ad4684232bb492fd8ae9320db499fb5d2ff5e15f23ae5e4839b91c0828ea74ec81d7bdc30383f3087e3165bc67761eaafa03efd61

diff --git a/app-editors/ghex/ghex-42.1.ebuild 
b/app-editors/ghex/ghex-42.1.ebuild
new file mode 100644
index ..b9a8b8490096
--- /dev/null
+++ b/app-editors/ghex/ghex-42.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   >=gui-libs/gtk-4.0.0:4
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-04-07 Thread Matt Turner
commit: e17b2af9d293a888986f023c7e63ad417d15f6d9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr  7 17:01:43 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr  7 17:04:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17b2af9

app-editors/ghex: Prevent parallel installation

Closes: https://bugs.gentoo.org/837050
Signed-off-by: Matt Turner  gentoo.org>

 app-editors/ghex/{ghex-42.0.ebuild => ghex-42.0-r1.ebuild} | 1 +
 app-editors/ghex/ghex-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-editors/ghex/ghex-42.0.ebuild 
b/app-editors/ghex/ghex-42.0-r1.ebuild
similarity index 98%
rename from app-editors/ghex/ghex-42.0.ebuild
rename to app-editors/ghex/ghex-42.0-r1.ebuild
index 5c851aeff170..b9a8b8490096 100644
--- a/app-editors/ghex/ghex-42.0.ebuild
+++ b/app-editors/ghex/ghex-42.0-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
>=dev-libs/glib-2.66.0:2
>=gui-libs/gtk-4.0.0:4
dev-libs/gobject-introspection
+   !app-editors/ghex:2
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-.ebuild
index 5c851aeff170..b9a8b8490096 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
>=dev-libs/glib-2.66.0:2
>=gui-libs/gtk-4.0.0:4
dev-libs/gobject-introspection
+   !app-editors/ghex:2
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/

2022-04-06 Thread Matt Turner
commit: 54d97cd1236ddf91fbe35ee75c7df4da5fc2e765
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr  7 04:32:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr  7 04:41:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d97cd1

app-editors/ghex: Drop old versions

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

 app-editors/ghex/Manifest|  1 -
 app-editors/ghex/ghex-4.0.0_alpha.ebuild | 48 
 profiles/package.mask|  4 ---
 3 files changed, 53 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index cf2a16887247..9a3ff84f41a7 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,3 +1,2 @@
 DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B 
dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65
 SHA512 
5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0
-DIST ghex-4.alpha.1.tar.gz 2165701 BLAKE2B 
f98758b657f2cc73913bb205439d265e8d8168c91080ca0e064decf277a7e300d9eb82a869951f846a66b5155016f69b0935b2877d24a0482a6b003a821adac2
 SHA512 
6e7e8d8ff0b981f14f48ed16d3b31ce51a0fb4c978c525cc9f3b2c06114bc1cfaf42e71ea98f1b0d33940a2f6b15a5e053228484259bdc4525bb18f2835b97c8
 DIST ghex-42.0.tar.xz 1007772 BLAKE2B 
db85755e22470f345fcd926e26addcb3ea71c90bc0d71fb5f02ad71e875b3b0100856e4365f950a4040f266c1826be992e6a7a23e32ddebbf9ccdfce88e45f46
 SHA512 
20eb8b876e65e3a63b2bf5bcb7258f4c196380395805e7aa374a4dba79e8e0356507b7dad660cdfd49490cb9832863e84dfcfa74dd680f05d34742a3c23f6108

diff --git a/app-editors/ghex/ghex-4.0.0_alpha.ebuild 
b/app-editors/ghex/ghex-4.0.0_alpha.ebuild
deleted file mode 100644
index 02e8fb9d1908..
--- a/app-editors/ghex/ghex-4.0.0_alpha.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
-   SRC_URI=""
-else
-   MY_PV="4.alpha.1"
-   
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${PN}-${MY_PV}"
-fi
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="4"
-
-RDEPEND="
-   >=dev-libs/atk-1.0.0
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-   gui-libs/gtk:4
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 05be3f84e1a7..b45961025eff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -362,10 +362,6 @@ x11-misc/easystroke
 # This is likely to cause issues in tests; Unmask if using for other purposes
 >=dev-php/PHP_Timer-5.0
 
-# Jonas Stein  (2021-12-24)
-# Alpha version
-=app-editors/ghex-4.0.0_alpha
-
 # Michał Górny  (2021-12-18)
 # EOL kernel with known vulnerabilities.  Please move to one of the LTS
 # branches.  Bug #829491.



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-04-06 Thread Matt Turner
commit: 5af4d07b53507b8ab36970f2d5f2c1941656b758
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr  7 04:08:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr  7 04:41:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af4d07b

app-editors/ghex: Version bump to 42.0

Closes: https://bugs.gentoo.org/689922
Signed-off-by: Matt Turner  gentoo.org>

 app-editors/ghex/Manifest  |  1 +
 .../ghex/{ghex-.ebuild => ghex-42.0.ebuild}| 31 +++---
 app-editors/ghex/ghex-.ebuild  | 31 +++---
 3 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index da21afe0f03f..cf2a16887247 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B 
dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65
 SHA512 
5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0
 DIST ghex-4.alpha.1.tar.gz 2165701 BLAKE2B 
f98758b657f2cc73913bb205439d265e8d8168c91080ca0e064decf277a7e300d9eb82a869951f846a66b5155016f69b0935b2877d24a0482a6b003a821adac2
 SHA512 
6e7e8d8ff0b981f14f48ed16d3b31ce51a0fb4c978c525cc9f3b2c06114bc1cfaf42e71ea98f1b0d33940a2f6b15a5e053228484259bdc4525bb18f2835b97c8
+DIST ghex-42.0.tar.xz 1007772 BLAKE2B 
db85755e22470f345fcd926e26addcb3ea71c90bc0d71fb5f02ad71e875b3b0100856e4365f950a4040f266c1826be992e6a7a23e32ddebbf9ccdfce88e45f46
 SHA512 
20eb8b876e65e3a63b2bf5bcb7258f4c196380395805e7aa374a4dba79e8e0356507b7dad660cdfd49490cb9832863e84dfcfa74dd680f05d34742a3c23f6108

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-42.0.ebuild
similarity index 58%
copy from app-editors/ghex/ghex-.ebuild
copy to app-editors/ghex/ghex-42.0.ebuild
index 02e8fb9d1908..5c851aeff170 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-42.0.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=8
@@ -13,30 +13,41 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   MY_PV="4.alpha.1"
-   
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz;
KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
 SLOT="4"
 
 RDEPEND="
-   >=dev-libs/atk-1.0.0
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-   gui-libs/gtk:4
+   >=dev-libs/glib-2.66.0:2
+   >=gui-libs/gtk-4.0.0:4
+   dev-libs/gobject-introspection
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
 "
 
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   )
+   meson_src_configure
+}
+
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-.ebuild
index 02e8fb9d1908..5c851aeff170 100644
--- a/app-editors/ghex/ghex-.ebuild
+++ b/app-editors/ghex/ghex-.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=8
@@ -13,30 +13,41 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
SRC_URI=""
 else
-   MY_PV="4.alpha.1"
-   
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz;
KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 
 LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
 SLOT="4"
 
 RDEPEND="
-   >=dev-libs/atk-1.0.0
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-   gui-libs/gtk:4
+   >=dev-libs/glib-2.66.0:2
+   >=gui-libs/gtk-4.0.0:4
+   dev-libs/gobject-introspection
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache

[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2022-03-09 Thread Sam James
commit: a6be394ac1e12fecb32da3396d2e3a2a3de69a1e
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  9 12:47:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  9 12:47:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6be394a

app-editors/ghex: Stabilize 3.41.1 ppc, #834426

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

 app-editors/ghex/ghex-3.41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-3.41.1.ebuild 
b/app-editors/ghex/ghex-3.41.1.ebuild
index 13baa57a4a8e..725e229e1d9d 100644
--- a/app-editors/ghex/ghex-3.41.1.ebuild
+++ b/app-editors/ghex/ghex-3.41.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/atk-1.0.0



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/

2021-12-23 Thread Jonas Stein
commit: 75bfdd65710373c4417c73eec9f87351880c1ae4
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Dec 24 00:56:57 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Dec 24 01:05:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bfdd65

app-editors/ghex: add 4.0.0 alpha

Add 4.0.0 alpha version and mask it.
Bug: https://bugs.gentoo.org/829834
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-editors/ghex/Manifest|  1 +
 app-editors/ghex/ghex-4.0.0_alpha.ebuild | 48 
 profiles/package.mask|  4 +++
 3 files changed, 53 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 83a1cc9d0766..c7837ce8e75b 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-3.18.4.tar.xz 1420268 BLAKE2B 
70a3027a2c228481ecbc6ae44c0a707c9858453e3af7bfc268b6e32a8496722cf117c1b2ce4dd798795a429dccd24e1fa9cb9d1a8c9c8fb5998243369f76ccc4
 SHA512 
6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2
 DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B 
dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65
 SHA512 
5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0
+DIST ghex-4.alpha.1.tar.gz 2165701 BLAKE2B 
f98758b657f2cc73913bb205439d265e8d8168c91080ca0e064decf277a7e300d9eb82a869951f846a66b5155016f69b0935b2877d24a0482a6b003a821adac2
 SHA512 
6e7e8d8ff0b981f14f48ed16d3b31ce51a0fb4c978c525cc9f3b2c06114bc1cfaf42e71ea98f1b0d33940a2f6b15a5e053228484259bdc4525bb18f2835b97c8

diff --git a/app-editors/ghex/ghex-4.0.0_alpha.ebuild 
b/app-editors/ghex/ghex-4.0.0_alpha.ebuild
new file mode 100644
index ..02e8fb9d1908
--- /dev/null
+++ b/app-editors/ghex/ghex-4.0.0_alpha.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   MY_PV="4.alpha.1"
+   
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/atk-1.0.0
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+   gui-libs/gtk:4
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3eaf9ed89e20..b9b9cdfc60c8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2021-12-24)
+# Alpha version
+=app-editors/ghex-4.0.0_alpha
+
 # David Seifert  (2021-12-20)
 # Requires GCC 8, security vulnerabilities, switch to CUDA 11,
 # consider using clang+NVPTX backend for sm_30 cards.



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2021-12-23 Thread Jonas Stein
commit: a1eafdab29fe35e1a1575efaf8eb377db075b659
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Dec 24 00:51:51 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Dec 24 00:51:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1eafdab

app-editors/ghex: add live ebuild

Add a live ebuild for our users who support upstream during the
transition.
Bug: https://bugs.gentoo.org/829834
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-editors/ghex/ghex-.ebuild | 48 +++
 1 file changed, 48 insertions(+)

diff --git a/app-editors/ghex/ghex-.ebuild 
b/app-editors/ghex/ghex-.ebuild
new file mode 100644
index ..02e8fb9d1908
--- /dev/null
+++ b/app-editors/ghex/ghex-.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   MY_PV="4.alpha.1"
+   
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/atk-1.0.0
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+   gui-libs/gtk:4
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2021-12-18 Thread Matt Turner
commit: fc1512136442f10dc83d52336790f911f2cd315c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 19 05:01:09 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 19 05:01:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc151213

app-editors/ghex: Version bump to 3.41.1

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

 app-editors/ghex/Manifest   |  1 +
 app-editors/ghex/ghex-3.41.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 7190209b5e9c..83a1cc9d0766 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-3.18.4.tar.xz 1420268 BLAKE2B 
70a3027a2c228481ecbc6ae44c0a707c9858453e3af7bfc268b6e32a8496722cf117c1b2ce4dd798795a429dccd24e1fa9cb9d1a8c9c8fb5998243369f76ccc4
 SHA512 
6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2
+DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B 
dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65
 SHA512 
5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0

diff --git a/app-editors/ghex/ghex-3.41.1.ebuild 
b/app-editors/ghex/ghex-3.41.1.ebuild
new file mode 100644
index ..2cf48df68aff
--- /dev/null
+++ b/app-editors/ghex/ghex-3.41.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-libs/atk-1.0.0
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2020-11-27 Thread Agostino Sarubbo
commit: dd4fcb5f95f63183adb5019f0569ea79a92ab04b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 27 16:09:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 27 16:09:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4fcb5f

app-editors/ghex: ppc64 stable wrt bug #756832

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

 app-editors/ghex/ghex-3.18.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-3.18.4-r1.ebuild 
b/app-editors/ghex/ghex-3.18.4-r1.ebuild
index 0f4c439bb6e..8ed29ffd0ff 100644
--- a/app-editors/ghex/ghex-3.18.4-r1.ebuild
+++ b/app-editors/ghex/ghex-3.18.4-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2020-11-27 Thread Agostino Sarubbo
commit: 53fdce8bad4244c3f9823ccd77ebe897148cef0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 27 16:08:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 27 16:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fdce8b

app-editors/ghex: ppc stable wrt bug #756832

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

 app-editors/ghex/ghex-3.18.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/ghex/ghex-3.18.4-r1.ebuild 
b/app-editors/ghex/ghex-3.18.4-r1.ebuild
index 3cd47749cca..0f4c439bb6e 100644
--- a/app-editors/ghex/ghex-3.18.4-r1.ebuild
+++ b/app-editors/ghex/ghex-3.18.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-09-08 Thread Mart Raudsepp
commit: 043fee4b1237af6aea5a97684127356e8af1be94
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep  8 10:40:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep  8 10:46:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043fee4b

app-editors/ghex: remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/ghex/Manifest   |  1 -
 app-editors/ghex/ghex-3.18.3.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index b6e92fd684f..7190209b5e9 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1 @@
-DIST ghex-3.18.3.tar.xz 1630720 BLAKE2B 
dacca0b015dd73dca9ea7a5303de8b6ef981c7e4fd93dfdbb0782ac61f073381fef7d5a1dcb8a88f2d31319fd9583ac6f556ed6856b5ba7d3449bbf2af2c991f
 SHA512 
e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
 DIST ghex-3.18.4.tar.xz 1420268 BLAKE2B 
70a3027a2c228481ecbc6ae44c0a707c9858453e3af7bfc268b6e32a8496722cf117c1b2ce4dd798795a429dccd24e1fa9cb9d1a8c9c8fb5998243369f76ccc4
 SHA512 
6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2

diff --git a/app-editors/ghex/ghex-3.18.3.ebuild 
b/app-editors/ghex/ghex-3.18.3.ebuild
deleted file mode 100644
index dbf011b8d72..000
--- a/app-editors/ghex/ghex-3.18.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/atk-1
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.41.1
-   >=sys-devel/gettext-0.17
-   app-text/yelp-tools
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-09-07 Thread Thomas Deutschmann
commit: dd051433ac32e3271408c1dee36fef380fd05fa9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  8 00:19:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  8 01:12:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd051433

app-editors/ghex: x86 stable (bug #692932)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-editors/ghex/ghex-3.18.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-3.18.4-r1.ebuild 
b/app-editors/ghex/ghex-3.18.4-r1.ebuild
index 8e81590e73b..3cd47749cca 100644
--- a/app-editors/ghex/ghex-3.18.4-r1.ebuild
+++ b/app-editors/ghex/ghex-3.18.4-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-08-30 Thread Mikle Kolyada
commit: c5e84e88c34d344d66e3e9d7c2eb948118e72a80
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 31 05:23:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 31 05:23:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e84e88

app-editors/ghex: amd64 stable wrt bug #692932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-editors/ghex/ghex-3.18.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-3.18.4-r1.ebuild 
b/app-editors/ghex/ghex-3.18.4-r1.ebuild
index a735e8d30a0..8e81590e73b 100644
--- a/app-editors/ghex/ghex-3.18.4-r1.ebuild
+++ b/app-editors/ghex/ghex-3.18.4-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-07-16 Thread Mart Raudsepp
commit: 8d1758de134cb01778109b4e297aa7766dc40bda
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jul 16 19:04:46 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jul 16 19:05:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1758de

app-editors/ghex: ebuild touchups, EAPI-7 bumps, restrict tests

* Bump to EAPI-7
* Downgrade yelp-tools dep to correct itstool dep
* Ensure bug-free ITS supporting gettext
* Depend on libxml2 for xml-stripblanks gresource usage
* Depend on appstream-glib for appdata translation due to tags
  used not present in gettext own provided appdata.its
* Restrict tests, as upstream thinks it's great to depend on
  an unreleased appstream-glib for tests to succeed

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../ghex/{ghex-3.18.4.ebuild => ghex-3.18.4-r1.ebuild}   | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/app-editors/ghex/ghex-3.18.4.ebuild 
b/app-editors/ghex/ghex-3.18.4-r1.ebuild
similarity index 65%
rename from app-editors/ghex/ghex-3.18.4.ebuild
rename to app-editors/ghex/ghex-3.18.4-r1.ebuild
index 4a0528c9e5c..a735e8d30a0 100644
--- a/app-editors/ghex/ghex-3.18.4.ebuild
+++ b/app-editors/ghex/ghex-3.18.4-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit gnome.org gnome2-utils meson xdg
 DESCRIPTION="GNOME hexadecimal editor"
 HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
@@ -12,16 +12,22 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND="
-   >=dev-libs/atk-1
+   >=dev-libs/atk-1.0.0
>=dev-libs/glib-2.31.10:2
>=x11-libs/gtk+-3.3.8:3
 "
-DEPEND="${RDEPEND}
-   >=sys-devel/gettext-0.17
-   app-text/yelp-tools
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
 "
 
+# Requires unreleased appstream-glib-0.7.16 for tests to pass..
+RESTRICT="test" # https://gitlab.gnome.org/GNOME/ghex/issues/18
+
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-07-15 Thread Michał Górny
commit: a7d4f5df0fefb16334c06eeb09c9ce3361e0d117
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 15 19:54:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 15 19:55:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d4f5df

app-editors/ghex: Fix trailing newline

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

 app-editors/ghex/ghex-3.18.4.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-editors/ghex/ghex-3.18.4.ebuild 
b/app-editors/ghex/ghex-3.18.4.ebuild
index da61e4d5228..4a0528c9e5c 100644
--- a/app-editors/ghex/ghex-3.18.4.ebuild
+++ b/app-editors/ghex/ghex-3.18.4.ebuild
@@ -31,4 +31,3 @@ pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
 }
-



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-07-14 Thread Sobhan Mohammadpour
commit: e43515ea069bc4dfe94fe1043b91c9730162bc8b
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Mon Jul 15 03:13:32 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Mon Jul 15 03:14:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43515ea

app-editors/ghex: add a new line at the end of the build.

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

 app-editors/ghex/ghex-3.18.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-editors/ghex/ghex-3.18.4.ebuild 
b/app-editors/ghex/ghex-3.18.4.ebuild
index 8611cb5cab1..da61e4d5228 100644
--- a/app-editors/ghex/ghex-3.18.4.ebuild
+++ b/app-editors/ghex/ghex-3.18.4.ebuild
@@ -30,4 +30,5 @@ pkg_postinst() {
 pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
-}
\ No newline at end of file
+}
+



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2019-07-14 Thread Sobhan Mohammadpour
commit: 8b0fcc1a5f43a9993c1342a4df563c3cca32bf5f
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sun Jul 14 23:16:51 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sun Jul 14 23:18:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0fcc1a

app-editors/ghex: 3.18.3 → 3.18.4

move to meson

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

 app-editors/ghex/Manifest   |  1 +
 app-editors/ghex/ghex-3.18.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 5f7fad31d09..b6e92fd684f 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-3.18.3.tar.xz 1630720 BLAKE2B 
dacca0b015dd73dca9ea7a5303de8b6ef981c7e4fd93dfdbb0782ac61f073381fef7d5a1dcb8a88f2d31319fd9583ac6f556ed6856b5ba7d3449bbf2af2c991f
 SHA512 
e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
+DIST ghex-3.18.4.tar.xz 1420268 BLAKE2B 
70a3027a2c228481ecbc6ae44c0a707c9858453e3af7bfc268b6e32a8496722cf117c1b2ce4dd798795a429dccd24e1fa9cb9d1a8c9c8fb5998243369f76ccc4
 SHA512 
6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2

diff --git a/app-editors/ghex/ghex-3.18.4.ebuild 
b/app-editors/ghex/ghex-3.18.4.ebuild
new file mode 100644
index 000..8611cb5cab1
--- /dev/null
+++ b/app-editors/ghex/ghex-3.18.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson xdg
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/atk-1
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+   >=sys-devel/gettext-0.17
+   app-text/yelp-tools
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2018-10-14 Thread Sergei Trofimovich
commit: 8017b66916cdb0e21c8825bd876a740e0582b043
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 14 09:09:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 14 09:09:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8017b669

app-editors/ghex: keyworded 3.18.3 for ppc64, bug #668300

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

 app-editors/ghex/ghex-3.18.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/ghex/ghex-3.18.3.ebuild 
b/app-editors/ghex/ghex-3.18.3.ebuild
index fb9c73c07e4..dbf011b8d72 100644
--- a/app-editors/ghex/ghex-3.18.3.ebuild
+++ b/app-editors/ghex/ghex-3.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2017-02-15 Thread Mart Raudsepp
commit: 25c0c1586099c734f597e6fc326453ff23d19bdc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 16:50:35 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 16:56:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c0c158

app-editors/ghex: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-editors/ghex/Manifest   |  1 -
 app-editors/ghex/ghex-3.18.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index b01364b3a8..37e8dddcbc 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1 @@
-DIST ghex-3.18.2.tar.xz 1570888 SHA256 
ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 
345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b
 WHIRLPOOL 
a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b
 DIST ghex-3.18.3.tar.xz 1630720 SHA256 
c67450f86f9c09c20768f1af36c11a66faf460ea00fbba628a9089a6804808d3 SHA512 
e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
 WHIRLPOOL 
00d1c5bf88abac210be1a7a6c85e8dc4ec8db2d9063ad007c01ce67a3322de34ba38cfe13e88c96ad433f2831907987fc07cbe1490232c033848656a8896b12e

diff --git a/app-editors/ghex/ghex-3.18.2.ebuild 
b/app-editors/ghex/ghex-3.18.2.ebuild
deleted file mode 100644
index d6585a9fb1..00
--- a/app-editors/ghex/ghex-3.18.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/atk-1
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.41.1
-   >=sys-devel/gettext-0.17
-   app-text/yelp-tools
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2017-01-29 Thread Fabian Groffen
commit: 52b4af2497cab3ae19e001e774c97ab103cea3a0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 14:32:36 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 14:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b4af24

app-editors/ghex: dropped ~x86-interix

Package-Manager: portage-2.3.3

 app-editors/ghex/ghex-3.18.2.ebuild | 4 ++--
 app-editors/ghex/ghex-3.18.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/ghex/ghex-3.18.2.ebuild 
b/app-editors/ghex/ghex-3.18.2.ebuild
index 407a7cb..d6585a9 100644
--- a/app-editors/ghex/ghex-3.18.2.ebuild
+++ b/app-editors/ghex/ghex-3.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="

diff --git a/app-editors/ghex/ghex-3.18.3.ebuild 
b/app-editors/ghex/ghex-3.18.3.ebuild
index bb9f3a1..cdd91e8 100644
--- a/app-editors/ghex/ghex-3.18.3.ebuild
+++ b/app-editors/ghex/ghex-3.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2016-10-15 Thread Gilles Dartiguelongue
commit: 9a78655d27cc3282e3692d0596c723cdf87f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Oct 15 09:04:18 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Oct 15 15:42:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a78655d

app-editors/ghex: drop old revision

Package-Manager: portage-2.3.1

 app-editors/ghex/Manifest   |  1 -
 app-editors/ghex/ghex-3.18.1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index cd589f0..b01364b 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,3 +1,2 @@
-DIST ghex-3.18.1.tar.xz 1568796 SHA256 
a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b SHA512 
165a97b5b0da2dcbd0b4b4f811a5c28f64d5e25be2a1b976687d83eec73cf6728686e024c69e3517cf187aeaf656cfce9bebf98e564e2b0147d2438845d2c235
 WHIRLPOOL 
f12923637955299e1626f8c99a6499b00f2e7a656d7b8e3ad7b063a2caedd4a49281cc711c61ba7a6fa7fd9cb9825923f9b8f15b779b4ed8a6d67f6f3b7eb513
 DIST ghex-3.18.2.tar.xz 1570888 SHA256 
ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 
345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b
 WHIRLPOOL 
a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b
 DIST ghex-3.18.3.tar.xz 1630720 SHA256 
c67450f86f9c09c20768f1af36c11a66faf460ea00fbba628a9089a6804808d3 SHA512 
e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
 WHIRLPOOL 
00d1c5bf88abac210be1a7a6c85e8dc4ec8db2d9063ad007c01ce67a3322de34ba38cfe13e88c96ad433f2831907987fc07cbe1490232c033848656a8896b12e

diff --git a/app-editors/ghex/ghex-3.18.1.ebuild 
b/app-editors/ghex/ghex-3.18.1.ebuild
deleted file mode 100644
index 407a7cb..
--- a/app-editors/ghex/ghex-3.18.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/atk-1
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.41.1
-   >=sys-devel/gettext-0.17
-   app-text/yelp-tools
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2016-10-15 Thread Gilles Dartiguelongue
commit: 9d6cb9ecd6355087a3df565a34097f09f33bea92
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Oct 15 09:03:40 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Oct 15 15:42:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6cb9ec

app-editors/ghex: version bump 3.18.2 → 3.18.3

Package-Manager: portage-2.3.1

 app-editors/ghex/Manifest   |  1 +
 app-editors/ghex/ghex-3.18.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 82cac5f..cd589f0 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-3.18.1.tar.xz 1568796 SHA256 
a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b SHA512 
165a97b5b0da2dcbd0b4b4f811a5c28f64d5e25be2a1b976687d83eec73cf6728686e024c69e3517cf187aeaf656cfce9bebf98e564e2b0147d2438845d2c235
 WHIRLPOOL 
f12923637955299e1626f8c99a6499b00f2e7a656d7b8e3ad7b063a2caedd4a49281cc711c61ba7a6fa7fd9cb9825923f9b8f15b779b4ed8a6d67f6f3b7eb513
 DIST ghex-3.18.2.tar.xz 1570888 SHA256 
ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 
345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b
 WHIRLPOOL 
a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b
+DIST ghex-3.18.3.tar.xz 1630720 SHA256 
c67450f86f9c09c20768f1af36c11a66faf460ea00fbba628a9089a6804808d3 SHA512 
e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
 WHIRLPOOL 
00d1c5bf88abac210be1a7a6c85e8dc4ec8db2d9063ad007c01ce67a3322de34ba38cfe13e88c96ad433f2831907987fc07cbe1490232c033848656a8896b12e

diff --git a/app-editors/ghex/ghex-3.18.3.ebuild 
b/app-editors/ghex/ghex-3.18.3.ebuild
new file mode 100644
index ..bb9f3a1
--- /dev/null
+++ b/app-editors/ghex/ghex-3.18.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/atk-1
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.41.1
+   >=sys-devel/gettext-0.17
+   app-text/yelp-tools
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2016-07-02 Thread Pacho Ramos
commit: 6f52c9683c7ee780e1c4f173c16d20199a872a37
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 09:43:42 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 10:42:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f52c968

app-editors/ghex: Version bump

Package-Manager: portage-2.3.0_rc1

 app-editors/ghex/Manifest   |  1 +
 app-editors/ghex/ghex-3.18.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 27c7691..82cac5f 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-3.18.1.tar.xz 1568796 SHA256 
a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b SHA512 
165a97b5b0da2dcbd0b4b4f811a5c28f64d5e25be2a1b976687d83eec73cf6728686e024c69e3517cf187aeaf656cfce9bebf98e564e2b0147d2438845d2c235
 WHIRLPOOL 
f12923637955299e1626f8c99a6499b00f2e7a656d7b8e3ad7b063a2caedd4a49281cc711c61ba7a6fa7fd9cb9825923f9b8f15b779b4ed8a6d67f6f3b7eb513
+DIST ghex-3.18.2.tar.xz 1570888 SHA256 
ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 
345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b
 WHIRLPOOL 
a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b

diff --git a/app-editors/ghex/ghex-3.18.2.ebuild 
b/app-editors/ghex/ghex-3.18.2.ebuild
new file mode 100644
index 000..bb9f3a1
--- /dev/null
+++ b/app-editors/ghex/ghex-3.18.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/atk-1
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.41.1
+   >=sys-devel/gettext-0.17
+   app-text/yelp-tools
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2016-05-29 Thread Pacho Ramos
commit: f4e7489bd6a5f23d110ea80b613b3a811675aef8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:48:41 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:48:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e7489b

app-editors/ghex: Redigest

Package-Manager: portage-2.3.0_rc1

 app-editors/ghex/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 03902b2..f3bfc21 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,2 @@
 DIST ghex-3.18.0.tar.xz 1569372 SHA256 
c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 
41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e
 WHIRLPOOL 
2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d
-DIST ghex-3.18.1.tar.xz 679720 SHA256 
9ed8f6c4ea36605fba55f2463d833d5d8c223bce263a3f5479408a1487b7c7cb SHA512 
fc65b665bc94c8b5dbedc68c72d3637ebfb8f67e21bbaf375ae1900952bcfcce459d0310e65718cfb8cecd243de422b2b63d950ef95b48de1002a729d56407a6
 WHIRLPOOL 
a5bafd502525d38cd59cbc328bb6d9f7168a561eb931d7c0c436279a2652f931f9653cf9af4a414f70b957cbf771f38729ff2766ad33ca9769e71d53c09a095d
+DIST ghex-3.18.1.tar.xz 1568796 SHA256 
a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b SHA512 
165a97b5b0da2dcbd0b4b4f811a5c28f64d5e25be2a1b976687d83eec73cf6728686e024c69e3517cf187aeaf656cfce9bebf98e564e2b0147d2438845d2c235
 WHIRLPOOL 
f12923637955299e1626f8c99a6499b00f2e7a656d7b8e3ad7b063a2caedd4a49281cc711c61ba7a6fa7fd9cb9825923f9b8f15b779b4ed8a6d67f6f3b7eb513



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2016-05-28 Thread Pacho Ramos
commit: 43032f245ca549514a65f1d1d3338eb3e11f8d52
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 28 14:45:51 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 28 15:48:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43032f24

app-editors/ghex: Version bump

Package-Manager: portage-2.3.0_rc1

 app-editors/ghex/Manifest   |  1 +
 app-editors/ghex/ghex-3.18.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 9070f05..03902b2 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-3.18.0.tar.xz 1569372 SHA256 
c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 
41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e
 WHIRLPOOL 
2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d
+DIST ghex-3.18.1.tar.xz 679720 SHA256 
9ed8f6c4ea36605fba55f2463d833d5d8c223bce263a3f5479408a1487b7c7cb SHA512 
fc65b665bc94c8b5dbedc68c72d3637ebfb8f67e21bbaf375ae1900952bcfcce459d0310e65718cfb8cecd243de422b2b63d950ef95b48de1002a729d56407a6
 WHIRLPOOL 
a5bafd502525d38cd59cbc328bb6d9f7168a561eb931d7c0c436279a2652f931f9653cf9af4a414f70b957cbf771f38729ff2766ad33ca9769e71d53c09a095d

diff --git a/app-editors/ghex/ghex-3.18.1.ebuild 
b/app-editors/ghex/ghex-3.18.1.ebuild
new file mode 100644
index 000..bb9f3a1
--- /dev/null
+++ b/app-editors/ghex/ghex-3.18.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/atk-1
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.41.1
+   >=sys-devel/gettext-0.17
+   app-text/yelp-tools
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2016-05-28 Thread Pacho Ramos
commit: 46bcbea646d3f15f59969486dc4b05461b58ecdd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 28 14:42:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 28 15:48:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bcbea6

app-editors/ghex: Drop old

Package-Manager: portage-2.3.0_rc1

 app-editors/ghex/Manifest   |  1 -
 app-editors/ghex/ghex-3.10.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 1aea32e..9070f05 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1 @@
-DIST ghex-3.10.1.tar.xz 1424308 SHA256 
34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132 SHA512 
bfb7f4af1c36698571ea176fd4bbba2ea11a337a8e02976da6b784bd5cc634a4b853e36918ebaeea382d680e796343838ce4709ac720da86755628894043c28c
 WHIRLPOOL 
f63bbd4256d4e6e3134e4f58a2b1667d3536aea62605f5762f0ed04191e192e986663c53c7537996553325003dec38f4419b1d9a84465f958e0f5f76cec6fe1e
 DIST ghex-3.18.0.tar.xz 1569372 SHA256 
c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 
41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e
 WHIRLPOOL 
2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d

diff --git a/app-editors/ghex/ghex-3.10.1.ebuild 
b/app-editors/ghex/ghex-3.10.1.ebuild
deleted file mode 100644
index 3ee0917..000
--- a/app-editors/ghex/ghex-3.10.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/atk-1
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.41.1
-   >=sys-devel/gettext-0.17
-   app-text/yelp-tools
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2015-11-14 Thread Pacho Ramos
commit: bbedfd85401b85c6aa5fdd319656a0d223c2942c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 15:18:34 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 15:27:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbedfd85

app-editors/ghex: Version bump

Package-Manager: portage-2.2.24

 app-editors/ghex/Manifest   |  1 +
 app-editors/ghex/ghex-3.18.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 05278fa..1aea32e 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
 DIST ghex-3.10.1.tar.xz 1424308 SHA256 
34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132 SHA512 
bfb7f4af1c36698571ea176fd4bbba2ea11a337a8e02976da6b784bd5cc634a4b853e36918ebaeea382d680e796343838ce4709ac720da86755628894043c28c
 WHIRLPOOL 
f63bbd4256d4e6e3134e4f58a2b1667d3536aea62605f5762f0ed04191e192e986663c53c7537996553325003dec38f4419b1d9a84465f958e0f5f76cec6fe1e
+DIST ghex-3.18.0.tar.xz 1569372 SHA256 
c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 
41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e
 WHIRLPOOL 
2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d

diff --git a/app-editors/ghex/ghex-3.18.0.ebuild 
b/app-editors/ghex/ghex-3.18.0.ebuild
new file mode 100644
index 000..aca99da
--- /dev/null
+++ b/app-editors/ghex/ghex-3.18.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/atk-1
+   >=dev-libs/glib-2.31.10:2
+   >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.41.1
+   >=sys-devel/gettext-0.17
+   app-text/yelp-tools
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2015-10-24 Thread Pacho Ramos
commit: b5c83f1856028ee0bbf03bace612461c7ed659e3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct 24 08:08:02 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct 24 08:08:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c83f18

app-editors/ghex: Drop old

Package-Manager: portage-2.2.23

 app-editors/ghex/Manifest   |  1 -
 app-editors/ghex/ghex-3.10.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 47d06bf..05278fa 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1 @@
-DIST ghex-3.10.0.tar.xz 1287520 SHA256 
9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255 SHA512 
76c298a8156b778e8b1c0ee51a2388db51181b74270b898ebd5c720e6f1a88467bfe10578de74c8fde189706b62754a75ee9a1317a8e2b45c3ff32ec34a6da3a
 WHIRLPOOL 
ef2882d24a8148e06fa55a6a22f78148e8b565fc45cfe28a8630123a4f8e2f0fd243ad3a31f206a75926ddb262caa29eafa9ca210a01794ceb6926cf73f4a060
 DIST ghex-3.10.1.tar.xz 1424308 SHA256 
34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132 SHA512 
bfb7f4af1c36698571ea176fd4bbba2ea11a337a8e02976da6b784bd5cc634a4b853e36918ebaeea382d680e796343838ce4709ac720da86755628894043c28c
 WHIRLPOOL 
f63bbd4256d4e6e3134e4f58a2b1667d3536aea62605f5762f0ed04191e192e986663c53c7537996553325003dec38f4419b1d9a84465f958e0f5f76cec6fe1e

diff --git a/app-editors/ghex/ghex-3.10.0.ebuild 
b/app-editors/ghex/ghex-3.10.0.ebuild
deleted file mode 100644
index fb8b5c6..000
--- a/app-editors/ghex/ghex-3.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://live.gnome.org/Ghex;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/atk-1
-   >=dev-libs/glib-2.31.10:2
-   >=x11-libs/gtk+-3.3.8:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.41.1
-   >=sys-devel/gettext-0.17
-   app-text/yelp-tools
-   virtual/pkgconfig
-"