]> Pileus Git - ~andy/sunrise/blobdiff - app-editors/dhex/dhex-0.55.ebuild
[app-editors/dhex] Moved to main tree
[~andy/sunrise] / app-editors / dhex / dhex-0.55.ebuild
diff --git a/app-editors/dhex/dhex-0.55.ebuild b/app-editors/dhex/dhex-0.55.ebuild
deleted file mode 100644 (file)
index a24d209..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="An ncurses hex-editor with diff mode"
-HOMEPAGE="http://www.dettus.net/dhex/"
-SRC_URI="http://www.dettus.net/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-Makefile.patch"
-}
-
-src_compile() {
-       emake CC=$(tc-getCC) CFLAGS="${CFLAGS} -DLINUX=1" || die
-}
-
-src_install() {
-       dobin dhex || die
-       dodoc README || die
-}