From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IiDfL-0002ix-6s for garchives@archives.gentoo.org; Wed, 17 Oct 2007 18:30:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9HIKGnP023663; Wed, 17 Oct 2007 18:20:16 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9HIK6ng023244 for ; Wed, 17 Oct 2007 18:20:15 GMT 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 03F2364F6E for ; Wed, 17 Oct 2007 18:19:22 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IiDMI-00049c-55 for gentoo-commits@lists.gentoo.org; Wed, 17 Oct 2007 18:11:06 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/dark-oberon: dark-oberon-1.0.2_rc1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dark-oberon-1.0.2_rc1.ebuild ChangeLog X-VCS-Directories: games-strategy/dark-oberon X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Samuli Suominen Date: Wed, 17 Oct 2007 18:11:06 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 6d0c8a86-2392-4ded-9482-f7673db804a7 X-Archives-Hash: b0c850a73180e38618a98666f1f310e8 drac 07/10/17 18:11:06 Modified: dark-oberon-1.0.2_rc1.ebuild ChangeLog Log: Change media-libs/fmod dep to work with slots. (Portage version: 2.1.3.14) Revision Changes Path 1.2 games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild?r1=1.1&r2=1.2 Index: dark-oberon-1.0.2_rc1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dark-oberon-1.0.2_rc1.ebuild 16 Jan 2007 16:21:18 -0000 1.1 +++ dark-oberon-1.0.2_rc1.ebuild 17 Oct 2007 18:11:05 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild,v 1.1 2007/01/16 16:21:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild,v 1.2 2007/10/17 18:11:05 drac Exp $ inherit eutils games @@ -19,7 +19,7 @@ DEPEND="virtual/opengl virtual/glu media-libs/glfw - fmod? ( media-libs/fmod )" + fmod? ( =media-libs/fmod-3* )" S="${WORKDIR}/${MY_P}" 1.2 games-strategy/dark-oberon/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/dark-oberon/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/dark-oberon/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/dark-oberon/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 16 Jan 2007 16:21:18 -0000 1.1 +++ ChangeLog 17 Oct 2007 18:11:05 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/dark-oberon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/ChangeLog,v 1.1 2007/01/16 16:21:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/ChangeLog,v 1.2 2007/10/17 18:11:05 drac Exp $ + + 17 Oct 2007; Samuli Suominen + dark-oberon-1.0.2_rc1.ebuild: + Change media-libs/fmod dep to work with slots. *dark-oberon-1.0.2_rc1 (16 Jan 2007) -- gentoo-commits@gentoo.org mailing list