diff options
author | 2004-05-28 02:41:17 +0000 | |
---|---|---|
committer | 2004-05-28 02:41:17 +0000 | |
commit | 2aa12e8397b8fa1940c731bf994d20e4591af67a (patch) | |
tree | 8e47f3a53f1f0a96bfaf7f64db4efb2c6678d69e /app-editors | |
parent | arm KEYWORDS (diff) | |
download | historical-2aa12e8397b8fa1940c731bf994d20e4591af67a.tar.gz historical-2aa12e8397b8fa1940c731bf994d20e4591af67a.tar.bz2 historical-2aa12e8397b8fa1940c731bf994d20e4591af67a.zip |
arm KEYWORDS
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 4 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.9.ebuild | 28 |
2 files changed, 13 insertions, 19 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 0a348978058d..bcb19fef930c 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.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/hexcurse/hexcurse-1.55.ebuild,v 1.3 2004/04/19 06:28:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.4 2004/05/28 02:41:11 vapier Exp $ DESCRIPTION="ncurses based hex editor" HOMEPAGE="http://www.jewfish.net/software/" @@ -8,7 +8,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc hppa amd64" +KEYWORDS="x86 ppc sparc arm hppa amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" diff --git a/app-editors/hexedit/hexedit-1.2.9.ebuild b/app-editors/hexedit/hexedit-1.2.9.ebuild index 4c0601e9ce17..c2dad23bbee4 100644 --- a/app-editors/hexedit/hexedit-1.2.9.ebuild +++ b/app-editors/hexedit/hexedit-1.2.9.ebuild @@ -1,30 +1,24 @@ # 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.1 2004/04/13 16:24:06 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.2 2004/05/28 02:41:17 vapier Exp $ -S="${WORKDIR}/hexedit" -DESCRIPTION="View and edit files in hex or ASCII." -SRC_URI="http://merd.net/pixel/${P}.src.tgz" +DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" +SRC_URI="http://merd.net/pixel/${P}.src.tgz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~amd64" +IUSE="" DEPEND="virtual/glibc sys-libs/ncurses" RDEPEND="" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -LICENSE="GPL-1" - -src_compile() { - cd "${S}" - ./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \ - || die "./configure failed" - - emake || die -} +S="${WORKDIR}/hexedit" src_install () { - dobin hexedit + dobin hexedit || die doman hexedit.1 - dodoc COPYING Changes TODO + dodoc Changes TODO } |