From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JepJ1-0006qd-G5 for garchives@archives.gentoo.org; Thu, 27 Mar 2008 10:25:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 863C3E085C; Thu, 27 Mar 2008 10:25:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E7BFE085C for ; Thu, 27 Mar 2008 10:25:58 +0000 (UTC) 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 A6BF166F4D for ; Thu, 27 Mar 2008 10:25:57 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JepIy-0006Ja-5s for gentoo-commits@lists.gentoo.org; Thu, 27 Mar 2008 10:25:56 +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 x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: fireflies-2.07.ebuild ChangeLog X-VCS-Directories: x11-misc/fireflies X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Thu, 27 Mar 2008 10:25:56 +0000 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: d60c5d42-84b7-4ec9-8c3e-c01193034f83 X-Archives-Hash: f65cd988513ad3715f749960824c48ca drac 08/03/27 10:25:56 Modified: fireflies-2.07.ebuild ChangeLog Log: Install ELF 64-bit LSB executable to lib64 instead of lib and don't pre= -strip it. (Portage version: 2.1.4.4) Revision Changes Path 1.5 x11-misc/fireflies/fireflies-2.07.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies= /fireflies-2.07.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies= /fireflies-2.07.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies= /fireflies-2.07.ebuild?r1=3D1.4&r2=3D1.5 Index: fireflies-2.07.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-misc/fireflies/fireflies-2.07.ebuil= d,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fireflies-2.07.ebuild 16 Jun 2007 04:29:48 -0000 1.4 +++ fireflies-2.07.ebuild 27 Mar 2008 10:25:55 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebu= ild,v 1.4 2007/06/16 04:29:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebu= ild,v 1.5 2008/03/27 10:25:55 drac Exp $ =20 -inherit eutils +inherit eutils multilib =20 DESCRIPTION=3D"Fireflies screensaver: Wicked cool eye candy" HOMEPAGE=3D"http://somewhere.fscked.org/fireflies/" @@ -11,6 +11,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"amd64 ppc x86" +IUSE=3D"" =20 RDEPEND=3D"media-libs/mesa media-libs/libsdl @@ -22,15 +23,12 @@ cd "${S}" epatch "${FILESDIR}"/${PN}-2.06-configure.patch epatch "${FILESDIR}"/${PN}-2.06-Make.include.in.patch + sed -i -e 's:strip:true:' src/Makefile } =20 src_compile() { - local myconf - - myconf=3D"--with-bindir=3D/usr/lib/misc/xscreensaver - --with-confdir=3D/usr/share/xscreensaver/config" - - econf ${myconf} + econf --with-confdir=3D/usr/share/xscreensaver/config \ + --with-bindir=3D/usr/$(get_libdir)/misc/xscreensaver emake || die "emake failed." } =20 1.18 x11-misc/fireflies/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies= /ChangeLog?rev=3D1.18&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies= /ChangeLog?rev=3D1.18&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies= /ChangeLog?r1=3D1.17&r2=3D1.18 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-misc/fireflies/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 16 Jun 2007 04:29:48 -0000 1.17 +++ ChangeLog 27 Mar 2008 10:25:55 -0000 1.18 @@ -1,9 +1,10 @@ # ChangeLog for x11-misc/fireflies -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.17 2= 007/06/16 04:29:48 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.18 2= 008/03/27 10:25:55 drac Exp $ =20 - 16 Jun 2007; Samuli Suominen fireflies-2.07.ebuild: - Quoting. + 27 Mar 2008; Samuli Suominen fireflies-2.07.ebuild: + Install ELF 64-bit LSB executable to lib64 instead of lib and don't + pre-strip it. =20 09 Mar 2007; Samuli Suominen fireflies-2.07.ebuild: Stop using virtual/x11. Start using emake. Fix quoting and sort deps. --=20 gentoo-commits@lists.gentoo.org mailing list