public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/uade: ChangeLog uade-2.12.ebuild
@ 2008-09-07  7:54 Michael Januszewski (spock)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Januszewski (spock) @ 2008-09-07  7:54 UTC (permalink / raw
  To: gentoo-commits

spock       08/09/07 07:54:52

  Modified:             ChangeLog
  Added:                uade-2.12.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)

Revision  Changes    Path
1.50                 app-emulation/uade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	28 Jul 2008 19:40:36 -0000	1.49
+++ ChangeLog	7 Sep 2008 07:54:51 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/uade
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.49 2008/07/28 19:40:36 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.50 2008/09/07 07:54:51 spock Exp $
+
+*uade-2.12 (07 Sep 2008)
+
+  07 Sep 2008; Michał Januszewski <spock@gentoo.org> +uade-2.12.ebuild:
+  Version bump.
 
   28 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
   add GLEP 56 USE flag desc from use.local.desc



1.1                  app-emulation/uade/uade-2.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.1&content-type=text/plain

Index: uade-2.12.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v 1.1 2008/09/07 07:54:51 spock Exp $

inherit eutils

DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation"
HOMEPAGE="http://zakalwe.fi/uade"
SRC_URI="http://zakalwe.fi/uade/uade2/${P}.tar.bz2"

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

RDEPEND="media-libs/libao
	audacious? ( >=media-sound/audacious-0.2 )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	./configure \
		--prefix=/usr \
		--package-prefix="${D}" \
		$(use_with audacious) \
		--with-uade123 \
		--with-text-scope \
		--without-xmms \
		|| die "configure failed"
	emake || die 'emake failed'
}

src_install() {
	make install || die 'make install failed'
	dodoc AUTHORS ChangeLog doc/BUGS doc/PLANS
	doman doc/uade123.1
}






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

* [gentoo-commits] gentoo-x86 commit in app-emulation/uade: ChangeLog uade-2.12.ebuild
@ 2008-10-19 14:50 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2008-10-19 14:50 UTC (permalink / raw
  To: gentoo-commits

maekke      08/10/19 14:50:22

  Modified:             ChangeLog uade-2.12.ebuild
  Log:
  amd64/x86 stable, bug #242592
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)

Revision  Changes    Path
1.51                 app-emulation/uade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	7 Sep 2008 07:54:51 -0000	1.50
+++ ChangeLog	19 Oct 2008 14:50:21 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/uade
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.50 2008/09/07 07:54:51 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.51 2008/10/19 14:50:21 maekke Exp $
+
+  19 Oct 2008; Markus Meier <maekke@gentoo.org> uade-2.12.ebuild:
+  amd64/x86 stable, bug #242592
 
 *uade-2.12 (07 Sep 2008)
 



1.2                  app-emulation/uade/uade-2.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?r1=1.1&r2=1.2

Index: uade-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uade-2.12.ebuild	7 Sep 2008 07:54:51 -0000	1.1
+++ uade-2.12.ebuild	19 Oct 2008 14:50:21 -0000	1.2
@@ -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/app-emulation/uade/uade-2.12.ebuild,v 1.1 2008/09/07 07:54:51 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v 1.2 2008/10/19 14:50:21 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="audacious"
 
 RDEPEND="media-libs/libao






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

* [gentoo-commits] gentoo-x86 commit in app-emulation/uade: ChangeLog uade-2.12.ebuild
@ 2008-11-01 18:37 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 3+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-11-01 18:37 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/11/01 18:37:48

  Modified:             ChangeLog uade-2.12.ebuild
  Log:
  Stable on ppc wrt bug 242592
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.52                 app-emulation/uade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	19 Oct 2008 14:50:21 -0000	1.51
+++ ChangeLog	1 Nov 2008 18:37:48 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/uade
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.51 2008/10/19 14:50:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.52 2008/11/01 18:37:48 nixnut Exp $
+
+  01 Nov 2008; nixnut <nixnut@gentoo.org> uade-2.12.ebuild:
+  Stable on ppc wrt bug 242592
 
   19 Oct 2008; Markus Meier <maekke@gentoo.org> uade-2.12.ebuild:
   amd64/x86 stable, bug #242592



1.3                  app-emulation/uade/uade-2.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/uade/uade-2.12.ebuild?r1=1.2&r2=1.3

Index: uade-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uade-2.12.ebuild	19 Oct 2008 14:50:21 -0000	1.2
+++ uade-2.12.ebuild	1 Nov 2008 18:37:48 -0000	1.3
@@ -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/app-emulation/uade/uade-2.12.ebuild,v 1.2 2008/10/19 14:50:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v 1.3 2008/11/01 18:37:48 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="audacious"
 
 RDEPEND="media-libs/libao






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

end of thread, other threads:[~2008-11-01 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-19 14:50 [gentoo-commits] gentoo-x86 commit in app-emulation/uade: ChangeLog uade-2.12.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-01 18:37 Gysbert Wassenaar (nixnut)
2008-09-07  7:54 Michael Januszewski (spock)

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