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 1PuCx1-0007iv-6f for garchives@archives.gentoo.org; Mon, 28 Feb 2011 23:56:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4942DE0512; Mon, 28 Feb 2011 23:55:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0925AE0512 for ; Mon, 28 Feb 2011 23:55:49 +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 15FA81B413B for ; Mon, 28 Feb 2011 23:55:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 665) id AE6C720054; Mon, 28 Feb 2011 23:55:42 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/xbill: xbill-2.1-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xbill-2.1-r2.ebuild ChangeLog X-VCS-Directories: games-arcade/xbill X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: <20110228235542.AE6C720054@flycatcher.gentoo.org> Date: Mon, 28 Feb 2011 23:55:42 +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: X-Archives-Hash: 33e86c038b49cb53e76cdbd91f9d71ac mr_bones_ 11/02/28 23:55:42 Modified: xbill-2.1-r2.ebuild ChangeLog Log: EAPI=3D2; slot gtk+ dep =20 (Portage version: 2.1.9.25/cvs/Linux i686) Revision Changes Path 1.8 games-arcade/xbill/xbill-2.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill= /xbill-2.1-r2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill= /xbill-2.1-r2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill= /xbill-2.1-r2.ebuild?r1=3D1.7&r2=3D1.8 Index: xbill-2.1-r2.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/games-arcade/xbill/xbill-2.1-r2.ebuild,= v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xbill-2.1-r2.ebuild 4 Sep 2008 21:22:44 -0000 1.7 +++ xbill-2.1-r2.ebuild 28 Feb 2011 23:55:42 -0000 1.8 @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuil= d,v 1.7 2008/09/04 21:22:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuil= d,v 1.8 2011/02/28 23:55:42 mr_bones_ Exp $ =20 +EAPI=3D2 inherit eutils autotools games =20 DESCRIPTION=3D"A game about an evil hacker called Bill!" @@ -13,31 +14,27 @@ KEYWORDS=3D"alpha amd64 ppc x86" IUSE=3D"gtk" =20 -RDEPEND=3D"gtk? ( =3Dx11-libs/gtk+-2* ) +RDEPEND=3D"gtk? ( x11-libs/gtk+:2 ) !gtk? ( x11-libs/libXaw )" DEPEND=3D"${RDEPEND} dev-util/pkgconfig" =20 -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch \ "${FILESDIR}"/${P}-gtk2.patch \ "${FILESDIR}"/${P}-gentoo.patch eautoreconf } =20 -src_compile() { +src_configure() { egamesconf \ --disable-motif \ $(use_enable gtk) \ - $(use_enable !gtk athena) \ - || die - emake || die "emake failed" + $(use_enable !gtk athena) } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "emake install failed" + emake DESTDIR=3D"${D}" install || die newicon pixmaps/icon.xpm ${PN}.xpm make_desktop_entry ${PN} XBill ${PN} dodoc ChangeLog README 1.21 games-arcade/xbill/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill= /ChangeLog?rev=3D1.21&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill= /ChangeLog?rev=3D1.21&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill= /ChangeLog?r1=3D1.20&r2=3D1.21 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/games-arcade/xbill/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 4 Sep 2008 21:22:44 -0000 1.20 +++ ChangeLog 28 Feb 2011 23:55:42 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xbill -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.20 2= 008/09/04 21:22:44 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.21 2= 011/02/28 23:55:42 mr_bones_ Exp $ + + 28 Feb 2011; Michael Sterrett xbill-2.1-r2.ebui= ld: + EAPI=3D2; slot gtk+ dep =20 04 Sep 2008; Michael Sterrett +files/xbill-2.1-gentoo.patch, xbill-2.1-r2.ebuild: