summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-08-05 23:40:55 +0000
committerSven Wegener <swegener@gentoo.org>2004-08-05 23:40:55 +0000
commitdc2edb47e595d279f0f8b96dac51f75420e26fc5 (patch)
tree52ffe52adba246a0342327b76c348455e44f3b5d /app-editors/hexedit
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-dc2edb47e595d279f0f8b96dac51f75420e26fc5.tar.gz
gentoo-2-dc2edb47e595d279f0f8b96dac51f75420e26fc5.tar.bz2
gentoo-2-dc2edb47e595d279f0f8b96dac51f75420e26fc5.zip
Version bump. Tidied the ebuilds.
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/ChangeLog8
-rw-r--r--app-editors/hexedit/Manifest6
-rw-r--r--app-editors/hexedit/files/digest-hexedit-1.2.101
-rw-r--r--app-editors/hexedit/hexedit-1.2.10.ebuild23
-rw-r--r--app-editors/hexedit/hexedit-1.2.2.ebuild15
-rw-r--r--app-editors/hexedit/hexedit-1.2.9.ebuild13
6 files changed, 48 insertions, 18 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog
index b1d81500727d..38e56b09007a 100644
--- a/app-editors/hexedit/ChangeLog
+++ b/app-editors/hexedit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/hexedit
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.14 2004/07/03 19:28:30 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.15 2004/08/05 23:40:55 swegener Exp $
+
+*hexedit-1.2.10 (06 Aug 2004)
+
+ 06 Aug 2004; Sven Wegener <swegener@gentoo.org> +hexedit-1.2.10.ebuild,
+ hexedit-1.2.2.ebuild, hexedit-1.2.9.ebuild:
+ Version bump. Tidied the ebuilds.
03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> hexedit-1.2.9.ebuild:
Stable on alpha.
diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
index 80e229255b6c..7dce2b3b3120 100644
--- a/app-editors/hexedit/Manifest
+++ b/app-editors/hexedit/Manifest
@@ -1,6 +1,8 @@
-MD5 317529d18cd215dad83bc5f009c75edb hexedit-1.2.2.ebuild 610
-MD5 757ea09f336f2eb30267fbc445a5825c hexedit-1.2.9.ebuild 603
MD5 381cb5fcdfe96869646c4649bb9633af ChangeLog 1243
+MD5 5a79cf90046ec663fbd1468de95b3fbd hexedit-1.2.2.ebuild 667
+MD5 79ef81df1c3402b6f05135fb8b550845 hexedit-1.2.9.ebuild 660
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
+MD5 0fe48a9cae494d4f6536d9e772956b28 hexedit-1.2.10.ebuild 666
MD5 6e5875f691ced8ecac86ccc41c443a3b files/digest-hexedit-1.2.2 65
MD5 44c497343ccc5a908e95b4fe44f46f5e files/digest-hexedit-1.2.9 65
+MD5 f90e72c54d508c4cb1a87ce07d564959 files/digest-hexedit-1.2.10 66
diff --git a/app-editors/hexedit/files/digest-hexedit-1.2.10 b/app-editors/hexedit/files/digest-hexedit-1.2.10
new file mode 100644
index 000000000000..6c558f66cb15
--- /dev/null
+++ b/app-editors/hexedit/files/digest-hexedit-1.2.10
@@ -0,0 +1 @@
+MD5 5d925ab9f0746ccd1d05c80fef628938 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
new file mode 100644
index 000000000000..01504aab2c81
--- /dev/null
+++ b/app-editors/hexedit/hexedit-1.2.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 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.1 2004/08/05 23:40:55 swegener 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 ~arm ~hppa ~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"
+}
diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild
index 89efcd8ccd23..4ebe2c7866c3 100644
--- a/app-editors/hexedit/hexedit-1.2.2.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.15 2004/06/27 22:13:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.16 2004/08/05 23:40:55 swegener Exp $
DESCRIPTION="View and edit files in hex or ASCII"
HOMEPAGE="http://www.chez.com/prigaux/hexedit.html"
@@ -11,14 +11,13 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64"
IUSE=""
-DEPEND="virtual/libc
- sys-libs/ncurses"
-RDEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses"
+RDEPEND=""
-S=${WORKDIR}/hexedit
+S=${WORKDIR}/${PN}
src_install() {
- dobin hexedit || die
- doman hexedit.1
- dodoc Changes TODO
+ dobin hexedit || die "dobin failed"
+ doman hexedit.1 || die "doman failed"
+ dodoc Changes TODO || die "dodoc failed"
}
diff --git a/app-editors/hexedit/hexedit-1.2.9.ebuild b/app-editors/hexedit/hexedit-1.2.9.ebuild
index fe3bc0ec8331..806c99ff60bd 100644
--- a/app-editors/hexedit/hexedit-1.2.9.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.9 2004/07/03 19:28:30 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.9.ebuild,v 1.10 2004/08/05 23:40:55 swegener Exp $
DESCRIPTION="View and edit files in hex or ASCII"
HOMEPAGE="http://www.chez.com/prigaux/hexedit.html"
@@ -11,14 +11,13 @@ SLOT="0"
KEYWORDS="x86 ~ppc sparc alpha arm hppa amd64"
IUSE=""
-DEPEND="virtual/libc
- sys-libs/ncurses"
+DEPEND="sys-libs/ncurses"
RDEPEND=""
-S=${WORKDIR}/hexedit
+S=${WORKDIR}/${PN}
src_install() {
- dobin hexedit || die
- doman hexedit.1
- dodoc Changes TODO
+ dobin hexedit || die "dobin failed"
+ doman hexedit.1 || die "doman failed"
+ dodoc Changes TODO || die "dodoc failed"
}