public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnubg: ChangeLog gnubg-0.14.3-r1.ebuild
Date: Tue, 10 Nov 2009 20:45:54 +0000	[thread overview]
Message-ID: <E1N7xb8-0006xI-NC@stork.gentoo.org> (raw)

ssuominen    09/11/10 20:45:54

  Modified:             ChangeLog gnubg-0.14.3-r1.ebuild
  Log:
  Remove USE arts (deprecated).
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 games-board/gnubg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	20 Aug 2009 06:44:36 -0000	1.43
+++ ChangeLog	10 Nov 2009 20:45:53 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnubg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.43 2009/08/20 06:44:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.44 2009/11/10 20:45:53 ssuominen Exp $
+
+  10 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+  gnubg-0.14.3-r1.ebuild:
+  Remove USE arts (deprecated).
 
 *gnubg-20090817 (20 Aug 2009)
 



1.15                 games-board/gnubg/gnubg-0.14.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild?r1=1.14&r2=1.15

Index: gnubg-0.14.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnubg-0.14.3-r1.ebuild	7 Aug 2009 21:09:58 -0000	1.14
+++ gnubg-0.14.3-r1.ebuild	10 Nov 2009 20:45:53 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.14 2009/08/07 21:09:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.15 2009/11/10 20:45:53 ssuominen Exp $
 
 EAPI=2
 inherit flag-o-matic eutils games
@@ -16,7 +16,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="arts esd gdbm gtk guile nas nls opengl python readline X"
+IUSE="esd gdbm gtk guile nas nls opengl python readline X"
 
 # test fail - bug #132002
 RESTRICT="test"
@@ -25,7 +25,6 @@
 RDEPEND=">=media-libs/freetype-2
 	media-libs/libpng
 	dev-libs/libxml2
-	arts? ( kde-base/arts )
 	esd? ( media-sound/esound )
 	gdbm? ( sys-libs/gdbm )
 	=dev-libs/glib-2*
@@ -77,8 +76,8 @@
 	else
 		myconf="${myconf} --without-gtk --disable-gtktest --without-board3d"
 	fi
-	if use arts || use esd ; then
-		myconf="${myconf} --with-sound"
+	if use esd; then
+		myconf="${myconf} --disable-artsc-test --with-sound"
 	else
 		myconf="${myconf} --without-sound --disable-esdtest --disable-artsc-test"
 	fi
@@ -89,7 +88,7 @@
 	filter-flags -ffast-math #bug #67929
 
 	LIBART_CONFIG="/usr/bin/libart2-config" egamesconf \
-		$(use_enable arts artsc) \
+		--disable-artsc \
 		$(use_enable esd) \
 		$(use_with gdbm) \
 		$(use_enable nas) \






             reply	other threads:[~2009-11-10 20:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10 20:45 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-07 21:09 [gentoo-commits] gentoo-x86 commit in games-board/gnubg: ChangeLog gnubg-0.14.3-r1.ebuild Michael Sterrett (mr_bones_)
2009-02-13 11:35 Alfredo Tupone (tupone)
2009-02-04  9:54 Alfredo Tupone (tupone)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N7xb8-0006xI-NC@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox