diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:14:53 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:14:53 +0000 |
commit | 18aa4cc34b6fff08288f2b72e2803508675f9418 (patch) | |
tree | c4d296af2a815c805bcc027e14ddbd5170f3ee4b /app-editors/hexedit | |
parent | Added SLOT, KEYWORDS, LICENSE. (diff) | |
download | gentoo-2-18aa4cc34b6fff08288f2b72e2803508675f9418.tar.gz gentoo-2-18aa4cc34b6fff08288f2b72e2803508675f9418.tar.bz2 gentoo-2-18aa4cc34b6fff08288f2b72e2803508675f9418.zip |
Added SLOT, KEYWORDS, LICENSE, and RDEPEND.
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild index 756a864a20ab..cc1cac20e9c7 100644 --- a/app-editors/hexedit/hexedit-1.2.2.ebuild +++ b/app-editors/hexedit/hexedit-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.3 2002/07/25 19:14:53 kabau Exp $ S="${WORKDIR}/hexedit" DESCRIPTION="View and edit files in hex or ASCII." @@ -9,6 +9,11 @@ HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" DEPEND="virtual/glibc sys-libs/ncurses" +RDEPEND="" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-1" src_compile() { cd "${S}" |