From d654693baf435708048c6be23be188b702eadedf Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 22 Dec 2012 06:23:45 +0000 Subject: Version bump. Add myself as maintainer. (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- app-editors/hteditor/ChangeLog | 8 ++++- app-editors/hteditor/hteditor-2.0.21.ebuild | 49 +++++++++++++++++++++++++++++ app-editors/hteditor/metadata.xml | 3 +- 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 app-editors/hteditor/hteditor-2.0.21.ebuild (limited to 'app-editors/hteditor') diff --git a/app-editors/hteditor/ChangeLog b/app-editors/hteditor/ChangeLog index 986af89d936c..c6d27cd20980 100644 --- a/app-editors/hteditor/ChangeLog +++ b/app-editors/hteditor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/hteditor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.57 2012/10/17 05:07:53 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.58 2012/12/22 06:23:45 radhermit Exp $ + +*hteditor-2.0.21 (22 Dec 2012) + + 22 Dec 2012; Tim Harder +hteditor-2.0.21.ebuild, + metadata.xml: + Version bump. Add myself as maintainer. 17 Oct 2012; Michael Palimaka -hteditor-2.0.18.ebuild: Remove old. diff --git a/app-editors/hteditor/hteditor-2.0.21.ebuild b/app-editors/hteditor/hteditor-2.0.21.ebuild new file mode 100644 index 000000000000..7e86235f2422 --- /dev/null +++ b/app-editors/hteditor/hteditor-2.0.21.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.21.ebuild,v 1.1 2012/12/22 06:23:45 radhermit Exp $ + +EAPI=5 + +inherit toolchain-funcs eutils + +MY_P=${P/editor} + +DESCRIPTION="A file viewer, editor and analyzer for text, binary, and executable files" +HOMEPAGE="http://hte.sourceforge.net/" +SRC_URI="mirror://sourceforge/hte/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="X" + +RDEPEND="sys-libs/ncurses + X? ( x11-libs/libX11 ) + >=dev-libs/lzo-2" +DEPEND="${RDEPEND} + virtual/yacc + sys-devel/flex" + +DOCS=( AUTHORS ChangeLog KNOWNBUGS README TODO ) + +S=${WORKDIR}/${MY_P} + +src_configure() { + econf \ + $(use_enable X x11-textmode) \ + --enable-maintainermode +} + +src_compile() { + emake AR="$(tc-getAR)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" +} + +src_install() { + #For prefix + chmod u+x "${S}/install-sh" + + default + + dohtml doc/*.html + doinfo doc/*.info +} diff --git a/app-editors/hteditor/metadata.xml b/app-editors/hteditor/metadata.xml index 81c50a664941..c4e59ab3e399 100644 --- a/app-editors/hteditor/metadata.xml +++ b/app-editors/hteditor/metadata.xml @@ -2,7 +2,8 @@ - maintainer-needed@gentoo.org + radhermit@gentoo.org + Tim Harder hte -- cgit v1.2.3-65-gdbad