summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-10-03 12:18:22 +0000
committerChristoph Mende <angelos@gentoo.org>2007-10-03 12:18:22 +0000
commit73df1e71d2b103503f4db03a1680fdc446fd9f17 (patch)
tree0c1b25201526648cac899f8a08d7dbe861c870dd /app-editors/hexedit
parentStable on amd64 wrt bug #194466 (diff)
downloadgentoo-2-73df1e71d2b103503f4db03a1680fdc446fd9f17.tar.gz
gentoo-2-73df1e71d2b103503f4db03a1680fdc446fd9f17.tar.bz2
gentoo-2-73df1e71d2b103503f4db03a1680fdc446fd9f17.zip
Cleanup
(Portage version: 2.1.3.11)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/ChangeLog5
-rw-r--r--app-editors/hexedit/files/digest-hexedit-1.2.103
-rw-r--r--app-editors/hexedit/hexedit-1.2.10.ebuild23
3 files changed, 4 insertions, 27 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog
index 2d58435ed309..5a2fddea95b5 100644
--- a/app-editors/hexedit/ChangeLog
+++ b/app-editors/hexedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/hexedit
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.39 2007/10/03 11:52:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.40 2007/10/03 12:18:22 angelos Exp $
+
+ 03 Oct 2007; Christoph Mende <angelos@gentoo.org> -hexedit-1.2.10.ebuild:
+ Cleanup
03 Oct 2007; Raúl Porcel <armin76@gentoo.org> hexedit-1.2.12.ebuild:
alpha stable wrt #194418
diff --git a/app-editors/hexedit/files/digest-hexedit-1.2.10 b/app-editors/hexedit/files/digest-hexedit-1.2.10
deleted file mode 100644
index ba796f901991..000000000000
--- a/app-editors/hexedit/files/digest-hexedit-1.2.10
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5d925ab9f0746ccd1d05c80fef628938 hexedit-1.2.10.src.tgz 61566
-RMD160 e46f19b0d91de3c833d02083db9e12b8f3a4eaac hexedit-1.2.10.src.tgz 61566
-SHA256 552878e8b67e2eb03c31a64afa334049d4a86c15c6615a80be63962bc28b5135 hexedit-1.2.10.src.tgz 61566
diff --git a/app-editors/hexedit/hexedit-1.2.10.ebuild b/app-editors/hexedit/hexedit-1.2.10.ebuild
deleted file mode 100644
index f2eb724d3c9d..000000000000
--- a/app-editors/hexedit/hexedit-1.2.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.17 2007/07/05 01:41:49 angelos Exp $
-
-DESCRIPTION="View and edit files in hex or ASCII"
-HOMEPAGE="http://people.mandriva.com/~prigaux/hexedit.html"
-SRC_URI="http://people.mandriva.com/~prigaux/${P}.src.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- dobin hexedit || die "dobin failed"
- doman hexedit.1
- dodoc Changes TODO
-}