diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-03 21:58:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-03 21:58:43 +0000 |
commit | f595586dd122ac6d88873b39b61301f563dc4f4b (patch) | |
tree | 2690fc02829fdf6559ec28de1d9f6d28a2253a9d /app-editors/hexedit | |
parent | trim out sdl comments (diff) | |
download | historical-f595586dd122ac6d88873b39b61301f563dc4f4b.tar.gz historical-f595586dd122ac6d88873b39b61301f563dc4f4b.tar.bz2 historical-f595586dd122ac6d88873b39b61301f563dc4f4b.zip |
hppa KEYWORDS
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/Manifest | 16 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.9.ebuild | 8 |
2 files changed, 17 insertions, 7 deletions
diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest index 2318a81e6461..d38cbe33b57a 100644 --- a/app-editors/hexedit/Manifest +++ b/app-editors/hexedit/Manifest @@ -1,5 +1,15 @@ -MD5 6e5875f691ced8ecac86ccc41c443a3b files/digest-hexedit-1.2.2 65 -MD5 44c497343ccc5a908e95b4fe44f46f5e files/digest-hexedit-1.2.9 65 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 bed5c35a9493e6fdd3fcde59a679eafc ChangeLog 859 MD5 8f6140267f16aebf4795cd3e82ce662e hexedit-1.2.2.ebuild 621 -MD5 a9bd6d63f6fc878027cf942eeead0788 hexedit-1.2.9.ebuild 615 +MD5 f7aa34ec68f45806812a4cff61ad9ef5 hexedit-1.2.9.ebuild 617 +MD5 6e5875f691ced8ecac86ccc41c443a3b files/digest-hexedit-1.2.2 65 +MD5 44c497343ccc5a908e95b4fe44f46f5e files/digest-hexedit-1.2.9 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFAv58iHTu7gpaalycRApocAJ9G9T3uc0RESYujEx95jtcGsTlqFQCg6KgE +tfEMiJeQJniKXhin/5kDrAc= +=CYHW +-----END PGP SIGNATURE----- diff --git a/app-editors/hexedit/hexedit-1.2.9.ebuild b/app-editors/hexedit/hexedit-1.2.9.ebuild index c2dad23bbee4..ec80ca910139 100644 --- a/app-editors/hexedit/hexedit-1.2.9.ebuild +++ b/app-editors/hexedit/hexedit-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.2 2004/05/28 02:41:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.3 2004/06/03 21:58:43 vapier Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,16 +8,16 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm hppa ~amd64" IUSE="" DEPEND="virtual/glibc sys-libs/ncurses" RDEPEND="" -S="${WORKDIR}/hexedit" +S=${WORKDIR}/hexedit -src_install () { +src_install() { dobin hexedit || die doman hexedit.1 dodoc Changes TODO |