public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/tempest_for_eliza: tempest_for_eliza-1.0.5-r1.ebuild ChangeLog
@ 2010-09-12 14:42 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-12 14:42 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/12 14:42:43

  Modified:             ChangeLog
  Added:                tempest_for_eliza-1.0.5-r1.ebuild
  Log:
  Respect LDFLAGS. Bug #335533
  
  (Portage version: 2.2_rc78/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-sound/tempest_for_eliza/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 May 2009 08:31:35 -0000	1.9
+++ ChangeLog	12 Sep 2010 14:42:43 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/tempest_for_eliza
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v 1.9 2009/05/11 08:31:35 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v 1.10 2010/09/12 14:42:43 hwoarang Exp $
+
+*tempest_for_eliza-1.0.5-r1 (12 Sep 2010)
+
+  12 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  +tempest_for_eliza-1.0.5-r1.ebuild:
+  Respect LDFLAGS. Bug #335533
 
   11 May 2009; Samuli Suominen <ssuominen@gentoo.org>
   tempest_for_eliza-1.0.5.ebuild:



1.1                  media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: tempest_for_eliza-1.0.5-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v 1.1 2010/09/12 14:42:43 hwoarang Exp $

EAPI=2
inherit toolchain-funcs

DESCRIPTION="listen to music on the radio generated by images on your screen"
HOMEPAGE="http://www.erikyyy.de/tempest/"
SRC_URI="http://www.erikyyy.de/tempest/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="media-libs/libsdl"
DEPEND="${RDEPEND}"

src_configure() {
	tc-export CXX
	econf \
		--enable-debug \
		--enable-nowarnerror
}

src_compile() {
	emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog README

	rm songs/Makefile*
	insinto /usr/share/${PN}
	doins songs/* || die "doins failed"
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/tempest_for_eliza: tempest_for_eliza-1.0.5-r1.ebuild ChangeLog
@ 2012-02-03 17:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-03 17:49 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/03 17:49:58

  Modified:             tempest_for_eliza-1.0.5-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #397109
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?r1=1.1&r2=1.2

Index: tempest_for_eliza-1.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tempest_for_eliza-1.0.5-r1.ebuild	12 Sep 2010 14:42:43 -0000	1.1
+++ tempest_for_eliza-1.0.5-r1.ebuild	3 Feb 2012 17:49:58 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v 1.1 2010/09/12 14:42:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v 1.2 2012/02/03 17:49:58 ago Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl"



1.11                 media-sound/tempest_for_eliza/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Sep 2010 14:42:43 -0000	1.10
+++ ChangeLog	3 Feb 2012 17:49:58 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/tempest_for_eliza
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v 1.10 2010/09/12 14:42:43 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v 1.11 2012/02/03 17:49:58 ago Exp $
+
+  03 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
+  tempest_for_eliza-1.0.5-r1.ebuild:
+  Stable for amd64, wrt bug #397109
 
 *tempest_for_eliza-1.0.5-r1 (12 Sep 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in media-sound/tempest_for_eliza: tempest_for_eliza-1.0.5-r1.ebuild ChangeLog
@ 2012-02-16 18:56 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:56 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 18:56:02

  Modified:             tempest_for_eliza-1.0.5-r1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #397109
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild?r1=1.2&r2=1.3

Index: tempest_for_eliza-1.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tempest_for_eliza-1.0.5-r1.ebuild	3 Feb 2012 17:49:58 -0000	1.2
+++ tempest_for_eliza-1.0.5-r1.ebuild	16 Feb 2012 18:56:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v 1.2 2012/02/03 17:49:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild,v 1.3 2012/02/16 18:56:02 phajdan.jr Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl"



1.12                 media-sound/tempest_for_eliza/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Feb 2012 17:49:58 -0000	1.11
+++ ChangeLog	16 Feb 2012 18:56:02 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/tempest_for_eliza
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v 1.11 2012/02/03 17:49:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tempest_for_eliza/ChangeLog,v 1.12 2012/02/16 18:56:02 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  tempest_for_eliza-1.0.5-r1.ebuild:
+  x86 stable wrt bug #397109
 
   03 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
   tempest_for_eliza-1.0.5-r1.ebuild:






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

end of thread, other threads:[~2012-02-16 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 18:56 [gentoo-commits] gentoo-x86 commit in media-sound/tempest_for_eliza: tempest_for_eliza-1.0.5-r1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-03 17:49 Agostino Sarubbo (ago)
2010-09-12 14:42 Markos Chandras (hwoarang)

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