Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbutton: ChangeLog wmbutton-0.6.1.ebuild
Date: Sun, 13 Jan 2008 07:05:00
Message-Id: E1JDwbm-0006AL-66@stork.gentoo.org
1 drac 08/01/13 06:46:14
2
3 Modified: ChangeLog
4 Added: wmbutton-0.6.1.ebuild
5 Log:
6 version bump and amd64 stable wrt #150645
7 (Portage version: 2.1.4, RepoMan options: --force)
8
9 Revision Changes Path
10 1.12 x11-plugins/wmbutton/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbutton/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbutton/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbutton/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 22 Jul 2007 05:20:32 -0000 1.11
23 +++ ChangeLog 13 Jan 2008 06:46:13 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmbutton
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.11 2007/07/22 05:20:32 dberkholz Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.12 2008/01/13 06:46:13 drac Exp $
30 +
31 +*wmbutton-0.6.1 (13 Jan 2008)
32 +
33 + 13 Jan 2008; Samuli Suominen <drac@g.o>
34 + +files/wmbutton-0.6.1-Makefile.patch, +wmbutton-0.6.1.ebuild:
35 + Version bump and amd64 stable because of #150645.
36
37 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; wmbutton-0.5.ebuild:
38 Drop virtual/x11 references.
39
40
41
42 1.1 x11-plugins/wmbutton/wmbutton-0.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmbutton-0.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild,v 1.1 2008/01/13 06:46:13 drac Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="a dockapp application that displays nine configurable buttons."
56 HOMEPAGE="http://www.freshports.org/x11/wmbutton"
57 SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz
58 branding? ( mirror://gentoo/${PN}-buttons.xpm )"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="amd64 ~ppc ~sparc ~x86"
63 IUSE="branding"
64
65 RDEPEND="x11-libs/libX11
66 x11-libs/libXpm
67 x11-libs/libXext"
68 DEPEND="${RDEPEND}
69 x11-proto/xextproto
70 x11-proto/xproto"
71
72 src_unpack() {
73 unpack ${P}.tar.gz
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-Makefile.patch
76 use branding && cp ${DISTDIR}/${PN}-buttons.xpm buttons.xpm
77 }
78
79 src_compile() {
80 emake CC="$(tc-getCC)" || die "emake failed."
81 }
82
83 src_install() {
84 dobin ${PN}
85 dodoc README
86 use branding && dodoc "${FILESDIR}"/sample.wmbutton
87 use branding || newdoc .wmbutton sample.wmbutton
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list