From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K1SWf-00073c-GG for garchives@archives.gentoo.org; Wed, 28 May 2008 20:45:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C787BE0515; Wed, 28 May 2008 20:45:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 737CDE0515 for ; Wed, 28 May 2008 20:45:36 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 096C9679B3 for ; Wed, 28 May 2008 20:45:36 +0000 (UTC) Received: from maekke by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K1SWc-0002lj-Ta for gentoo-commits@lists.gentoo.org; Wed, 28 May 2008 20:45:34 +0000 From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/plan: plan-1.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: plan-1.9.ebuild ChangeLog X-VCS-Directories: app-office/plan X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Meier Date: Wed, 28 May 2008 20:45:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fd0668a6-1711-466e-ba1e-263712db9a11 X-Archives-Hash: c947eb958e5520274eb5193bfa7aa4ec maekke 08/05/28 20:45:34 Modified: plan-1.9.ebuild ChangeLog Log: QA cleanup: add quotes, make -> emake, don't hardcode gcc (bug #213902)= and add ~amd64 (bug #222213) (Portage version: 2.1.5.2) Revision Changes Path 1.5 app-office/plan/plan-1.9.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/pl= an-1.9.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/pl= an-1.9.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/pl= an-1.9.ebuild?r1=3D1.4&r2=3D1.5 Index: plan-1.9.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plan-1.9.ebuild 25 Jan 2007 05:35:51 -0000 1.4 +++ plan-1.9.ebuild 28 May 2008 20:45:34 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v 1.4= 2007/01/25 05:35:51 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v 1.5= 2008/05/28 20:45:34 maekke Exp $ =20 inherit eutils =20 @@ -20,26 +20,27 @@ =20 src_unpack() { unpack ${A} - epatch ${WORKDIR}/${P}-errno.patch - epatch ${WORKDIR}/${P}-gentoo.patch - epatch ${WORKDIR}/${P}-webplan.patch + epatch "${WORKDIR}"/${P}-errno.patch + epatch "${WORKDIR}"/${P}-gentoo.patch + epatch "${WORKDIR}"/${P}-webplan.patch + epatch "${FILESDIR}"/makefile.patch } =20 src_compile() { - make SHARE=3D/usr/share/plan linux || die "make failed" + emake CC=3D$(tc-getCC) SHARE=3D/usr/share/plan linux || die } =20 src_install() { - make \ - DESTDIR=3D${D} \ + emake \ + DESTDIR=3D"${D}" \ SHARE=3D/usr/share/plan \ install || die "install failed" keepdir /usr/share/plan/netplan.dir =20 - cd ${S}/.. + cd "${S}"/.. dodoc HISTORY README || die "dodoc failed" =20 - cd ${S}/../misc + cd "${S}"/../misc doman netplan.1 plan.1 plan.4 || die "doman failed" =20 insinto /usr/share/${PN}/misc @@ -48,7 +49,7 @@ exeinto /usr/share/${PN}/misc doexe Killpland cvs vsc msschedule2plan plan2vcs || die "misc files ins= tall failed" =20 - cd ${S}/../web + cd "${S}"/../web insinto /usr/share/${PN}/web doins help.html bottom.html cgi-lib.pl common.pl holiday_webplan rtsban= .jpg \ || die "webplan install failed" @@ -61,6 +62,6 @@ elog " Check /usr/share/${PN}/holiday for examples to set your" elog " ~/.holiday according to your country." elog - elog " WebPlan 1.8 can be found in /usr/share/${PN}/web." + elog " WebPlan ${PV} can be found in /usr/share/${PN}/web." elog } 1.16 app-office/plan/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/Ch= angeLog?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/Ch= angeLog?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/plan/Ch= angeLog?r1=3D1.15&r2=3D1.16 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 21 Apr 2008 16:58:51 -0000 1.15 +++ ChangeLog 28 May 2008 20:45:34 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for app-office/plan # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.15 2008= /04/21 16:58:51 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.16 2008= /05/28 20:45:34 maekke Exp $ + + 28 May 2008; Markus Meier +files/makefile.patch, + plan-1.9.ebuild: + QA cleanup: add quotes, make -> emake, don't hardcode gcc (bug #213902= ) + and add ~amd64 (bug #222213) =20 21 Apr 2008; Christian Heim metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the met= adata --=20 gentoo-commits@lists.gentoo.org mailing list