Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/plan: plan-1.9.ebuild ChangeLog
Date: Wed, 28 May 2008 20:45:38
Message-Id: E1K1SWc-0002lj-Ta@stork.gentoo.org
1 maekke 08/05/28 20:45:34
2
3 Modified: plan-1.9.ebuild ChangeLog
4 Log:
5 QA cleanup: add quotes, make -> emake, don't hardcode gcc (bug #213902) and add ~amd64 (bug #222213)
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.5 app-office/plan/plan-1.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/plan-1.9.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/plan-1.9.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/plan-1.9.ebuild?r1=1.4&r2=1.5
14
15 Index: plan-1.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- plan-1.9.ebuild 25 Jan 2007 05:35:51 -0000 1.4
22 +++ plan-1.9.ebuild 28 May 2008 20:45:34 -0000 1.5
23 @@ -1,6 +1,6 @@
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/app-office/plan/plan-1.9.ebuild,v 1.4 2007/01/25 05:35:51 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v 1.5 2008/05/28 20:45:34 maekke Exp $
29
30 inherit eutils
31
32 @@ -20,26 +20,27 @@
33
34 src_unpack() {
35 unpack ${A}
36 - epatch ${WORKDIR}/${P}-errno.patch
37 - epatch ${WORKDIR}/${P}-gentoo.patch
38 - epatch ${WORKDIR}/${P}-webplan.patch
39 + epatch "${WORKDIR}"/${P}-errno.patch
40 + epatch "${WORKDIR}"/${P}-gentoo.patch
41 + epatch "${WORKDIR}"/${P}-webplan.patch
42 + epatch "${FILESDIR}"/makefile.patch
43 }
44
45 src_compile() {
46 - make SHARE=/usr/share/plan linux || die "make failed"
47 + emake CC=$(tc-getCC) SHARE=/usr/share/plan linux || die
48 }
49
50 src_install() {
51 - make \
52 - DESTDIR=${D} \
53 + emake \
54 + DESTDIR="${D}" \
55 SHARE=/usr/share/plan \
56 install || die "install failed"
57 keepdir /usr/share/plan/netplan.dir
58
59 - cd ${S}/..
60 + cd "${S}"/..
61 dodoc HISTORY README || die "dodoc failed"
62
63 - cd ${S}/../misc
64 + cd "${S}"/../misc
65 doman netplan.1 plan.1 plan.4 || die "doman failed"
66
67 insinto /usr/share/${PN}/misc
68 @@ -48,7 +49,7 @@
69 exeinto /usr/share/${PN}/misc
70 doexe Killpland cvs vsc msschedule2plan plan2vcs || die "misc files install failed"
71
72 - cd ${S}/../web
73 + cd "${S}"/../web
74 insinto /usr/share/${PN}/web
75 doins help.html bottom.html cgi-lib.pl common.pl holiday_webplan rtsban.jpg \
76 || die "webplan install failed"
77 @@ -61,6 +62,6 @@
78 elog " Check /usr/share/${PN}/holiday for examples to set your"
79 elog " ~/.holiday according to your country."
80 elog
81 - elog " WebPlan 1.8 can be found in /usr/share/${PN}/web."
82 + elog " WebPlan ${PV} can be found in /usr/share/${PN}/web."
83 elog
84 }
85
86
87
88 1.16 app-office/plan/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/ChangeLog?rev=1.16&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/ChangeLog?rev=1.16&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/ChangeLog?r1=1.15&r2=1.16
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v
97 retrieving revision 1.15
98 retrieving revision 1.16
99 diff -u -r1.15 -r1.16
100 --- ChangeLog 21 Apr 2008 16:58:51 -0000 1.15
101 +++ ChangeLog 28 May 2008 20:45:34 -0000 1.16
102 @@ -1,6 +1,11 @@
103 # ChangeLog for app-office/plan
104 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.15 2008/04/21 16:58:51 phreak Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.16 2008/05/28 20:45:34 maekke Exp $
107 +
108 + 28 May 2008; Markus Meier <maekke@g.o> +files/makefile.patch,
109 + plan-1.9.ebuild:
110 + QA cleanup: add quotes, make -> emake, don't hardcode gcc (bug #213902)
111 + and add ~amd64 (bug #222213)
112
113 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
114 Fix up metadata.xml. If there's no maintainer for the package, the metadata
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list