Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4-r1.ebuild ChangeLog
Date: Mon, 26 Nov 2012 23:29:29
Message-Id: 20121126232919.C56E020C65@flycatcher.gentoo.org
1 floppym 12/11/26 23:29:19
2
3 Modified: bbdate-0.2.4-r1.ebuild ChangeLog
4 Log:
5 Remove references to helvitica font. Thanks to jer for the idea. Bug 395353.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.5 x11-misc/bbdate/bbdate-0.2.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: bbdate-0.2.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- bbdate-0.2.4-r1.ebuild 25 Nov 2012 09:50:59 -0000 1.4
23 +++ bbdate-0.2.4-r1.ebuild 26 Nov 2012 23:29:19 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.4 2012/11/25 09:50:59 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.5 2012/11/26 23:29:19 floppym Exp $
29
30 inherit eutils autotools
31
32 @@ -13,13 +13,13 @@
33 KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
34 IUSE=""
35
36 -DEPEND=""
37 -RDEPEND="media-fonts/font-adobe-100dpi"
38 -
39 src_unpack() {
40 unpack ${A}
41 cd "${S}"
42 epatch "${FILESDIR}"/${P}-as-needed.patch
43 + sed -i \
44 + -e 's|-helvetica-|-*-|g' \
45 + resource.cc data/${PN}.{nobb,style} || die
46 eautoreconf
47 }
48
49
50
51
52 1.22 x11-misc/bbdate/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/ChangeLog?rev=1.22&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/ChangeLog?rev=1.22&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/ChangeLog?r1=1.21&r2=1.22
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v
61 retrieving revision 1.21
62 retrieving revision 1.22
63 diff -u -r1.21 -r1.22
64 --- ChangeLog 25 Nov 2012 09:51:00 -0000 1.21
65 +++ ChangeLog 26 Nov 2012 23:29:19 -0000 1.22
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-misc/bbdate
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.21 2012/11/25 09:51:00 xarthisius Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.22 2012/11/26 23:29:19 floppym Exp $
71 +
72 + 26 Nov 2012; Mike Gilbert <floppym@g.o> bbdate-0.2.4-r1.ebuild:
73 + Remove references to helvitica font. Thanks to jer for the idea. Bug 395353.
74
75 25 Nov 2012; Kacper Kowalik <xarthisius@g.o> bbdate-0.2.4-r1.ebuild,
76 bbdate-0.2.4.ebuild: