Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4.ebuild bbdate-0.2.4-r1.ebuild ChangeLog
Date: Sun, 25 Nov 2012 09:51:11
Message-Id: 20121125095100.2C51A20C65@flycatcher.gentoo.org
1 xarthisius 12/11/25 09:51:00
2
3 Modified: bbdate-0.2.4.ebuild bbdate-0.2.4-r1.ebuild
4 ChangeLog
5 Log:
6 Add missing dependency on helvetica font wrt #395353 by Agostino Sarubbo <ago@g.o>. Thanks to James Cloos <cloos@×××××××.com> for providing solution
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
9
10 Revision Changes Path
11 1.12 x11-misc/bbdate/bbdate-0.2.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild?r1=1.11&r2=1.12
16
17 Index: bbdate-0.2.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- bbdate-0.2.4.ebuild 16 Apr 2011 17:24:47 -0000 1.11
24 +++ bbdate-0.2.4.ebuild 25 Nov 2012 09:50:59 -0000 1.12
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.11 2011/04/16 17:24:47 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.12 2012/11/25 09:50:59 xarthisius Exp $
31
32 DESCRIPTION="blackbox date display"
33 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml"
34 @@ -11,6 +11,9 @@
35 KEYWORDS="ppc sparc x86 ~x86-fbsd"
36 IUSE=""
37
38 +DEPEND=""
39 +RDEPEND="media-fonts/font-adobe-100dpi"
40 +
41 src_install () {
42 make DESTDIR="${D}" install || die "make install failed"
43 dodoc README AUTHORS BUGS INSTALL ChangeLog TODO
44
45
46
47 1.4 x11-misc/bbdate/bbdate-0.2.4-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild?r1=1.3&r2=1.4
52
53 Index: bbdate-0.2.4-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- bbdate-0.2.4-r1.ebuild 11 Dec 2011 09:04:57 -0000 1.3
60 +++ bbdate-0.2.4-r1.ebuild 25 Nov 2012 09:50:59 -0000 1.4
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 +# Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.3 2011/12/11 09:04:57 phajdan.jr Exp $
66 +# $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 $
67
68 inherit eutils autotools
69
70 @@ -13,6 +13,9 @@
71 KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
72 IUSE=""
73
74 +DEPEND=""
75 +RDEPEND="media-fonts/font-adobe-100dpi"
76 +
77 src_unpack() {
78 unpack ${A}
79 cd "${S}"
80
81
82
83 1.21 x11-misc/bbdate/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/ChangeLog?rev=1.21&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/ChangeLog?rev=1.21&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbdate/ChangeLog?r1=1.20&r2=1.21
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v
92 retrieving revision 1.20
93 retrieving revision 1.21
94 diff -u -r1.20 -r1.21
95 --- ChangeLog 11 Dec 2011 09:04:57 -0000 1.20
96 +++ ChangeLog 25 Nov 2012 09:51:00 -0000 1.21
97 @@ -1,6 +1,12 @@
98 # ChangeLog for x11-misc/bbdate
99 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.20 2011/12/11 09:04:57 phajdan.jr Exp $
101 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
102 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.21 2012/11/25 09:51:00 xarthisius Exp $
103 +
104 + 25 Nov 2012; Kacper Kowalik <xarthisius@g.o> bbdate-0.2.4-r1.ebuild,
105 + bbdate-0.2.4.ebuild:
106 + Add missing dependency on helvetica font wrt #395353 by Agostino Sarubbo
107 + <ago@g.o>. Thanks to James Cloos <cloos@×××××××.com> for providing
108 + solution
109
110 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@g.o> bbdate-0.2.4-r1.ebuild:
111 x86 stable wrt bug #392841