Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/chrpath: ChangeLog chrpath-0.13.ebuild
Date: Sun, 23 Nov 2008 18:05:20
Message-Id: E1L4JKe-0000jy-5p@stork.gentoo.org
1 patrick 08/11/23 18:05:16
2
3 Modified: ChangeLog chrpath-0.13.ebuild
4 Log:
5 Homepage fix
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.9 app-admin/chrpath/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrpath/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrpath/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrpath/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 11 May 2008 01:06:47 -0000 1.8
22 +++ ChangeLog 23 Nov 2008 18:05:16 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-admin/chrpath
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.8 2008/05/11 01:06:47 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.9 2008/11/23 18:05:16 patrick Exp $
28 +
29 + 23 Nov 2008; Patrick Lauer <patrick@g.o> chrpath-0.13.ebuild:
30 + Homepage fix
31
32 11 May 2008; <solar@g.o> chrpath-0.13.ebuild:
33 - keyworded for ~arm
34
35
36
37 1.10 app-admin/chrpath/chrpath-0.13.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild?r1=1.9&r2=1.10
42
43 Index: chrpath-0.13.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- chrpath-0.13.ebuild 25 Oct 2008 21:30:36 -0000 1.9
50 +++ chrpath-0.13.ebuild 23 Nov 2008 18:05:16 -0000 1.10
51 @@ -1,11 +1,11 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.9 2008/10/25 21:30:36 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.10 2008/11/23 18:05:16 patrick Exp $
56
57 inherit eutils
58
59 DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables"
60 -HOMEPAGE="http://freshmeat.net/projects/chrpath/"
61 +HOMEPAGE="http://directory.fsf.org/project/chrpath/"
62 SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz"
63
64 LICENSE="GPL-2"