diff options
author | 2009-02-17 16:12:25 +0000 | |
---|---|---|
committer | 2009-02-17 16:12:25 +0000 | |
commit | 8b631283b720cd853914c6d1cfe005785884e3f0 (patch) | |
tree | a7f6b2654afb97cb101fda8358f3407b55017ddd /app-editors/hexedit | |
parent | Fixed build issue with linux-2.6.28, bug #255190, thank Andrew Savchenko for ... (diff) | |
download | gentoo-2-8b631283b720cd853914c6d1cfe005785884e3f0.tar.gz gentoo-2-8b631283b720cd853914c6d1cfe005785884e3f0.tar.bz2 gentoo-2-8b631283b720cd853914c6d1cfe005785884e3f0.zip |
Updated HOMEPAGE
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.12.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 5a2fddea95b5..7bca6ae62abe 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.40 2007/10/03 12:18:22 angelos Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.41 2009/02/17 16:12:25 angelos Exp $ + + 17 Feb 2009; Christoph Mende <angelos@gentoo.org> hexedit-1.2.12.ebuild: + Updated HOMEPAGE 03 Oct 2007; Christoph Mende <angelos@gentoo.org> -hexedit-1.2.10.ebuild: Cleanup diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild index aeb1f7812016..56589b0fa50f 100644 --- a/app-editors/hexedit/hexedit-1.2.12.ebuild +++ b/app-editors/hexedit/hexedit-1.2.12.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 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.10 2007/10/03 11:52:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.11 2009/02/17 16:12:25 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" +HOMEPAGE="http://rigaux.org/hexedit.html" +SRC_URI="http://rigaux.org/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="sys-libs/ncurses" +DEPEND="" RDEPEND="" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_install() { dobin hexedit || die "dobin failed" |