Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbacpi: bbacpi-0.1.5-r2.ebuild ChangeLog
Date: Wed, 02 Jul 2014 00:15:43
Message-Id: 20140702001538.82B422004E@flycatcher.gentoo.org
1 jer 14/07/02 00:15:38
2
3 Modified: bbacpi-0.1.5-r2.ebuild ChangeLog
4 Log:
5 Clean up patch. Tidy ebuild.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: bbacpi-0.1.5-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bbacpi-0.1.5-r2.ebuild 25 Nov 2012 10:15:03 -0000 1.1
23 +++ bbacpi-0.1.5-r2.ebuild 2 Jul 2014 00:15:38 -0000 1.2
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 -
30 -EAPI=4
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild,v 1.2 2014/07/02 00:15:38 jer Exp $
32
33 +EAPI=5
34 inherit autotools eutils
35
36 DESCRIPTION="ACPI monitor for X11"
37 @@ -13,20 +12,24 @@
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42
43 -DEPEND="x11-libs/libX11
44 +DEPEND="
45 media-libs/imlib
46 - x11-misc/xdialog
47 sys-power/acpi
48 - sys-power/acpid"
49 -RDEPEND="${DEPEND}
50 - media-fonts/font-adobe-100dpi"
51 + sys-power/acpid
52 + x11-libs/libX11
53 + x11-misc/xdialog
54 +"
55 +RDEPEND="
56 + ${DEPEND}
57 + media-fonts/font-adobe-100dpi
58 +"
59
60 DOCS=( AUTHORS ChangeLog README )
61
62 src_prepare() {
63 - epatch "${FILESDIR}"/${P}-noextraquals.diff \
64 + epatch \
65 + "${FILESDIR}"/${P}-noextraquals.diff \
66 "${FILESDIR}"/${P}-overflows.diff
67 eautoreconf
68 }
69
70
71
72 1.13 x11-misc/bbacpi/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/ChangeLog?rev=1.13&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/ChangeLog?rev=1.13&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbacpi/ChangeLog?r1=1.12&r2=1.13
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v
81 retrieving revision 1.12
82 retrieving revision 1.13
83 diff -u -r1.12 -r1.13
84 --- ChangeLog 25 Nov 2012 10:15:03 -0000 1.12
85 +++ ChangeLog 2 Jul 2014 00:15:38 -0000 1.13
86 @@ -1,6 +1,10 @@
87 # ChangeLog for x11-misc/bbacpi
88 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.12 2012/11/25 10:15:03 xarthisius Exp $
90 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.13 2014/07/02 00:15:38 jer Exp $
92 +
93 + 02 Jul 2014; Jeroen Roovers <jer@g.o> bbacpi-0.1.5-r2.ebuild,
94 + files/bbacpi-0.1.5-noextraquals.diff:
95 + Clean up patch. Tidy ebuild.
96
97 *bbacpi-0.1.5-r2 (25 Nov 2012)