From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/
Date: Mon, 10 Jan 2022 01:29:57 +0000 (UTC) [thread overview]
Message-ID: <1641777905.f179242c56412b7f079bc351e135c9a70de0e3dd.dlan@gentoo> (raw)
commit: f179242c56412b7f079bc351e135c9a70de0e3dd
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 01:11:39 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 01:25:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f179242c
app-editors/hexedit: version bump, 1.5
EAPI=8 bump, live ebuild logic included
Thanks 'jospezial' for contribution
Closes: https://bugs.gentoo.org/751976
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-editors/hexedit/Manifest | 1 +
app-editors/hexedit/hexedit-1.5.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
index 792220b96ded..921b20e0546c 100644
--- a/app-editors/hexedit/Manifest
+++ b/app-editors/hexedit/Manifest
@@ -1 +1,2 @@
DIST hexedit-1.2.13.src.tgz 68778 BLAKE2B 377c4f0008f6e3b54e4cf2e0249fa344b684b11a6acea9daf7d8e6585524f9d11a4eb199d5289a57a72be5efbdf3060cc47269aad1d218784e7679a469ca4f50 SHA512 df9afb0b9b965e20ea8c427c1986b0200216601b157862199c35bae9e201ccc478ab0bfecd39d0dfaa85bf582f1cf372b0134fadcfeacf4734805a6e6dcaa2bb
+DIST hexedit-1.5.tar.gz 30544 BLAKE2B d7292a70819826fddd63f99ee9d05073b8a59f51477390af91151146ee1f5a75333560829f0351fa9e158ef932c07a3582a3e822f42e645917a7fa321055d14e SHA512 9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5
diff --git a/app-editors/hexedit/hexedit-1.5.ebuild b/app-editors/hexedit/hexedit-1.5.ebuild
new file mode 100644
index 000000000000..7da44e6f5b51
--- /dev/null
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="View and edit files in hex or ASCII"
+HOMEPAGE="http://rigaux.org/hexedit.html"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+EGIT_REPO_URI="https://github.com/pixel/hexedit.git"
+else
+SRC_URI="https://github.com/pixel/hexedit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="sys-libs/ncurses:="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ dobin hexedit
+ doman hexedit.1
+ dodoc Changes
+}
next reply other threads:[~2022-01-10 1:30 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 1:29 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-08 8:28 [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/ Thomas Beierlein
2022-08-12 9:18 Yixun Lan
2022-08-12 8:06 Agostino Sarubbo
2022-08-12 8:06 Agostino Sarubbo
2022-08-12 7:25 Agostino Sarubbo
2022-08-12 7:23 Agostino Sarubbo
2022-08-12 4:49 Arthur Zamarin
2022-08-11 17:34 Arthur Zamarin
2022-08-11 17:34 Arthur Zamarin
2022-05-19 7:01 Thomas Beierlein
2022-02-16 20:28 Arthur Zamarin
2022-02-16 20:24 Arthur Zamarin
2022-02-15 7:12 Agostino Sarubbo
2022-02-15 7:11 Agostino Sarubbo
2022-02-15 7:11 Agostino Sarubbo
2022-02-15 7:10 Agostino Sarubbo
2022-02-15 7:09 Agostino Sarubbo
2022-01-10 1:29 Yixun Lan
2021-04-20 1:21 Sam James
2021-02-21 20:31 Sam James
2021-01-06 13:03 Fabian Groffen
2017-01-29 14:38 Fabian Groffen
2016-06-02 7:37 Patrice Clement
2016-06-02 7:37 Patrice Clement
2015-12-21 18:05 Thomas Beierlein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1641777905.f179242c56412b7f079bc351e135c9a70de0e3dd.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox