* [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/
@ 2021-12-24 1:05 Jonas Stein
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2021-12-24 1:05 UTC (permalink / raw
To: gentoo-commits
commit: 75bfdd65710373c4417c73eec9f87351880c1ae4
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 00:56:57 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 01:05:01 2021 +0000
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 <jstein <AT> 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 000000000000..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} == 9999 ]]; 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 <jstein@gentoo.org> (2021-12-24)
+# Alpha version
+=app-editors/ghex-4.0.0_alpha
+
# David Seifert <soap@gentoo.org> (2021-12-20)
# Requires GCC 8, security vulnerabilities, switch to CUDA 11,
# consider using clang+NVPTX backend for sm_30 cards.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/
@ 2022-04-07 4:42 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2022-04-07 4:42 UTC (permalink / raw
To: gentoo-commits
commit: 54d97cd1236ddf91fbe35ee75c7df4da5fc2e765
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 04:32:22 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 04:41:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d97cd1
app-editors/ghex: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> 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..000000000000
--- 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} == 9999 ]]; 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 <jstein@gentoo.org> (2021-12-24)
-# Alpha version
-=app-editors/ghex-4.0.0_alpha
-
# Michał Górny <mgorny@gentoo.org> (2021-12-18)
# EOL kernel with known vulnerabilities. Please move to one of the LTS
# branches. Bug #829491.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/
@ 2023-08-22 14:06 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2023-08-22 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 0a558aeb546c836ffde7dd8e18cf9c5d63af5f74
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Tue Aug 22 12:11:20 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 14:03:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a558aeb
app-editors/ghex: Version bump to 45_beta
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32408
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-editors/ghex/Manifest | 1 +
app-editors/ghex/{ghex-9999.ebuild => ghex-45_beta.ebuild} | 2 +-
app-editors/ghex/ghex-9999.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-9999.ebuild b/app-editors/ghex/ghex-45_beta.ebuild
similarity index 97%
copy from app-editors/ghex/ghex-9999.ebuild
copy to app-editors/ghex/ghex-45_beta.ebuild
index e0eb24528bc6..7d5199d0588b 100644
--- a/app-editors/ghex/ghex-9999.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-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild
index e0eb24528bc6..7d5199d0588b 100644
--- a/app-editors/ghex/ghex-9999.ebuild
+++ b/app-editors/ghex/ghex-9999.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 <mattst88@gentoo.org> (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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-22 14:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-24 1:05 [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/ Jonas Stein
-- strict thread matches above, loose matches on Subject: below --
2022-04-07 4:42 Matt Turner
2023-08-22 14:06 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox