summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-11-21 13:05:34 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-11-21 13:05:34 +0000
commita46e043147521e29413913bcfc2b78ece0bb5198 (patch)
tree849a3db697b98a7dad2a0ecd596489e92899beb3 /app-editors
parentRemove old. (diff)
downloadgentoo-2-a46e043147521e29413913bcfc2b78ece0bb5198.tar.gz
gentoo-2-a46e043147521e29413913bcfc2b78ece0bb5198.tar.bz2
gentoo-2-a46e043147521e29413913bcfc2b78ece0bb5198.zip
Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/dhex/ChangeLog6
-rw-r--r--app-editors/dhex/dhex-0.67.ebuild37
2 files changed, 4 insertions, 39 deletions
diff --git a/app-editors/dhex/ChangeLog b/app-editors/dhex/ChangeLog
index 84973f39106d..d3baef7f8172 100644
--- a/app-editors/dhex/ChangeLog
+++ b/app-editors/dhex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/dhex
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/ChangeLog,v 1.15 2012/11/20 20:42:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/ChangeLog,v 1.16 2012/11/21 13:05:34 kensington Exp $
+
+ 21 Nov 2012; Michael Palimaka <kensington@gentoo.org> -dhex-0.67.ebuild:
+ Remove old.
20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> dhex-0.68.ebuild:
Stable for x86, wrt bug #441062
@@ -59,4 +62,3 @@
+files/dhex-0.63-Makefile.patch, +metadata.xml:
New application, fixes bug 121086. Thanks to Adrian Frühwirth for the
original ebuild.
-
diff --git a/app-editors/dhex/dhex-0.67.ebuild b/app-editors/dhex/dhex-0.67.ebuild
deleted file mode 100644
index 8db8d9f27895..000000000000
--- a/app-editors/dhex/dhex-0.67.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.67.ebuild,v 1.4 2012/08/22 00:20:32 blueness Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="ncurses-based 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 ~arm x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.63-Makefile.patch"
-}
-
-src_compile() {
- emake CC=$(tc-getCC)
-}
-
-src_install() {
- dobin dhex
- dodoc README.txt
- doman dhex.1 dhex_markers.5 dhex_searchlog.5 dhexrc.5
-}