summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 13:01:39 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 13:01:39 +0000
commited9d0e73f275d2fa4952844d94c078ae183cebc3 (patch)
treeca8dce5a571eb85922e66dcbe48f003b9d72363b /app-editors/hexedit
parentStable on x86, bug 111302. (diff)
downloadgentoo-2-ed9d0e73f275d2fa4952844d94c078ae183cebc3.tar.gz
gentoo-2-ed9d0e73f275d2fa4952844d94c078ae183cebc3.tar.bz2
gentoo-2-ed9d0e73f275d2fa4952844d94c078ae183cebc3.zip
Removed old ebuild.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/ChangeLog5
-rw-r--r--app-editors/hexedit/files/digest-hexedit-1.2.21
-rw-r--r--app-editors/hexedit/hexedit-1.2.2.ebuild23
3 files changed, 4 insertions, 25 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog
index 2c0015ade60e..3abfb0219ff2 100644
--- a/app-editors/hexedit/ChangeLog
+++ b/app-editors/hexedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/hexedit
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.23 2005/11/03 12:59:39 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.24 2005/11/03 13:01:39 nelchael Exp $
+
+ 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -hexedit-1.2.2.ebuild:
+ Removed old ebuild.
03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> hexedit-1.2.10.ebuild:
Stable on x86, bug 111302.
diff --git a/app-editors/hexedit/files/digest-hexedit-1.2.2 b/app-editors/hexedit/files/digest-hexedit-1.2.2
deleted file mode 100644
index 248cc1a5aef9..000000000000
--- a/app-editors/hexedit/files/digest-hexedit-1.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 99fcf36bf539a34e47c496b667b1f795 hexedit-1.2.2.src.tgz 56247
diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild
deleted file mode 100644
index 2cbb86649aa9..000000000000
--- a/app-editors/hexedit/hexedit-1.2.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.17 2005/01/01 13:27:36 eradicator Exp $
-
-DESCRIPTION="View and edit files in hex or ASCII"
-HOMEPAGE="http://www.chez.com/prigaux/hexedit.html"
-SRC_URI="http://merd.net/pixel/${P}.src.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha amd64"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- dobin hexedit || die "dobin failed"
- doman hexedit.1 || die "doman failed"
- dodoc Changes TODO || die "dodoc failed"
-}