From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PTzDM-0002Xz-FJ for garchives@archives.gentoo.org; Sat, 18 Dec 2010 16:00:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 365A1E073B; Sat, 18 Dec 2010 16:00:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EAB92E073B for ; Sat, 18 Dec 2010 16:00:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C9CD1B4077 for ; Sat, 18 Dec 2010 16:00:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id EB8A020054; Sat, 18 Dec 2010 16:00:46 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.7.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: orage-4.7.5.ebuild X-VCS-Directories: app-office/orage X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20101218160046.EB8A020054@flycatcher.gentoo.org> Date: Sat, 18 Dec 2010 16:00:46 +0000 (UTC) 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: ee210787-40d4-4a46-9cab-5b6ccfc23817 X-Archives-Hash: 5129ebc7e62fafc081b6b522624d354c ssuominen 10/12/18 16:00:46 Modified: orage-4.7.5.ebuild Log: tidy =20 (Portage version: 2.2.0_alpha9/cvs/Linux x86_64) Revision Changes Path 1.3 app-office/orage/orage-4.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/o= rage-4.7.5.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/o= rage-4.7.5.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/o= rage-4.7.5.ebuild?r1=3D1.2&r2=3D1.3 Index: orage-4.7.5.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/orage/orage-4.7.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- orage-4.7.5.ebuild 19 Apr 2010 15:40:11 -0000 1.2 +++ orage-4.7.5.ebuild 18 Dec 2010 16:00:46 -0000 1.3 @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v= 1.2 2010/04/19 15:40:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v= 1.3 2010/12/18 16:00:46 ssuominen Exp $ =20 -EAPI=3D2 +EAPI=3D3 EAUTORECONF=3Dyes inherit flag-o-matic xfconf =20 -DESCRIPTION=3D"Calendar suite for Xfce4" +DESCRIPTION=3D"Xfce's calendar suite (with panel plug-in)" HOMEPAGE=3D"http://www.xfce.org/projects/orage/" SRC_URI=3D"mirror://xfce/src/apps/${PN}/4.7/${P}.tar.bz2" =20 @@ -26,17 +26,20 @@ dev-util/pkgconfig dev-util/intltool" =20 -# source of 4.7.5 unpacks into 4.7.5.16. S=3D${WORKDIR}/${P}.16 =20 pkg_setup() { - XFCONF=3D"--disable-dependency-tracking + PATCHES=3D( "${FILESDIR}"/${P}-asneeded.patch ) + + XFCONF=3D( + --disable-dependency-tracking $(use_enable dbus) $(use_enable libnotify) $(use_with berkdb bdb4) - $(xfconf_use_debug)" + $(xfconf_use_debug) + ) + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" - PATCHES=3D( "${FILESDIR}/${P}-asneeded.patch" ) } =20 src_configure() {