summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/hexer/hexer-0.1.7.ebuild')
-rw-r--r--app-editors/hexer/hexer-0.1.7.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-editors/hexer/hexer-0.1.7.ebuild b/app-editors/hexer/hexer-0.1.7.ebuild
deleted file mode 100644
index d335a9f4e..000000000
--- a/app-editors/hexer/hexer-0.1.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Hex editor with vi/ex-style user interface"
-HOMEPAGE="http://devel.ringlet.net/editors/hexer/"
-SRC_URI="http://devel.ringlet.net/editors/${PN}/${P}.tar.gz"
-
-LICENSE="hexer"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-qa.patch
-}
-
-src_compile() {
- tc-export CC
- default
-}
-
-src_install() {
- dobin ${PN} bin2c
- doman ${PN}.1
- dodoc CHANGES README
-}