Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog
Date: Thu, 27 Mar 2008 10:25:59
Message-Id: E1JepIy-0006Ja-5s@stork.gentoo.org
1 drac 08/03/27 10:25:56
2
3 Modified: fireflies-2.07.ebuild ChangeLog
4 Log:
5 Install ELF 64-bit LSB executable to lib64 instead of lib and don't pre-strip it.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 x11-misc/fireflies/fireflies-2.07.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?r1=1.4&r2=1.5
14
15 Index: fireflies-2.07.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- fireflies-2.07.ebuild 16 Jun 2007 04:29:48 -0000 1.4
22 +++ fireflies-2.07.ebuild 27 Mar 2008 10:25:55 -0000 1.5
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.4 2007/06/16 04:29:48 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.5 2008/03/27 10:25:55 drac Exp $
29
30 -inherit eutils
31 +inherit eutils multilib
32
33 DESCRIPTION="Fireflies screensaver: Wicked cool eye candy"
34 HOMEPAGE="http://somewhere.fscked.org/fireflies/"
35 @@ -11,6 +11,7 @@
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 ppc x86"
39 +IUSE=""
40
41 RDEPEND="media-libs/mesa
42 media-libs/libsdl
43 @@ -22,15 +23,12 @@
44 cd "${S}"
45 epatch "${FILESDIR}"/${PN}-2.06-configure.patch
46 epatch "${FILESDIR}"/${PN}-2.06-Make.include.in.patch
47 + sed -i -e 's:strip:true:' src/Makefile
48 }
49
50 src_compile() {
51 - local myconf
52 -
53 - myconf="--with-bindir=/usr/lib/misc/xscreensaver
54 - --with-confdir=/usr/share/xscreensaver/config"
55 -
56 - econf ${myconf}
57 + econf --with-confdir=/usr/share/xscreensaver/config \
58 + --with-bindir=/usr/$(get_libdir)/misc/xscreensaver
59 emake || die "emake failed."
60 }
61
62
63
64
65 1.18 x11-misc/fireflies/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.18&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.18&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.17&r2=1.18
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
74 retrieving revision 1.17
75 retrieving revision 1.18
76 diff -u -r1.17 -r1.18
77 --- ChangeLog 16 Jun 2007 04:29:48 -0000 1.17
78 +++ ChangeLog 27 Mar 2008 10:25:55 -0000 1.18
79 @@ -1,9 +1,10 @@
80 # ChangeLog for x11-misc/fireflies
81 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.17 2007/06/16 04:29:48 drac Exp $
83 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.18 2008/03/27 10:25:55 drac Exp $
85
86 - 16 Jun 2007; Samuli Suominen <drac@g.o> fireflies-2.07.ebuild:
87 - Quoting.
88 + 27 Mar 2008; Samuli Suominen <drac@g.o> fireflies-2.07.ebuild:
89 + Install ELF 64-bit LSB executable to lib64 instead of lib and don't
90 + pre-strip it.
91
92 09 Mar 2007; Samuli Suominen <drac@g.o> fireflies-2.07.ebuild:
93 Stop using virtual/x11. Start using emake. Fix quoting and sort deps.
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list