Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog
Date: Wed, 29 Apr 2009 18:04:40
Message-Id: E1LzE98-0008M3-3v@stork.gentoo.org
1 ssuominen 09/04/29 18:04:38
2
3 Modified: fireflies-2.07.ebuild ChangeLog
4 Log:
5 Fix HOMEPAGE and SRC_URI wrt #266702.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- fireflies-2.07.ebuild 17 Dec 2008 22:31:26 -0000 1.6
22 +++ fireflies-2.07.ebuild 29 Apr 2009 18:04:38 -0000 1.7
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 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.6 2008/12/17 22:31:26 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.7 2009/04/29 18:04:38 ssuominen Exp $
29
30 inherit eutils multilib
31
32 DESCRIPTION="Fireflies screensaver: Wicked cool eye candy"
33 -HOMEPAGE="http://somewhere.fscked.org/fireflies/"
34 -SRC_URI="http://somewhere.fscked.org/fireflies/${P}.tar.gz"
35 +HOMEPAGE="http://somewhere.fscked.org/proj/fireflies/"
36 +SRC_URI="http://somewhere.fscked.org/proj/${PN}/files/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 @@ -21,8 +21,8 @@
41 src_unpack() {
42 unpack ${A}
43 cd "${S}"
44 - epatch "${FILESDIR}"/${PN}-2.06-configure.patch
45 - epatch "${FILESDIR}"/${PN}-2.06-Make.include.in.patch
46 + epatch "${FILESDIR}"/${PN}-2.06-configure.patch \
47 + "${FILESDIR}"/${PN}-2.06-Make.include.in.patch
48 sed -i -e 's:strip:true:' src/Makefile
49 sed -i -e '/gunzip/d' Makefile
50 tar xzf libgfx-1.0.1.tar.gz
51 @@ -32,10 +32,10 @@
52 src_compile() {
53 econf --with-confdir=/usr/share/xscreensaver/config \
54 --with-bindir=/usr/$(get_libdir)/misc/xscreensaver
55 - emake || die "emake failed."
56 + emake || die "emake failed"
57 }
58
59 src_install() {
60 - emake DESTDIR="${D}" install || die "emake install failed."
61 + emake DESTDIR="${D}" install || die "emake install failed"
62 dodoc README TODO
63 }
64
65
66
67 1.21 x11-misc/fireflies/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.21&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.21&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.20&r2=1.21
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
76 retrieving revision 1.20
77 retrieving revision 1.21
78 diff -u -r1.20 -r1.21
79 --- ChangeLog 17 Dec 2008 22:31:26 -0000 1.20
80 +++ ChangeLog 29 Apr 2009 18:04:38 -0000 1.21
81 @@ -1,6 +1,9 @@
82 # ChangeLog for x11-misc/fireflies
83 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.20 2008/12/17 22:31:26 loki_val Exp $
85 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
86 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.21 2009/04/29 18:04:38 ssuominen Exp $
87 +
88 + 29 Apr 2009; Samuli Suominen <ssuominen@g.o> fireflies-2.07.ebuild:
89 + Fix HOMEPAGE and SRC_URI wrt #266702.
90
91 17 Dec 2008; Peter Alfredsen <loki_val@g.o>
92 +files/fireflies-2.07-gcc43.patch, fireflies-2.07.ebuild: