Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbio: wmbio-1.02.ebuild ChangeLog
Date: Tue, 09 Feb 2010 15:00:23
Message-Id: E1NerZd-00040V-VV@stork.gentoo.org
1 yngwin 10/02/09 15:00:21
2
3 Modified: wmbio-1.02.ebuild ChangeLog
4 Log:
5 Fix typo (bug 299547). Migrate to eapi-2.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 x11-plugins/wmbio/wmbio-1.02.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?r1=1.10&r2=1.11
14
15 Index: wmbio-1.02.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- wmbio-1.02.ebuild 25 Nov 2008 23:33:51 -0000 1.10
22 +++ wmbio-1.02.ebuild 9 Feb 2010 15:00:21 -0000 1.11
23 @@ -1,10 +1,11 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.10 2008/11/25 23:33:51 tcunha Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.11 2010/02/09 15:00:21 yngwin Exp $
29
30 +EAPI=2
31 inherit eutils
32
33 -DESCRIPTION="a Window Maker applet that shows your biorhythm"
34 +DESCRIPTION="A Window Maker applet that shows your biorhythm"
35 SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz"
36 HOMEPAGE="http://wmbio.sourceforge.net/"
37
38 @@ -21,18 +22,16 @@
39
40 S=${WORKDIR}/${P}/src
41
42 -src_unpack() {
43 - unpack ${A}
44 - cd "${S}"
45 +src_prepare() {
46 # Honour Gentoo CFLAGS
47 epatch "${FILESDIR}"/${PN}-Makefile.patch
48 }
49
50 src_compile() {
51 - emake || die "emake failed."
52 + emake || die "emake failed"
53 }
54
55 src_install () {
56 - dobin wmbio || die "dobin failed."
57 - dodoc ../{AUTHORS,ChangeLog,NEWS,README}
58 + dobin wmbio || die "dobin failed"
59 + dodoc ../{AUTHORS,Changelog,NEWS,README} || die
60 }
61
62
63
64 1.15 x11-plugins/wmbio/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/ChangeLog?rev=1.15&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/ChangeLog?rev=1.15&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/ChangeLog?r1=1.14&r2=1.15
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v
73 retrieving revision 1.14
74 retrieving revision 1.15
75 diff -u -r1.14 -r1.15
76 --- ChangeLog 25 Nov 2008 23:33:51 -0000 1.14
77 +++ ChangeLog 9 Feb 2010 15:00:21 -0000 1.15
78 @@ -1,6 +1,9 @@
79 # ChangeLog for x11-plugins/wmbio
80 -# Copyright 2001-2008 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.14 2008/11/25 23:33:51 tcunha Exp $
82 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.15 2010/02/09 15:00:21 yngwin Exp $
84 +
85 + 09 Feb 2010; Ben de Groot <yngwin@g.o> wmbio-1.02.ebuild:
86 + Fix typo (bug 299547). Migrate to eapi-2.
87
88 25 Nov 2008; Tiago Cunha <tcunha@g.o> wmbio-1.02.ebuild:
89 stable sparc, bug 215651