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/bbacpi: bbacpi-0.1.5-r1.ebuild bbacpi-0.1.5-r2.ebuild ChangeLog
Date: Sun, 25 Nov 2012 10:15:29
Message-Id: 20121125101504.1E39120C65@flycatcher.gentoo.org
1 xarthisius 12/11/25 10:15:04
2
3 Modified: bbacpi-0.1.5-r1.ebuild ChangeLog
4 Added: bbacpi-0.1.5-r2.ebuild
5 Log:
6 Fix buffer overflows wrt #338936 by Diego Elio Pettenò <flameeyes@g.o>. Thanks to Kevin Pyle for patch. Add missing dependency on helvetica font. 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.4 x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: bbacpi-0.1.5-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- bbacpi-0.1.5-r1.ebuild 16 Apr 2011 17:21:32 -0000 1.3
24 +++ bbacpi-0.1.5-r1.ebuild 25 Nov 2012 10:15:03 -0000 1.4
25 @@ -1,8 +1,9 @@
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/bbacpi/bbacpi-0.1.5-r1.ebuild,v 1.3 2011/04/16 17:21:32 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild,v 1.4 2012/11/25 10:15:03 xarthisius Exp $
31
32 EAPI=2
33 +
34 inherit eutils
35
36 DESCRIPTION="ACPI monitor for X11"
37 @@ -19,6 +20,8 @@
38 x11-misc/xdialog
39 sys-power/acpi
40 sys-power/acpid"
41 +RDEPEND="${DEPEND}
42 + media-fonts/font-adobe-100dpi"
43
44 src_prepare() {
45 epatch "${FILESDIR}"/${P}-noextraquals.diff
46
47
48
49 1.12 x11-misc/bbacpi/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/ChangeLog?rev=1.12&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/ChangeLog?rev=1.12&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/ChangeLog?r1=1.11&r2=1.12
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v
58 retrieving revision 1.11
59 retrieving revision 1.12
60 diff -u -r1.11 -r1.12
61 --- ChangeLog 16 Apr 2011 17:21:32 -0000 1.11
62 +++ ChangeLog 25 Nov 2012 10:15:03 -0000 1.12
63 @@ -1,6 +1,14 @@
64 # ChangeLog for x11-misc/bbacpi
65 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.11 2011/04/16 17:21:32 ulm Exp $
67 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.12 2012/11/25 10:15:03 xarthisius Exp $
69 +
70 +*bbacpi-0.1.5-r2 (25 Nov 2012)
71 +
72 + 25 Nov 2012; Kacper Kowalik <xarthisius@g.o> +bbacpi-0.1.5-r2.ebuild,
73 + +files/bbacpi-0.1.5-overflows.diff, bbacpi-0.1.5-r1.ebuild:
74 + Fix buffer overflows wrt #338936 by Diego Elio Pettenò <flameeyes@g.o>.
75 + Thanks to Kevin Pyle for patch. Add missing dependency on helvetica font.
76 + Thanks to James Cloos <cloos@×××××××.com> for providing solution
77
78 16 Apr 2011; Ulrich Mueller <ulm@g.o> bbacpi-0.1.5-r1.ebuild:
79 Remove bogus dependency on virtual/blackbox, bug 358825.
80 @@ -48,4 +56,3 @@
81 14 Jun 2005; Jonathan Smith <smithj@g.o> +metadata.xml,
82 +bbacpi-0.1.3.ebuild:
83 initial commit to fix #75980
84 -
85
86
87
88 1.1 x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild?rev=1.1&content-type=text/plain
92
93 Index: bbacpi-0.1.5-r2.ebuild
94 ===================================================================
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild,v 1.1 2012/11/25 10:15:03 xarthisius Exp $
98
99 EAPI=4
100
101 inherit autotools eutils
102
103 DESCRIPTION="ACPI monitor for X11"
104 HOMEPAGE="http://bbacpi.sourceforge.net"
105 SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz"
106
107 LICENSE="GPL-2"
108 SLOT="0"
109 KEYWORDS="~amd64 ~x86"
110 IUSE=""
111
112 DEPEND="x11-libs/libX11
113 media-libs/imlib
114 x11-misc/xdialog
115 sys-power/acpi
116 sys-power/acpid"
117 RDEPEND="${DEPEND}
118 media-fonts/font-adobe-100dpi"
119
120 DOCS=( AUTHORS ChangeLog README )
121
122 src_prepare() {
123 epatch "${FILESDIR}"/${P}-noextraquals.diff \
124 "${FILESDIR}"/${P}-overflows.diff
125 eautoreconf
126 }