diff options
author | 2007-06-25 15:12:00 +0000 | |
---|---|---|
committer | 2007-06-25 15:12:00 +0000 | |
commit | eae7df56eea38265bce012789da46aa1a0afb099 (patch) | |
tree | 8166ed4e7b721ab4be46a92474f3c10ecec88d35 /app-editors/hexedit | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-eae7df56eea38265bce012789da46aa1a0afb099.tar.gz gentoo-2-eae7df56eea38265bce012789da46aa1a0afb099.tar.bz2 gentoo-2-eae7df56eea38265bce012789da46aa1a0afb099.zip |
Adding myself to metadata and version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/hexedit/files/digest-hexedit-1.2.12 | 3 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.12.ebuild | 23 | ||||
-rw-r--r-- | app-editors/hexedit/metadata.xml | 4 |
4 files changed, 35 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 0ae1a65fa4ca..66f509d35b80 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,12 @@ # 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.30 2007/04/16 18:19:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.31 2007/06/25 15:12:00 angelos Exp $ + +*hexedit-1.2.12 (25 Jun 2007) + + 25 Jun 2007; Christoph Mende <angelos@gentoo.org> metadata.xml, + +hexedit-1.2.12.ebuild: + Adding myself to metadata and version bump, thanks to Tim Stoakes 16 Apr 2007; Fabian Groffen <grobian@gentoo.org> hexedit-1.2.10.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/app-editors/hexedit/files/digest-hexedit-1.2.12 b/app-editors/hexedit/files/digest-hexedit-1.2.12 new file mode 100644 index 000000000000..7b4f911b65bf --- /dev/null +++ b/app-editors/hexedit/files/digest-hexedit-1.2.12 @@ -0,0 +1,3 @@ +MD5 0d2f48610006278cd93359fea9a06d5c hexedit-1.2.12.src.tgz 65802 +RMD160 76f30d62e5c4b18fdba60cf7852641ba2b547dbb hexedit-1.2.12.src.tgz 65802 +SHA256 bcffbf3d128516cc4e1da64485866fbb5f62754f2af8327e7a527855186ba10f hexedit-1.2.12.src.tgz 65802 diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild new file mode 100644 index 000000000000..3f567af4bc87 --- /dev/null +++ b/app-editors/hexedit/hexedit-1.2.12.ebuild @@ -0,0 +1,23 @@ +# 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.12.ebuild,v 1.1 2007/06/25 15:12:00 angelos 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-2" +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 +} diff --git a/app-editors/hexedit/metadata.xml b/app-editors/hexedit/metadata.xml index b17012b02b48..5134465d9a61 100644 --- a/app-editors/hexedit/metadata.xml +++ b/app-editors/hexedit/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> - <description>This package lacks a primary herd or maintainer.</description> + <email>angelos@gentoo.org</email> + <name>Christoph Mende</name> </maintainer> </pkgmetadata> |