summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-10-17 05:07:53 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-10-17 05:07:53 +0000
commit66696452c681a44cf91c58c6d4f651a3ae3d143f (patch)
tree5cba561777c892e1060817fae5e930a376d46471 /app-editors/hteditor
parentRemove old. (diff)
downloadgentoo-2-66696452c681a44cf91c58c6d4f651a3ae3d143f.tar.gz
gentoo-2-66696452c681a44cf91c58c6d4f651a3ae3d143f.tar.bz2
gentoo-2-66696452c681a44cf91c58c6d4f651a3ae3d143f.zip
Remove old.
(Portage version: 2.1.11.28/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r--app-editors/hteditor/ChangeLog5
-rw-r--r--app-editors/hteditor/hteditor-2.0.18.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/app-editors/hteditor/ChangeLog b/app-editors/hteditor/ChangeLog
index f2608fafca5b..986af89d936c 100644
--- a/app-editors/hteditor/ChangeLog
+++ b/app-editors/hteditor/ChangeLog
@@ -1,6 +1,9 @@
# 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.56 2012/10/17 03:35:50 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.57 2012/10/17 05:07:53 kensington Exp $
+
+ 17 Oct 2012; Michael Palimaka <kensington@gentoo.org> -hteditor-2.0.18.ebuild:
+ Remove old.
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hteditor-2.0.20.ebuild:
x86 stable wrt bug #436968
diff --git a/app-editors/hteditor/hteditor-2.0.18.ebuild b/app-editors/hteditor/hteditor-2.0.18.ebuild
deleted file mode 100644
index ebfaea799928..000000000000
--- a/app-editors/hteditor/hteditor-2.0.18.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.18.ebuild,v 1.3 2010/10/08 20:12:42 ranger Exp $
-
-EAPI=3
-
-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-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}
- sys-devel/bison
- sys-devel/flex"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i \
- -e '/FLAGS_ALL/s:-ggdb -g3 -O0::' \
- configure || die
-}
-
-src_configure() {
- econf \
- $(use_enable X x11-textmode) \
- --disable-release
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog KNOWNBUGS README TODO
- dohtml doc/*.html
- doinfo doc/*.info
-}