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 1Ol6NG-0002cS-73 for garchives@archives.gentoo.org; Mon, 16 Aug 2010 20:33:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC48BE093E; Mon, 16 Aug 2010 20:33:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B9F7E093E for ; Mon, 16 Aug 2010 20:33:37 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C11321B40F4 for ; Mon, 16 Aug 2010 20:33:36 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2253) id D335B2CE15; Mon, 16 Aug 2010 20:33:35 +0000 (UTC) From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-candido: gtk-engines-candido-0.9.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gtk-engines-candido-0.9.1.ebuild ChangeLog X-VCS-Directories: x11-themes/gtk-engines-candido X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: <20100816203335.D335B2CE15@corvid.gentoo.org> Date: Mon, 16 Aug 2010 20:33:35 +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: 6d8884a8-365e-40f3-8291-6370e138a973 X-Archives-Hash: fa226419778421d351de17dadef6c8a0 abcd 10/08/16 20:33:35 Modified: gtk-engines-candido-0.9.1.ebuild ChangeLog Log: Transfer prefix keywords, bump to EAPI=3D3, use slot dep for x11-libs/g= tk+ =20 (Portage version: v2.2_rc67-475-g06c7c90/cvs/Linux i686) Revision Changes Path 1.4 x11-themes/gtk-engines-candido/gtk-engines-candido-0= .9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-eng= ines-candido/gtk-engines-candido-0.9.1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-eng= ines-candido/gtk-engines-candido-0.9.1.ebuild?rev=3D1.4&content-type=3Dte= xt/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-eng= ines-candido/gtk-engines-candido-0.9.1.ebuild?r1=3D1.3&r2=3D1.4 Index: gtk-engines-candido-0.9.1.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/x11-themes/gtk-engines-candido/gtk-engi= nes-candido-0.9.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtk-engines-candido-0.9.1.ebuild 18 Dec 2008 10:38:13 -0000 1.3 +++ gtk-engines-candido-0.9.1.ebuild 16 Aug 2010 20:33:35 -0000 1.4 @@ -1,6 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-en= gines-candido-0.9.1.ebuild,v 1.3 2008/12/18 10:38:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-en= gines-candido-0.9.1.ebuild,v 1.4 2010/08/16 20:33:35 abcd Exp $ + +EAPI=3D3 +inherit autotools =20 MY_P=3Dcandido-engine-${PV} =20 @@ -10,18 +13,21 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64 x86" +KEYWORDS=3D"~amd64 x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE=3D"" =20 -RDEPEND=3D">=3Dx11-libs/gtk+-2.8" +RDEPEND=3D">=3Dx11-libs/gtk+-2.8:2" DEPEND=3D"${RDEPEND} dev-util/pkgconfig" =20 S=3D${WORKDIR}/${MY_P} =20 -src_compile() { +src_prepare() { + eautoreconf # required for interix +} + +src_configure() { econf --disable-dependency-tracking --enable-animation - emake || die "emake failed." } =20 src_install() { 1.4 x11-themes/gtk-engines-candido/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-eng= ines-candido/ChangeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-eng= ines-candido/ChangeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-eng= ines-candido/ChangeLog?r1=3D1.3&r2=3D1.4 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/x11-themes/gtk-engines-candido/ChangeLo= g,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 18 Dec 2008 10:38:13 -0000 1.3 +++ ChangeLog 16 Aug 2010 20:33:35 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-candido -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/Change= Log,v 1.3 2008/12/18 10:38:13 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/Change= Log,v 1.4 2010/08/16 20:33:35 abcd Exp $ + + 16 Aug 2010; Jonathan Callen + gtk-engines-candido-0.9.1.ebuild: + Transfer prefix keywords, bump to EAPI=3D3, use slot dep for x11-libs/= gtk+ =20 18 Dec 2008; gtk-engines-candido-0.9.1.ebuild: x86 stable by request of Josh Saddler (nightmorph)