public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog
@ 2008-03-27 10:25 Samuli Suominen (drac)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2008-03-27 10:25 UTC (permalink / raw
  To: gentoo-commits

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=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?r1=1.4&r2=1.5

Index: fireflies-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,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.ebuild,v 1.4 2007/06/16 04:29:48 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.5 2008/03/27 10:25:55 drac Exp $
 
-inherit eutils
+inherit eutils multilib
 
 DESCRIPTION="Fireflies screensaver: Wicked cool eye candy"
 HOMEPAGE="http://somewhere.fscked.org/fireflies/"
@@ -11,6 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
+IUSE=""
 
 RDEPEND="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
 }
 
 src_compile() {
-	local myconf
-
-	myconf="--with-bindir=/usr/lib/misc/xscreensaver
-		--with-confdir=/usr/share/xscreensaver/config"
-
-	econf ${myconf}
+	econf --with-confdir=/usr/share/xscreensaver/config \
+		--with-bindir=/usr/$(get_libdir)/misc/xscreensaver
 	emake || die "emake failed."
 }
 



1.18                 x11-misc/fireflies/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
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 2007/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 2008/03/27 10:25:55 drac Exp $
 
-  16 Jun 2007; Samuli Suominen <drac@gentoo.org> fireflies-2.07.ebuild:
-  Quoting.
+  27 Mar 2008; Samuli Suominen <drac@gentoo.org> fireflies-2.07.ebuild:
+  Install ELF 64-bit LSB executable to lib64 instead of lib and don't
+  pre-strip it.
 
   09 Mar 2007; Samuli Suominen <drac@gentoo.org> fireflies-2.07.ebuild:
   Stop using virtual/x11. Start using emake. Fix quoting and sort deps.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog
@ 2008-12-17 22:31 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-12-17 22:31 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/12/17 22:31:26

  Modified:             fireflies-2.07.ebuild ChangeLog
  Log:
  Fix bug 228219. Thanks to Jabari R. Roberts for the patch.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)

Revision  Changes    Path
1.6                  x11-misc/fireflies/fireflies-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?r1=1.5&r2=1.6

Index: fireflies-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fireflies-2.07.ebuild	27 Mar 2008 10:25:55 -0000	1.5
+++ fireflies-2.07.ebuild	17 Dec 2008 22:31:26 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.ebuild,v 1.5 2008/03/27 10:25:55 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.6 2008/12/17 22:31:26 loki_val Exp $
 
 inherit eutils multilib
 
@@ -24,6 +24,9 @@
 	epatch "${FILESDIR}"/${PN}-2.06-configure.patch
 	epatch "${FILESDIR}"/${PN}-2.06-Make.include.in.patch
 	sed -i -e 's:strip:true:' src/Makefile
+	sed -i -e '/gunzip/d' Makefile
+	tar xzf libgfx-1.0.1.tar.gz
+	epatch "${FILESDIR}"/${PN}-2.07-gcc43.patch
 }
 
 src_compile() {



1.20                 x11-misc/fireflies/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	17 Nov 2008 23:06:30 -0000	1.19
+++ ChangeLog	17 Dec 2008 22:31:26 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/fireflies
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.19 2008/11/17 23:06:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.20 2008/12/17 22:31:26 loki_val Exp $
+
+  17 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/fireflies-2.07-gcc43.patch, fireflies-2.07.ebuild:
+  Fix bug 228219. Thanks to Jabari R. Roberts for the patch.
 
   17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
   files/fireflies-2.06-Make.include.in.patch,






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog
@ 2009-04-29 18:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-04-29 18:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/04/29 18:04:38

  Modified:             fireflies-2.07.ebuild ChangeLog
  Log:
  Fix HOMEPAGE and SRC_URI wrt #266702.
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-misc/fireflies/fireflies-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?r1=1.6&r2=1.7

Index: fireflies-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fireflies-2.07.ebuild	17 Dec 2008 22:31:26 -0000	1.6
+++ fireflies-2.07.ebuild	29 Apr 2009 18:04:38 -0000	1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.6 2008/12/17 22:31:26 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.7 2009/04/29 18:04:38 ssuominen Exp $
 
 inherit eutils multilib
 
 DESCRIPTION="Fireflies screensaver: Wicked cool eye candy"
-HOMEPAGE="http://somewhere.fscked.org/fireflies/"
-SRC_URI="http://somewhere.fscked.org/fireflies/${P}.tar.gz"
+HOMEPAGE="http://somewhere.fscked.org/proj/fireflies/"
+SRC_URI="http://somewhere.fscked.org/proj/${PN}/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,8 +21,8 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${PN}-2.06-configure.patch
-	epatch "${FILESDIR}"/${PN}-2.06-Make.include.in.patch
+	epatch "${FILESDIR}"/${PN}-2.06-configure.patch \
+		"${FILESDIR}"/${PN}-2.06-Make.include.in.patch
 	sed -i -e 's:strip:true:' src/Makefile
 	sed -i -e '/gunzip/d' Makefile
 	tar xzf libgfx-1.0.1.tar.gz
@@ -32,10 +32,10 @@
 src_compile() {
 	econf --with-confdir=/usr/share/xscreensaver/config \
 		--with-bindir=/usr/$(get_libdir)/misc/xscreensaver
-	emake || die "emake failed."
+	emake || die "emake failed"
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc README TODO
 }



1.21                 x11-misc/fireflies/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	17 Dec 2008 22:31:26 -0000	1.20
+++ ChangeLog	29 Apr 2009 18:04:38 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/fireflies
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.20 2008/12/17 22:31:26 loki_val Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.21 2009/04/29 18:04:38 ssuominen Exp $
+
+  29 Apr 2009; Samuli Suominen <ssuominen@gentoo.org> fireflies-2.07.ebuild:
+  Fix HOMEPAGE and SRC_URI wrt #266702.
 
   17 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
   +files/fireflies-2.07-gcc43.patch, fireflies-2.07.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog
@ 2009-08-09 18:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-09 18:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/09 18:18:30

  Modified:             fireflies-2.07.ebuild ChangeLog
  Log:
  Fix building with GCC 4.4+ wrt #277561.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  x11-misc/fireflies/fireflies-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild?r1=1.7&r2=1.8

Index: fireflies-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fireflies-2.07.ebuild	29 Apr 2009 18:04:38 -0000	1.7
+++ fireflies-2.07.ebuild	9 Aug 2009 18:18:30 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.7 2009/04/29 18:04:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.8 2009/08/09 18:18:30 ssuominen Exp $
 
 inherit eutils multilib
 
@@ -27,6 +27,7 @@
 	sed -i -e '/gunzip/d' Makefile
 	tar xzf libgfx-1.0.1.tar.gz
 	epatch "${FILESDIR}"/${PN}-2.07-gcc43.patch
+	epatch "${FILESDIR}"/${P}-gcc44.patch
 }
 
 src_compile() {



1.22                 x11-misc/fireflies/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	29 Apr 2009 18:04:38 -0000	1.21
+++ ChangeLog	9 Aug 2009 18:18:30 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/fireflies
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.21 2009/04/29 18:04:38 ssuominen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.22 2009/08/09 18:18:30 ssuominen Exp $
+
+  09 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> fireflies-2.07.ebuild,
+  +files/fireflies-2.07-gcc44.patch:
+  Fix building with GCC 4.4+ wrt #277561.
 
   29 Apr 2009; Samuli Suominen <ssuominen@gentoo.org> fireflies-2.07.ebuild:
   Fix HOMEPAGE and SRC_URI wrt #266702.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-09 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-09 18:18 [gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-29 18:04 Samuli Suominen (ssuominen)
2008-12-17 22:31 Peter Alfredsen (loki_val)
2008-03-27 10:25 Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox