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

2023-03-08 Thread Thomas Beierlein
commit: 1d8e44092c01ea7095db8002d905f4ccb5a62ca7
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Mar  8 08:27:05 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Mar  8 08:27:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8e4409

app-editors/hexedit: Add missing remote-id

Signed-off-by: Thomas Beierlein  gentoo.org>

 app-editors/hexedit/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-editors/hexedit/metadata.xml b/app-editors/hexedit/metadata.xml
index 4495c367e89c..c51d7729677b 100644
--- a/app-editors/hexedit/metadata.xml
+++ b/app-editors/hexedit/metadata.xml
@@ -9,4 +9,7 @@
d...@gentoo.org
Yixun Lan

+   
+   pixel/hexedit
+   
 



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

2022-08-12 Thread Yixun Lan
commit: 682ed1b7b478282c073683e76a893e13001d0d88
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Aug 12 08:57:25 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Aug 12 09:18:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682ed1b7

app-editors/hexedit: drop 1.5

Signed-off-by: Yixun Lan  gentoo.org>

 app-editors/hexedit/Manifest   |  1 -
 app-editors/hexedit/hexedit-1.5.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
index 3940f34afbef..949cb6d596a1 100644
--- a/app-editors/hexedit/Manifest
+++ b/app-editors/hexedit/Manifest
@@ -1,2 +1 @@
-DIST hexedit-1.5.tar.gz 30544 BLAKE2B 
d7292a70819826fddd63f99ee9d05073b8a59f51477390af91151146ee1f5a75333560829f0351fa9e158ef932c07a3582a3e822f42e645917a7fa321055d14e
 SHA512 
9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5
 DIST hexedit-1.6.tar.gz 31085 BLAKE2B 
e576de6aaed35449adbc430c95e8ba3a8ccfba587ef5c4d347d95b84c9764cb644323af23d46ff16429b93e0348c8d310afbad482219aa1b2c1b582332bd06fe
 SHA512 
9783406f253a67fe048ec12306df1a601b7ba92cd7a0399ad2f103aed5a3164cd21ad7c1d547a4c55192cfb7da2b2517152015a4c3db402a9217548b435f602d

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
deleted file mode 100644
index 438191a1dc21..
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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} == * ]]; 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
-}



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

2022-08-12 Thread Agostino Sarubbo
commit: 6073e26930702979726463bb473e6913c0b4ec49
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 12 08:06:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 12 08:06:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6073e269

app-editors/hexedit: x86 stable wrt bug #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index d897ae8fa4cb..438191a1dc21 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-08-12 Thread Agostino Sarubbo
commit: a2db367ea62381a2cfb2a8f7a6da7054e41e1281
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 12 08:05:49 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 12 08:05:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2db367e

app-editors/hexedit: amd64 stable wrt bug #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index 7699b54499ca..d897ae8fa4cb 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-08-12 Thread Agostino Sarubbo
commit: 72b035bc99c153b2d5c0059254edc12f30e3ca48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 12 07:25:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 12 07:25:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b035bc

app-editors/hexedit: sparc stable wrt bug #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index 3c2b770bbcbf..7699b54499ca 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-08-12 Thread Agostino Sarubbo
commit: ab18b2eaceb9fe161d986a1571c2ab5e213fcb35
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 12 07:23:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 12 07:23:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab18b2ea

app-editors/hexedit: arm stable wrt bug #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index ede474b497b0..3c2b770bbcbf 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-08-11 Thread Arthur Zamarin
commit: 7366df8e94de41f79933170d1116a4173cac29c0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 12 04:49:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 12 04:49:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7366df8e

app-editors/hexedit: Stabilize 1.6 arm64, #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index b5bbd93722a3..ede474b497b0 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-08-11 Thread Arthur Zamarin
commit: a50f6693ac30cc2cee9371fa0932d95ebf8876ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 11 17:34:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 11 17:34:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50f6693

app-editors/hexedit: Stabilize 1.6 ppc, #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index 7da44e6f5b51..72daa4747246 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-08-11 Thread Arthur Zamarin
commit: 671e1ac295c7f003d7408b6f16b03410f0faef57
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 11 17:34:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 11 17:34:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671e1ac2

