Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/vym: ChangeLog vym-1.12.6.ebuild
Date: Sun, 07 Feb 2010 15:03:27
Message-Id: E1Ne8fU-0002JP-9L@stork.gentoo.org
1 yngwin 10/02/07 15:03:24
2
3 Modified: ChangeLog vym-1.12.6.ebuild
4 Log:
5 Use $PF instead of just $P
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 x11-misc/vym/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vym/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vym/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vym/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vym/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 7 Feb 2010 15:00:01 -0000 1.21
22 +++ ChangeLog 7 Feb 2010 15:03:23 -0000 1.22
23 @@ -1,12 +1,12 @@
24 # ChangeLog for x11-misc/vym
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/ChangeLog,v 1.21 2010/02/07 15:00:01 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/ChangeLog,v 1.22 2010/02/07 15:03:23 yngwin Exp $
28
29 *vym-1.12.6 (07 Feb 2010)
30
31 07 Feb 2010; Ben de Groot <yngwin@g.o> +vym-1.12.6.ebuild:
32 Version bump, with improvements from Christophe Lefebvre in bugs 296768
33 - and 303799 (migrate to qt4-r2.eclass, correct doc install path.
34 + and 303799 (migrate to qt4-r2.eclass, correct doc install path).
35
36 06 Oct 2009; Dominik Kapusta <ayoy@g.o> vym-1.10.0-r1.ebuild:
37 Removed alternative dependency on Qt metapackage
38
39
40
41 1.2 x11-misc/vym/vym-1.12.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vym/vym-1.12.6.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vym/vym-1.12.6.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vym/vym-1.12.6.ebuild?r1=1.1&r2=1.2
46
47 Index: vym-1.12.6.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.12.6.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- vym-1.12.6.ebuild 7 Feb 2010 15:00:01 -0000 1.1
54 +++ vym-1.12.6.ebuild 7 Feb 2010 15:03:23 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.12.6.ebuild,v 1.1 2010/02/07 15:00:01 yngwin Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.12.6.ebuild,v 1.2 2010/02/07 15:03:23 yngwin Exp $
60
61 EAPI=2
62 inherit eutils qt4-r2
63 @@ -26,7 +26,7 @@
64 # Change installation directory and demo path
65 sed -i \
66 -e "s@/usr/local@/usr@g" \
67 - -e "s@doc/packages/vym@doc/${P}@g" \
68 + -e "s@doc/packages/vym@doc/${PF}@g" \
69 vym.pro || die "sed failed"
70 }