diff options
author | Patrick Lauer <patrick@gentoo.org> | 2008-11-23 18:05:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2008-11-23 18:05:16 +0000 |
commit | 379be8cbc23b0565bc257f99f41214ab1a216241 (patch) | |
tree | 57e29f4c2a1014201a80048965f66a52e8954e30 /app-admin/chrpath | |
parent | Bumping to 1.7.0 (diff) | |
download | gentoo-2-379be8cbc23b0565bc257f99f41214ab1a216241.tar.gz gentoo-2-379be8cbc23b0565bc257f99f41214ab1a216241.tar.bz2 gentoo-2-379be8cbc23b0565bc257f99f41214ab1a216241.zip |
Homepage fix
(Portage version: 2.2_rc15/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-admin/chrpath')
-rw-r--r-- | app-admin/chrpath/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/chrpath/chrpath-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/chrpath/ChangeLog b/app-admin/chrpath/ChangeLog index b2e456338417..4e9f76492abb 100644 --- a/app-admin/chrpath/ChangeLog +++ b/app-admin/chrpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/chrpath # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.8 2008/05/11 01:06:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.9 2008/11/23 18:05:16 patrick Exp $ + + 23 Nov 2008; Patrick Lauer <patrick@gentoo.org> chrpath-0.13.ebuild: + Homepage fix 11 May 2008; <solar@gentoo.org> chrpath-0.13.ebuild: - keyworded for ~arm diff --git a/app-admin/chrpath/chrpath-0.13.ebuild b/app-admin/chrpath/chrpath-0.13.ebuild index 2185d66ddb1b..2aeecd6377dd 100644 --- a/app-admin/chrpath/chrpath-0.13.ebuild +++ b/app-admin/chrpath/chrpath-0.13.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.9 2008/10/25 21:30:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.10 2008/11/23 18:05:16 patrick Exp $ inherit eutils DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables" -HOMEPAGE="http://freshmeat.net/projects/chrpath/" +HOMEPAGE="http://directory.fsf.org/project/chrpath/" SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz" LICENSE="GPL-2" |