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 <gentoo-commits+bounces-283166-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1P2kJH-0007Sf-GU
	for garchives@archives.gentoo.org; Mon, 04 Oct 2010 12:38:27 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D7A03E079E;
	Mon,  4 Oct 2010 12:38:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 9DCEBE079E
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Oct 2010 12:38:24 +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 25D7A1B4109
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Oct 2010 12:38:24 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2102)
	id 9AE7F20051; Mon,  4 Oct 2010 12:38:22 +0000 (UTC)
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, tupone@gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
X-VCS-Repository: gentoo-x86
X-VCS-Files: frotz-2.43.ebuild ChangeLog
X-VCS-Directories: games-engines/frotz
X-VCS-Committer: tupone
X-VCS-Committer-Name: Alfredo Tupone
Content-Type: text/plain; charset=utf8
Message-Id: <20101004123822.9AE7F20051@flycatcher.gentoo.org>
Date: Mon,  4 Oct 2010 12:38:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 5a368c4d-fbda-4129-b2f8-dcc4e71b6b57
X-Archives-Hash: a409ab95e05bdb8b69a1c3d9d78eaf05

tupone      10/10/04 12:38:22

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  Respect LDFLAGS. Bug #337241
 =20
  (Portage version: 2.1.9.13/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-engines/frotz/frotz-2.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frot=
z/frotz-2.43.ebuild?rev=3D1.18&view=3Dmarkup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frot=
z/frotz-2.43.ebuild?rev=3D1.18&content-type=3Dtext/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frot=
z/frotz-2.43.ebuild?r1=3D1.17&r2=3D1.18

Index: frotz-2.43.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-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- frotz-2.43.ebuild	14 Jun 2009 00:04:27 -0000	1.17
+++ frotz-2.43.ebuild	4 Oct 2010 12:38:22 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild=
,v 1.17 2009/06/14 00:04:27 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild=
,v 1.18 2010/10/04 12:38:22 tupone Exp $
=20
 EAPI=3D2
 inherit eutils games
@@ -14,15 +14,17 @@
 KEYWORDS=3D"amd64 ppc sparc x86"
 IUSE=3D"alsa oss"
=20
-DEPEND=3D"sys-libs/ncurses
+RDEPEND=3D"sys-libs/ncurses
 	alsa? ( oss? ( media-libs/alsa-oss ) )"
+DEPEND=3D"${RDEPEND}"
=20
 src_prepare() {
 	sed -i \
 		-e '/^CC /d' \
 		Makefile \
 		|| die 'sed failed'
-	epatch "${FILESDIR}"/${P}-glibc2.10.patch
+	epatch "${FILESDIR}"/${P}-glibc2.10.patch \
+		"${FILESDIR}"/${P}-ldflags.patch
 }
=20
 src_compile() {



1.16                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frot=
z/ChangeLog?rev=3D1.16&view=3Dmarkup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frot=
z/ChangeLog?rev=3D1.16&content-type=3Dtext/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frot=
z/ChangeLog?r1=3D1.15&r2=3D1.16

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-engines/frotz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Jun 2009 00:04:28 -0000	1.15
+++ ChangeLog	4 Oct 2010 12:38:22 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-engines/frotz
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.15 =
2009/06/14 00:04:28 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.16 =
2010/10/04 12:38:22 tupone Exp $
+
+  04 Oct 2010; Tupone Alfredo <tupone@gentoo.org> frotz-2.43.ebuild,
+  +files/frotz-2.43-ldflags.patch:
+  Respect LDFLAGS. Bug #337241 by flameeyes@gentoo.org
=20
   14 Jun 2009; Tristan Heaven <nyhm@gentoo.org> frotz-2.43.ebuild,
   +files/frotz-2.43-glibc2.10.patch: