Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/vflib: vflib-3.6.14.ebuild ChangeLog
Date: Sun, 04 Nov 2007 10:19:48
Message-Id: E1IocZw-0007vR-O3@stork.gentoo.org
1 drac 07/11/04 10:19:40
2
3 Modified: vflib-3.6.14.ebuild ChangeLog
4 Log:
5 Add missing imake dep, and fix some quoting.
6 (Portage version: 2.1.3.17)
7
8 Revision Changes Path
9 1.5 media-libs/vflib/vflib-3.6.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild?r1=1.4&r2=1.5
14
15 Index: vflib-3.6.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- vflib-3.6.14.ebuild 22 Jul 2007 09:32:14 -0000 1.4
22 +++ vflib-3.6.14.ebuild 4 Nov 2007 10:19:40 -0000 1.5
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v 1.4 2007/07/22 09:32:14 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v 1.5 2007/11/04 10:19:40 drac Exp $
28
29 inherit libtool eutils
30
31 -MY_P="VFlib3-${PV}"
32 +MY_P=VFlib3-${PV}
33
34 DESCRIPTION="Japanese Vector Font library"
35 HOMEPAGE="http://www-masu.ist.osaka-u.ac.jp/~kakugawa/VFlib/"
36 @@ -23,18 +23,19 @@
37 media-libs/t1lib"
38 DEPEND="${RDEPEND}
39 x11-proto/xproto
40 - virtual/tetex"
41 + virtual/tetex
42 + x11-misc/imake"
43
44 -S=${WORKDIR}/${MY_P}
45 +S="${WORKDIR}"/${MY_P}
46
47 -src_unpack () {
48 +src_unpack() {
49 unpack ${A}
50 - cd ${S}
51 - epatch "${FILESDIR}/${P}-install-info.diff"
52 + cd "${S}"
53 + epatch "${FILESDIR}"/${P}-install-info.diff
54 + elibtoolize
55 }
56
57 -src_compile () {
58 - elibtoolize
59 +src_compile() {
60 sed -i -e "s:<varargs.h>:<stdarg.h>:" src/vfldisol.c
61 if has_version '>=media-libs/t1lib-5' ; then
62 sed -i -e "s:T1_Get_no_fonts:T1_GetNoFonts:" src/drv_t1.c
63 @@ -58,8 +59,8 @@
64
65 src_install () {
66 einstall \
67 - runtimedir=${D}/usr/share/VFlib/${PV} \
68 - runtimesitedir=${D}/usr/share/VFlib/site || die
69 + runtimedir="${D}"/usr/share/VFlib/${PV} \
70 + runtimesitedir="${D}"/usr/share/VFlib/site || die
71
72 dodoc CHANGES COPYING* DISTRIB.txt INSTALL README*
73 }
74
75
76
77 1.11 media-libs/vflib/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/ChangeLog?rev=1.11&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/ChangeLog?rev=1.11&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/ChangeLog?r1=1.10&r2=1.11
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v
86 retrieving revision 1.10
87 retrieving revision 1.11
88 diff -u -r1.10 -r1.11
89 --- ChangeLog 22 Jul 2007 09:32:14 -0000 1.10
90 +++ ChangeLog 4 Nov 2007 10:19:40 -0000 1.11
91 @@ -1,6 +1,9 @@
92 # ChangeLog for media-libs/vflib
93 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.10 2007/07/22 09:32:14 dberkholz Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.11 2007/11/04 10:19:40 drac Exp $
96 +
97 + 04 Nov 2007; Samuli Suominen <drac@g.o> vflib-3.6.14.ebuild:
98 + Add missing imake dep, and fix some quoting.
99
100 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; vflib-3.6.14.ebuild:
101 Drop virtual/x11 references.
102
103
104
105 --
106 gentoo-commits@g.o mailing list