app-editors/hexedit: Stabilize 1.6 ppc64, #864913

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

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

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
index 72daa4747246..b5bbd93722a3 100644
--- a/app-editors/hexedit/hexedit-1.6.ebuild
+++ b/app-editors/hexedit/hexedit-1.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-05-19 Thread Thomas Beierlein
commit: 770a0460a98e9245802321714ee2350fd230497d
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu May 19 06:58:39 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu May 19 07:01:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770a0460

app-editors/hexedit: add 1.6

Closes: https://bugs.gentoo.org/842711
Signed-off-by: Thomas Beierlein  gentoo.org>

 app-editors/hexedit/Manifest   |  1 +
 app-editors/hexedit/hexedit-1.6.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
index aea3d3f41c94..3940f34afbef 100644
--- a/app-editors/hexedit/Manifest
+++ b/app-editors/hexedit/Manifest
@@ -1 +1,2 @@
 DIST hexedit-1.5.tar.gz 30544 BLAKE2B 
d7292a70819826fddd63f99ee9d05073b8a59f51477390af91151146ee1f5a75333560829f0351fa9e158ef932c07a3582a3e822f42e645917a7fa321055d14e
 SHA512 
9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5
+DIST hexedit-1.6.tar.gz 31085 BLAKE2B 
e576de6aaed35449adbc430c95e8ba3a8ccfba587ef5c4d347d95b84c9764cb644323af23d46ff16429b93e0348c8d310afbad482219aa1b2c1b582332bd06fe
 SHA512 
9783406f253a67fe048ec12306df1a601b7ba92cd7a0399ad2f103aed5a3164cd21ad7c1d547a4c55192cfb7da2b2517152015a4c3db402a9217548b435f602d

diff --git a/app-editors/hexedit/hexedit-1.6.ebuild 
b/app-editors/hexedit/hexedit-1.6.ebuild
new file mode 100644
index ..7da44e6f5b51
--- /dev/null
+++ b/app-editors/hexedit/hexedit-1.6.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} == * ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/, app-editors/hexedit/files/

2022-02-16 Thread Yixun Lan
commit: 71dd489997a588b77ffa4d76a6f0c7ce77c32e5a
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 17 03:14:19 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 17 03:14:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dd4899

app-editors/hexedit: drop old

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

 app-editors/hexedit/Manifest   |  1 -
 .../hexedit/files/hexedit-1.2.13-tinfo.patch   | 10 --
 app-editors/hexedit/hexedit-1.2.13.ebuild  | 36 --
 3 files changed, 47 deletions(-)

diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
index 921b20e0546c..aea3d3f41c94 100644
--- a/app-editors/hexedit/Manifest
+++ b/app-editors/hexedit/Manifest
@@ -1,2 +1 @@
-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/files/hexedit-1.2.13-tinfo.patch 
b/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch
deleted file mode 100644
index 86e7dba4e88e..
--- a/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/configure.in
-+++ b/configure.in
-@@ -37,6 +37,7 @@
- AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses",
-   AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses")
- )
-+AC_SEARCH_LIBS(nodelay, tinfo)
- AC_CHECK_FUNC(use_default_colors, 
-   AC_DEFINE(HAVE_COLORS, , "Define if you want colored (fruit salad) display 
option")
- )

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
deleted file mode 100644
index 1acb531a9217..
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="View and edit files in hex or ASCII"
-HOMEPAGE="http://rigaux.org/hexedit.html;
-SRC_URI="http://rigaux.org/${P}.src.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-
-DEPEND="sys-libs/ncurses:="
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.2.13-tinfo.patch
-)
-
-src_prepare() {
-   default
-
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-src_install() {
-   dobin hexedit
-   doman hexedit.1
-   dodoc Changes
-}



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

2022-02-16 Thread Arthur Zamarin
commit: b282405eb75982b29019c017dc91ba750d9191fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 16 20:28:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 16 20:28:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b282405e

app-editors/hexedit: Stabilize 1.5 arm, #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index 89637c335667..438191a1dc21 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-02-16 Thread Arthur Zamarin
commit: f1ecb16bead94aecefec422e987069d20b07c15c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 16 20:23:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 16 20:23:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ecb16b

app-editors/hexedit: Stabilize 1.5 arm64, #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index f53e08603594..89637c335667 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-02-14 Thread Agostino Sarubbo
commit: cc106c95980821947070257c95b36c3be0dabd26
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 15 07:12:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 15 07:12:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc106c95

app-editors/hexedit: x86 stable wrt bug #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index 676cf0d658be..f53e08603594 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-02-14 Thread Agostino Sarubbo
commit: 0a2ec7d1fd5dbc083af62669e7f55daa06fea573
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 15 07:11:56 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 15 07:11:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2ec7d1

app-editors/hexedit: sparc stable wrt bug #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index cb759c66327d..676cf0d658be 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-02-14 Thread Agostino Sarubbo
commit: 81115a714f503c27b7072ecaec736de9e8649ba8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 15 07:11:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 15 07:11:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81115a71

app-editors/hexedit: ppc64 stable wrt bug #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index c010891ff888..cb759c66327d 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-02-14 Thread Agostino Sarubbo
commit: 8893ca3f060a26aae7575dcbb70ae09c9939cdfa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 15 07:10:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 15 07:10:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8893ca3f

app-editors/hexedit: ppc stable wrt bug #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index 17c0191d9c5d..c010891ff888 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-02-14 Thread Agostino Sarubbo
commit: a9ea9c79fd0a182667003ce3894eb127f07d11e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 15 07:09:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 15 07:09:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ea9c79

app-editors/hexedit: amd64 stable wrt bug #833373

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

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

diff --git a/app-editors/hexedit/hexedit-1.5.ebuild 
b/app-editors/hexedit/hexedit-1.5.ebuild
index 7da44e6f5b51..17c0191d9c5d 100644
--- a/app-editors/hexedit/hexedit-1.5.ebuild
+++ b/app-editors/hexedit/hexedit-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 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"
+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"



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

2022-01-09 Thread Yixun Lan
commit: f179242c56412b7f079bc351e135c9a70de0e3dd
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan 10 01:11:39 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan 10 01:25:05 2022 +
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  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 ..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} == * ]]; 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
+}



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

2022-01-09 Thread Yixun Lan
commit: e7d70d803ed64b8c142c6587f0dad1ad2db43512
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan 10 01:28:25 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan 10 01:28:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d70d80

app-editors/hexedit: add myself as maintainer

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

 app-editors/hexedit/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-editors/hexedit/metadata.xml b/app-editors/hexedit/metadata.xml
index 001997549c54..4495c367e89c 100644
--- a/app-editors/hexedit/metadata.xml
+++ b/app-editors/hexedit/metadata.xml
@@ -5,4 +5,8 @@
tom...@gentoo.org
Thomas Beierlein

+   
+   d...@gentoo.org
+   Yixun Lan
+   
 



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

2021-04-19 Thread Sam James
commit: 86800841556927c5a4a436475efb1839d73c5c5e
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 20 00:34:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 20 01:20:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86800841

app-editors/hexedit: port to EAPI 7

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

 app-editors/hexedit/hexedit-1.2.13.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index 10627d3f7c5..d0b42fcc75f 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools epatch
+EAPI=7
+
+inherit autotools
 
 DESCRIPTION="View and edit files in hex or ASCII"
 HOMEPAGE="http://rigaux.org/hexedit.html;
@@ -15,10 +16,15 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 
~s390 sparc x86 ~amd64-li
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}"/${PN}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.13-tinfo.patch
+)
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.2.13-tinfo.patch
+   default
+
mv configure.in configure.ac || die
eautoreconf
 }



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

2021-02-21 Thread Sam James
commit: a1ae76d1406f7fe494b5c9ca182801f477e93275
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 20:31:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 20:31:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ae76d1

app-editors/hexedit: Stabilize 1.2.13 arm64, #771813

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

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

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index 7bd04eb1bd3..299f969f168 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"



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

2021-01-06 Thread Fabian Groffen
commit: 48c01b99d679b10d8c82d319dc8e4e263fabb22b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:01:34 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c01b99

app-editors/hexedit: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index a5317a013d9..7bd04eb1bd3 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"



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

2017-01-29 Thread Fabian Groffen
commit: 8bcdc2e4c53b82cd50a55c06fa2e02fe115951a1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 14:33:35 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 14:38:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcdc2e4

app-editors/hexedit: dropped ~x86-interix

Package-Manager: portage-2.3.3

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

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index 22e9fa2..bdd0e12 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.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$
 
@@ -11,7 +11,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"



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

2016-06-02 Thread Patrice Clement
commit: 39012dbb4e9a531013a1fd7c5407d841d2a47dd9
Author: Roy Bamford  gentoo  org>
AuthorDate: Wed Jun  1 20:01:53 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun  2 07:07:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39012dbb

app-editors/hexedit: keyword for ~arm64.

Tested on a cortex-a53. Raspberry Pi in 64 bit mode

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-editors/hexedit/hexedit-1.2.13.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index b0d203c..98567bd 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,8 @@ SRC_URI="http://rigaux.org/${P}.src.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
+~x86-macos ~sparc-solaris ~x86-solaris"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"



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

2016-06-02 Thread Patrice Clement
commit: 4c00ee58629b157aa6021866268260fae0d207fa
Author: Roy Bamford  gentoo  org>
AuthorDate: Wed Jun  1 20:09:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun  2 07:08:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c00ee58

app-editors/hexedit: keyword for ~arm64

Tested on cortex-a53. Raspberry Pi in 64 bit mode.

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-editors/hexedit/hexedit-1.2.13.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index 98567bd..22e9fa2 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -11,8 +11,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
-~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"



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

2015-12-21 Thread Thomas Beierlein
commit: 4508a80e9c965899867ca280293e2ae1967d8cc2
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Dec 21 18:05:23 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Dec 21 18:05:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4508a80e

app-editors/hexedit: add SLOT deps for sys-libs/ncurses

Package-Manager: portage-2.2.26

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

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index f7363a8..b0d203c 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${PN}



[gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/, app-editors/hexedit/files/

2015-08-20 Thread Jeroen Roovers
commit: d3d74014759cada63b6ed82ebe2a35e947cd6645
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Fri Aug 21 03:36:54 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Fri Aug 21 03:38:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d74014

app-editors/hexedit: Fix building against sys-libs/ncurses[tinfo] (bug #558298 
by Zoltan Puskas).

Package-Manager: portage-2.2.20.1

 app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch | 10 ++
 app-editors/hexedit/hexedit-1.2.13.ebuild| 14 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch 
b/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch
new file mode 100644
index 000..86e7dba
--- /dev/null
+++ b/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch
@@ -0,0 +1,10 @@
+--- a/configure.in
 b/configure.in
+@@ -37,6 +37,7 @@
+ AC_CHECK_LIB(curses, initscr, LIBS=$LIBS -lcurses,
+   AC_CHECK_LIB(ncurses, initscr, LIBS=$LIBS -lncurses)
+ )
++AC_SEARCH_LIBS(nodelay, tinfo)
+ AC_CHECK_FUNC(use_default_colors, 
+   AC_DEFINE(HAVE_COLORS, , Define if you want colored (fruit salad) display 
option)
+ )

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild 
b/app-editors/hexedit/hexedit-1.2.13.ebuild
index f7a868c..f7363a8 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -2,6 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+inherit autotools eutils
+
 DESCRIPTION=View and edit files in hex or ASCII
 HOMEPAGE=http://rigaux.org/hexedit.html;
 SRC_URI=http://rigaux.org/${P}.src.tgz;
@@ -9,15 +12,20 @@ SRC_URI=http://rigaux.org/${P}.src.tgz;
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
-IUSE=
 
 DEPEND=sys-libs/ncurses
 RDEPEND=${DEPEND}
 
-S=${WORKDIR}/${PN}
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   epatch ${FILESDIR}/${PN}-1.2.13-tinfo.patch
+   mv configure.in configure.ac || die
+   eautoreconf
+}
 
 src_install() {
-   dobin hexedit || die dobin failed
+   dobin hexedit
doman hexedit.1
dodoc Changes
 }