summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-24 00:12:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-24 00:12:03 +0000
commit098f6c57a8df8593ab52ab12e85389ee13f94262 (patch)
tree2828c4611d2da9dbf1effbc65c6db8d4d08b7e39 /app-editors/hexcurse
parentuse -1 for shell to select default #103421 (diff)
downloadhistorical-098f6c57a8df8593ab52ab12e85389ee13f94262.tar.gz
historical-098f6c57a8df8593ab52ab12e85389ee13f94262.tar.bz2
historical-098f6c57a8df8593ab52ab12e85389ee13f94262.zip
update HOMEPAGE #103526
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-editors/hexcurse')
-rw-r--r--app-editors/hexcurse/Manifest16
-rw-r--r--app-editors/hexcurse/hexcurse-1.55.ebuild12
2 files changed, 19 insertions, 9 deletions
diff --git a/app-editors/hexcurse/Manifest b/app-editors/hexcurse/Manifest
index 51970bdadc5e..5c6bdb901734 100644
--- a/app-editors/hexcurse/Manifest
+++ b/app-editors/hexcurse/Manifest
@@ -1,5 +1,15 @@
-MD5 70ba8f7a9d2ea103a36cc0c0f9bc4688 ChangeLog 663
-MD5 c17b65a12598ea410870629db9b9cab1 hexcurse-1.55.ebuild 679
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 057103039f72dd99eb1631f428d22dd5 hexcurse-1.55.ebuild 706
MD5 d516054daaa4513c52b473b66c6e762a metadata.xml 340
-MD5 840257c8cd7a545511437500924be4c5 files/1.55-gcc.patch 334
+MD5 70ba8f7a9d2ea103a36cc0c0f9bc4688 ChangeLog 663
MD5 f2612b71c6e5c2d976c704ed7f1e51fb files/digest-hexcurse-1.55 65
+MD5 840257c8cd7a545511437500924be4c5 files/1.55-gcc.patch 334
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDC7uGgIKl8Uu19MoRAqOHAJ92cEepk7HjJDNe7s157d/OnqFCIgCfeRA4
+KIctzHyG6pBEsKbzl9fczqM=
+=q6tu
+-----END PGP SIGNATURE-----
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild
index 455f70809b1b..31c081cb8435 100644
--- a/app-editors/hexcurse/hexcurse-1.55.ebuild
+++ b/app-editors/hexcurse/hexcurse-1.55.ebuild
@@ -1,27 +1,27 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.9 2005/02/20 05:04:25 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.10 2005/08/24 00:12:03 vapier Exp $
inherit eutils
DESCRIPTION="ncurses based hex editor"
-HOMEPAGE="http://www.jewfish.net/software/"
+HOMEPAGE="http://www.jewfish.net/description.php?title=HexCurse"
SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc arm hppa amd64 ppc-macos"
+KEYWORDS="amd64 arm hppa ppc ppc-macos sparc x86"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.2"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-gcc.patch
}
src_install() {
- make install DESTDIR=${D} || die "Install failed"
+ make install DESTDIR="${D}" || die "Install failed"
dodoc AUTHORS ChangeLog NEWS README
}