Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/docker: docker-1.5.ebuild ChangeLog
Date: Thu, 24 Apr 2008 09:04:08
Message-Id: E1JoxN7-0007IH-OJ@stork.gentoo.org
1 omp 08/04/24 09:04:05
2
3 Modified: docker-1.5.ebuild ChangeLog
4 Log:
5 Various QA fixes by Jakub Moc. (bug #207733)
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.13 x11-plugins/docker/docker-1.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/docker/docker-1.5.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/docker/docker-1.5.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/docker/docker-1.5.ebuild?r1=1.12&r2=1.13
14
15 Index: docker-1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/docker/docker-1.5.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- docker-1.5.ebuild 22 Apr 2007 09:57:50 -0000 1.12
22 +++ docker-1.5.ebuild 24 Apr 2008 09:04:05 -0000 1.13
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/docker/docker-1.5.ebuild,v 1.12 2007/04/22 09:57:50 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/docker/docker-1.5.ebuild,v 1.13 2008/04/24 09:04:05 omp Exp $
29 +
30 +inherit eutils toolchain-funcs
31
32 DESCRIPTION="Openbox app which acts as a system tray for KDE and GNOME2"
33 HOMEPAGE="http://icculus.org/openbox/2/docker/"
34 @@ -13,10 +15,20 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
39 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
40 IUSE=""
41
42 +src_unpack() {
43 + unpack ${A}
44 + cd "${S}"
45 + epatch "${FILESDIR}/${P}-makefile.patch"
46 +}
47 +
48 +src_compile() {
49 + emake CC="$(tc-getCC)" || die "emake failed"
50 +}
51 +
52 src_install() {
53 - dobin docker
54 + emake DESTDIR="${D}" install || die "emake install failed"
55 dodoc README
56 }
57
58
59
60 1.15 x11-plugins/docker/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/docker/ChangeLog?rev=1.15&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/docker/ChangeLog?rev=1.15&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/docker/ChangeLog?r1=1.14&r2=1.15
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/docker/ChangeLog,v
69 retrieving revision 1.14
70 retrieving revision 1.15
71 diff -u -r1.14 -r1.15
72 --- ChangeLog 22 Apr 2007 09:57:50 -0000 1.14
73 +++ ChangeLog 24 Apr 2008 09:04:05 -0000 1.15
74 @@ -1,6 +1,10 @@
75 # ChangeLog for x11-plugins/docker
76 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/docker/ChangeLog,v 1.14 2007/04/22 09:57:50 corsair Exp $
78 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/docker/ChangeLog,v 1.15 2008/04/24 09:04:05 omp Exp $
80 +
81 + 24 Apr 2008; David Shakaryan <omp@g.o>
82 + +files/docker-1.5-makefile.patch, docker-1.5.ebuild:
83 + Various QA fixes by Jakub Moc. (bug #207733)
84
85 22 Apr 2007; Markus Rothe <corsair@g.o> docker-1.5.ebuild:
86 Added ~ppc64
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list