public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/curses-hexedit/
@ 2015-08-12 15:13 Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2015-08-12 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e55a2d9caa18a197b99b0c52328664204c61c3b5
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 15:11:44 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 15:13:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55a2d9c

app-editors/curses-hexedit: various fixes

* Update to EAPI=5
* Use subslots w/ncurses dep
* Set up a sane CC value by default
* Force CONFIG_SHELL as non-bash /bin/sh breaks things

Maybe someday there will be a new release w/configure generated by a
recent autoconf and we can drop some of these hacks.

 app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
index 4ba0ace..0d57722 100644
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
+++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # There's already a "hexedit" package in the tree, so name this one differently
 
-EAPI="4"
+EAPI="5"
+
+inherit toolchain-funcs
 
 MY_P=${P/curses-}
 DESCRIPTION="full screen curses hex editor (with insert/delete support)"
@@ -16,11 +18,14 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
+	# Package has an old configure script.
+	CONFIG_SHELL="/bin/bash"
+	tc-export CC
 	econf --program-prefix=curses-
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/curses-hexedit/
@ 2021-01-04  3:31 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-01-04  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2b0ed8da166a1436fc5da6f4ede7555b7cf078ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 03:30:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 03:30:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0ed8da

app-editors/curses-hexedit: Stabilize 0.9.7-r1 amd64, #763471

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
index f274d12b8a5..1a73fb7ea67 100644
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
+++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.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
 
 # There's already a "hexedit" package in the tree, so name this one differently
@@ -13,7 +13,7 @@ SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	sys-libs/ncurses:=


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/curses-hexedit/
@ 2021-01-07  1:24 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-01-07  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8a4b005141be59d55dd58d69664e0f36d0c7f104
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 01:22:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 01:22:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4b0051

app-editors/curses-hexedit: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../curses-hexedit/curses-hexedit-0.9.7.ebuild     | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
deleted file mode 100644
index 7eddb2375aa..00000000000
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# There's already a "hexedit" package in the tree, so name this one differently
-
-EAPI="5"
-
-inherit toolchain-funcs eutils autotools
-
-MY_P=${P/curses-}
-DESCRIPTION="full screen curses hex editor (with insert/delete support)"
-HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/"
-SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:="
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-ncurses-pkg-config.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf --program-prefix=curses-
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/curses-hexedit/
@ 2021-06-07  8:33 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2021-06-07  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e290e7ccf0a7022e54bd414eede59d9204a897cb
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat May  8 16:45:21 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 08:33:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e290e7cc

app-editors/curses-hexedit: remove unused eclass, use HTTPS

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
index 1572d3c98ed..af9d0b85281 100644
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
+++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
@@ -4,12 +4,13 @@
 # There's already a "hexedit" package in the tree, so name this one differently
 
 EAPI=7
-inherit autotools toolchain-funcs
+
+inherit autotools
 
 MY_P=${P/curses-}
 DESCRIPTION="full screen curses hex editor (with insert/delete support)"
-HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/"
-SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
+HOMEPAGE="https://www.rogoyski.com/adam/programs/hexedit/"
+SRC_URI="https://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-07  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04  3:31 [gentoo-commits] repo/gentoo:master commit in: app-editors/curses-hexedit/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-06-07  8:33 Joonas Niilola
2021-01-07  1:24 Sam James
2015-08-12 15:13 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox