diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-16 14:51:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-16 14:51:27 +0000 |
commit | f4ab13ee4b147503bab4b0eb5320b50648a4d7ab (patch) | |
tree | 7e225be3c4fc10db48a09d251a142a517ba3e01d /sys-apps/hdump | |
parent | Fix HOMEPAGE, thanks to Erik Musick <lnxg33k at gmail dot com>, bug 185456 (diff) | |
download | historical-f4ab13ee4b147503bab4b0eb5320b50648a4d7ab.tar.gz historical-f4ab13ee4b147503bab4b0eb5320b50648a4d7ab.tar.bz2 historical-f4ab13ee4b147503bab4b0eb5320b50648a4d7ab.zip |
Fix HOMEPAGE, thanks to Erik Musick <lnxg33k at gmail dot com>, bug 185454
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'sys-apps/hdump')
-rw-r--r-- | sys-apps/hdump/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hdump/hdump-1.12.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/hdump/ChangeLog b/sys-apps/hdump/ChangeLog index 7b48e33c2c08..55863ce9e434 100644 --- a/sys-apps/hdump/ChangeLog +++ b/sys-apps/hdump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hdump # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdump/ChangeLog,v 1.3 2007/07/15 09:02:00 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdump/ChangeLog,v 1.4 2007/07/16 14:51:27 armin76 Exp $ + + 16 Jul 2007; Raúl Porcel <armin76@gentoo.org> hdump-1.12.ebuild: + Fix HOMEPAGE, thanks to Erik Musick <lnxg33k at gmail dot com>, bug 185454 15 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Assigning to m-needed, as beu is being retired (#66608). diff --git a/sys-apps/hdump/hdump-1.12.ebuild b/sys-apps/hdump/hdump-1.12.ebuild index edc6d5de7926..2af2416368d9 100644 --- a/sys-apps/hdump/hdump-1.12.ebuild +++ b/sys-apps/hdump/hdump-1.12.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdump/hdump-1.12.ebuild,v 1.1 2005/01/07 23:15:08 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdump/hdump-1.12.ebuild,v 1.2 2007/07/16 14:51:27 armin76 Exp $ inherit eutils DESCRIPTION="A hex \'od\' replacement for UNIX" -HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/" -SRC_URI="http://ftp.berlios.de/pub/${PN}/${P}.tar.gz" +HOMEPAGE="http://developer.berlios.de/projects/hdump/" +SRC_URI="mirror://berlios/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" |