Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/graphlcd-base: ChangeLog graphlcd-base-0.1.5.ebuild graphlcd-base-0.1.5-r1.ebuild graphlcd-base-0.1.4.ebuild graphlcd-base-0.1.3-r1.ebuild graphlcd-base-0.1.3.ebuild
Date: Tue, 01 Jan 2008 11:49:56
Message-Id: E1J9fcy-0003EI-FZ@stork.gentoo.org
1 hd_brummy 08/01/01 11:49:48
2
3 Modified: ChangeLog graphlcd-base-0.1.5.ebuild
4 graphlcd-base-0.1.5-r1.ebuild
5 Removed: graphlcd-base-0.1.4.ebuild
6 graphlcd-base-0.1.3-r1.ebuild
7 graphlcd-base-0.1.3.ebuild
8 Log:
9 cleanup; quoting fixed
10 (Portage version: 2.1.3.19)
11
12 Revision Changes Path
13 1.14 app-misc/graphlcd-base/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/ChangeLog?rev=1.14&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/ChangeLog?rev=1.14&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/ChangeLog?r1=1.13&r2=1.14
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v
22 retrieving revision 1.13
23 retrieving revision 1.14
24 diff -u -r1.13 -r1.14
25 --- ChangeLog 28 Jun 2007 17:28:07 -0000 1.13
26 +++ ChangeLog 1 Jan 2008 11:49:47 -0000 1.14
27 @@ -1,6 +1,14 @@
28 # ChangeLog for app-misc/graphlcd-base
29 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.13 2007/06/28 17:28:07 hd_brummy Exp $
31 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.14 2008/01/01 11:49:47 hd_brummy Exp $
33 +
34 + 01 Jan 2008; Joerg Bornkessel <hd_brummy@g.o>
35 + -files/graphlcd-base-0.1.3-nostrip.patch,
36 + -files/graphlcd-base-0.1.3_g15daemon_drv.patch,
37 + -files/graphlcd-base-0.1.4-nostrip.patch, -graphlcd-base-0.1.3.ebuild,
38 + -graphlcd-base-0.1.3-r1.ebuild, -graphlcd-base-0.1.4.ebuild,
39 + graphlcd-base-0.1.5.ebuild, graphlcd-base-0.1.5-r1.ebuild:
40 + cleanup; quoting fixed
41
42 *graphlcd-base-0.1.5-r1 (28 Jun 2007)
43
44
45
46
47 1.4 app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild?r1=1.3&r2=1.4
52
53 Index: graphlcd-base-0.1.5.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- graphlcd-base-0.1.5.ebuild 11 Apr 2007 14:20:03 -0000 1.3
60 +++ graphlcd-base-0.1.5.ebuild 1 Jan 2008 11:49:47 -0000 1.4
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2007 Gentoo Foundation
63 +# Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild,v 1.3 2007/04/11 14:20:03 welp Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild,v 1.4 2008/01/01 11:49:47 hd_brummy Exp $
67
68 inherit eutils flag-o-matic multilib
69
70 @@ -21,18 +21,18 @@
71
72 src_unpack() {
73
74 - unpack ${A}
75 - cd ${S}
76 + unpack "${A}"
77 + cd "${S}"
78
79 sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:"
80 - epatch ${FILESDIR}/${P}-nostrip.patch
81 + epatch "${FILESDIR}/${P}-nostrip.patch"
82
83 use !truetype && sed -i "s:HAVE_FREETYPE2:#HAVE_FREETYPE2:" Make.config
84 }
85
86 src_install() {
87
88 - make DESTDIR=${D}/usr LIBDIR=${D}/usr/$(get_libdir) install || die "make install failed"
89 + make DESTDIR="${D}"/usr LIBDIR="${D}"/usr/$(get_libdir) install || die "make install failed"
90
91 insinto /etc
92 doins graphlcd.conf
93
94
95
96 1.2 app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild?rev=1.2&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild?rev=1.2&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild?r1=1.1&r2=1.2
101
102 Index: graphlcd-base-0.1.5-r1.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild,v
105 retrieving revision 1.1
106 retrieving revision 1.2
107 diff -u -r1.1 -r1.2
108 --- graphlcd-base-0.1.5-r1.ebuild 28 Jun 2007 17:28:07 -0000 1.1
109 +++ graphlcd-base-0.1.5-r1.ebuild 1 Jan 2008 11:49:47 -0000 1.2
110 @@ -1,6 +1,6 @@
111 -# Copyright 1999-2007 Gentoo Foundation
112 +# Copyright 1999-2008 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild,v 1.1 2007/06/28 17:28:07 hd_brummy Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild,v 1.2 2008/01/01 11:49:47 hd_brummy Exp $
116
117 inherit eutils flag-o-matic multilib
118
119 @@ -22,21 +22,21 @@
120
121 src_unpack() {
122
123 - unpack ${A}
124 - cd ${S}
125 + unpack "${A}"
126 + cd "${S}"
127
128 sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:"
129 - epatch ${FILESDIR}/${P}-nostrip.patch
130 + epatch "${FILESDIR}/${P}-nostrip.patch"
131
132 use !truetype && sed -i "s:HAVE_FREETYPE2:#HAVE_FREETYPE2:" Make.config
133
134 - use unicode && epatch ${WORKDIR}/${P}_utf8.diff && \
135 + use unicode && epatch "${WORKDIR}/${P}_utf8.diff" && \
136 sed -i "s:#HAVE_FREETYPE2:HAVE_FREETYPE2:" Make.config
137 }
138
139 src_install() {
140
141 - make DESTDIR=${D}/usr LIBDIR=${D}/usr/$(get_libdir) install || die "make install failed"
142 + make DESTDIR="${D}"/usr LIBDIR="${D}"/usr/$(get_libdir) install || die "make install failed"
143
144 insinto /etc
145 doins graphlcd.conf
146
147
148
149 --
150 gentoo-commits@g.o mailing list