Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmacpi: ChangeLog wmacpi-2.2_rc1.ebuild wmacpi-1.99_p7.ebuild
Date: Fri, 01 Feb 2008 15:13:05
Message-Id: E1JKxZd-0000jj-Od@stork.gentoo.org
1 s4t4n 08/02/01 15:13:01
2
3 Modified: ChangeLog
4 Added: wmacpi-2.2_rc1.ebuild
5 Removed: wmacpi-1.99_p7.ebuild
6 Log:
7 Version bump, plus support for crosscompile, LDFLAGS, etc. Closes bug #207916. Wiped out older version.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.22 x11-plugins/wmacpi/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 4 Mar 2007 20:13:48 -0000 1.21
24 +++ ChangeLog 1 Feb 2008 15:13:01 -0000 1.22
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-plugins/wmacpi
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.21 2007/03/04 20:13:48 peper Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.22 2008/02/01 15:13:01 s4t4n Exp $
31 +
32 +*wmacpi-2.2_rc1 (01 Feb 2008)
33 +
34 + 01 Feb 2008; Michele Noberasco <s4t4n@g.o> wmacpi-2.2_rc1.ebuild:
35 + Version bump, plus fixes for crosscompile, LDFLAGS, etc. Closes bug #207916.
36 + wmacpi-1.99_p7.ebuild:
37 + Wiped out older version.
38
39 04 Mar 2007; Piotr JaroszyƄski <peper@g.o> wmacpi-1.99_p7.ebuild,
40 wmacpi-2.1_rc1.ebuild:
41
42
43
44 1.1 x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wmacpi-2.2_rc1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild,v 1.1 2008/02/01 15:13:01 s4t4n Exp $
54
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="WMaker DockApp: ACPI status monitor for laptops"
58 HOMEPAGE="http://himi.org/wmacpi/"
59 MY_PV="${PV/_}"
60 MY_P="${PN}-${MY_PV}"
61 S="${WORKDIR}/${MY_P}"
62 SRC_URI="http://himi.org/wmacpi/download/${MY_P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 -ppc -sparc ~x86"
67 IUSE=""
68
69 DEPEND="x11-libs/libdockapp
70 x11-libs/libX11"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 # acpi and acpi.1 conflict with sys-power/acpi - Bug #60685
76 mv acpi.c acpi-batt-status.c
77 mv acpi.1 acpi-batt-status.1
78 epatch "${FILESDIR}"/${P}-makefile.patch
79 }
80
81 src_compile() {
82 emake CC="$(tc-getCC)" OPT="${CFLAGS}" || die "compile failed"
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "install failed"
87 dodoc AUTHORS ChangeLog README TODO
88 }
89
90 pkg_postinst() {
91 elog "The command-line utility are corresponding manpage are installed"
92 elog "as acpi-batt-status to prevent collisions with sys-power/acpi"
93 }
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list