public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hexcompare/
@ 2017-02-15  0:17 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2017-02-15  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7afcdc2b4aaa7c7bf534a07e009baee24a63a5a2
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 00:17:10 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 00:17:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afcdc2b

app-misc/hexcompare: Remove old

Package-Manager: portage-2.3.3

 app-misc/hexcompare/Manifest                |  1 -
 app-misc/hexcompare/hexcompare-1.0.1.ebuild | 38 -----------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-misc/hexcompare/Manifest b/app-misc/hexcompare/Manifest
index c916b10220..30210d5084 100644
--- a/app-misc/hexcompare/Manifest
+++ b/app-misc/hexcompare/Manifest
@@ -1,2 +1 @@
 DIST hexcompare-1.0.4.tar.gz 9686 SHA256 a9609b28099d7578228f359a460a06f7fc1ae8cde614ea10e525b88eb04a9451 SHA512 847bf7e26f27aa0ff56e38b3fe95ad7940a0226e0c496963530fa405d8a3a50f8288a4c7f28d48d4cce05e52c1f69180917a7f10da0943cabf977f78b62eb5fe WHIRLPOOL 45925df7b39ccd9f27532f8148b70a106a50958bac0f129bb37b408b3916dbd801713fac790c0326489a4843b300bd0ccd0d55a62c832caefc0b8090fda15d1b
-DIST hexcompare-101.tar.gz 8718 SHA256 3aad559a1784aacd315109ebad47ab99364ad8c9ab6410463f3d457d5d7e7e76 SHA512 dacce9eefc37b139347452aaf1698f0f1c9fc9b6bca83487154aab840735cd3a46ddb333b76a268149b99d4ef786123cd1799dfb809c047ada62dd87d8dd5dc2 WHIRLPOOL b0979a4d6f8df3fce4530c9baf1d1dcaca39ed753fc81fe28443e30f43a11e56dcbb31e9519fa428a5bd7e6a3be2462c26056a8e0e8fa0f3e5578c3bd3adccf1

diff --git a/app-misc/hexcompare/hexcompare-1.0.1.ebuild b/app-misc/hexcompare/hexcompare-1.0.1.ebuild
deleted file mode 100644
index b05a75e569..0000000000
--- a/app-misc/hexcompare/hexcompare-1.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils toolchain-funcs versionator
-
-DESCRIPTION="ncurses-based visual comparison of binary files"
-HOMEPAGE="http://hexcompare.sourceforge.net/"
-MY_P=${PN}-$(replace_all_version_separators '')
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}.patch
-}
-
-src_compile() {
-	$(tc-getCC) \
-		${CFLAGS} $(/usr/bin/ncurses5-config --cflags) \
-		-o ${PN} main.c gui.c \
-		${LDFLAGS} $(/usr/bin/ncurses5-config --libs) || die
-}
-
-src_install() {
-	dobin ${PN} || die
-	dodoc README || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hexcompare/
@ 2022-01-27  9:30 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2022-01-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     48dfcc2a37f56a17f21770334c7e3127f4bb3a4c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 27 09:30:00 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 09:30:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dfcc2a

app-misc/hexcompare: use https

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/hexcompare/hexcompare-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/hexcompare/hexcompare-1.0.4.ebuild b/app-misc/hexcompare/hexcompare-1.0.4.ebuild
index 597e96bc2ffb..a547b4d7c546 100644
--- a/app-misc/hexcompare/hexcompare-1.0.4.ebuild
+++ b/app-misc/hexcompare/hexcompare-1.0.4.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=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="ncurses-based visual comparison of binary files"
-HOMEPAGE="http://hexcompare.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/hexcompare/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"


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

end of thread, other threads:[~2022-01-27  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15  0:17 [gentoo-commits] repo/gentoo:master commit in: app-misc/hexcompare/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2022-01-27  9:30 David Seifert

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