diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 13:10:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 13:10:51 +0000 |
commit | 3beffeaeae1ecce7b1528a80928441cf62db7d82 (patch) | |
tree | ebd97237d27bc9d116805bd18c0c58d6632d98ad /app-editors/hexedit | |
parent | arm/s390/sh love (diff) | |
download | gentoo-2-3beffeaeae1ecce7b1528a80928441cf62db7d82.tar.gz gentoo-2-3beffeaeae1ecce7b1528a80928441cf62db7d82.tar.bz2 gentoo-2-3beffeaeae1ecce7b1528a80928441cf62db7d82.zip |
s390/sh love
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/files/digest-hexedit-1.2.10 | 2 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/hexedit/files/digest-hexedit-1.2.10 b/app-editors/hexedit/files/digest-hexedit-1.2.10 index 6c558f66cb15..ba796f901991 100644 --- a/app-editors/hexedit/files/digest-hexedit-1.2.10 +++ b/app-editors/hexedit/files/digest-hexedit-1.2.10 @@ -1 +1,3 @@ MD5 5d925ab9f0746ccd1d05c80fef628938 hexedit-1.2.10.src.tgz 61566 +RMD160 e46f19b0d91de3c833d02083db9e12b8f3a4eaac hexedit-1.2.10.src.tgz 61566 +SHA256 552878e8b67e2eb03c31a64afa334049d4a86c15c6615a80be63962bc28b5135 hexedit-1.2.10.src.tgz 61566 diff --git a/app-editors/hexedit/hexedit-1.2.10.ebuild b/app-editors/hexedit/hexedit-1.2.10.ebuild index 1925feeb4168..fa079f4e3620 100644 --- a/app-editors/hexedit/hexedit-1.2.10.ebuild +++ b/app-editors/hexedit/hexedit-1.2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.14 2005/11/21 21:06:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.15 2007/02/11 13:10:51 vapier Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="" DEPEND="sys-libs/ncurses" @@ -18,6 +18,6 @@ S=${WORKDIR}/${PN} src_install() { dobin hexedit || die "dobin failed" - doman hexedit.1 || die "doman failed" - dodoc Changes TODO || die "dodoc failed" + doman hexedit.1 + dodoc Changes TODO } |