public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild
@ 2009-06-05 17:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-06-05 17:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/05 17:47:00

  Modified:             ChangeLog
  Added:                exaile-0.3.0_alpha2.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 media-sound/exaile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	31 May 2009 13:24:07 -0000	1.51
+++ ChangeLog	5 Jun 2009 17:47:00 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/exaile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.51 2009/05/31 13:24:07 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.52 2009/06/05 17:47:00 ssuominen Exp $
+
+*exaile-0.3.0_alpha2 (05 Jun 2009)
+
+  05 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +exaile-0.3.0_alpha2.ebuild:
+  Version bump.
 
   31 May 2009; nixnut <nixnut@gentoo.org> exaile-0.2.14.ebuild:
   ppc stable #268837



1.1                  media-sound/exaile/exaile-0.3.0_alpha2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.1&content-type=text/plain

Index: exaile-0.3.0_alpha2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.1 2009/06/05 17:47:00 ssuominen Exp $

EAPI=2
inherit eutils fdo-mime multilib python

MY_PV=${PV/_alpha/a}

DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
HOMEPAGE="http://www.exaile.org"
SRC_URI="http://www.exaile.org/files/${PN}_${MY_PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="cddb doc hal libnotify +libsexy nls"

RDEPEND="dev-python/dbus-python
	>=media-libs/mutagen-1.10
	>=dev-python/pygtk-2.10
	>=dev-lang/python-2.5[sqlite]
	dev-python/gst-python:0.10
	media-libs/gst-plugins-good:0.10
	media-plugins/gst-plugins-meta:0.10
	libnotify? ( dev-python/notify-python )
	libsexy? ( dev-python/sexy-python )
	hal? ( sys-apps/hal )
	cddb? ( dev-python/cddb-py )"
DEPEND="doc? ( dev-python/epydoc )
	nls? ( dev-util/intltool
		sys-devel/gettext )"

S=${WORKDIR}/${PN}_${MY_PV}

src_compile() {
	if use nls; then
		emake translations || die "emake translations failed"
	fi

	if use doc; then
		emake doc || die "emake doc failed"
	fi
}

src_install() {
	emake -j1 PREFIX="/usr" LIBDIR="/$(get_libdir)" \
		DESTDIR="${D}" install || die "emake install failed"

	dodoc crossfade_design FUTURE PLANNING player_planning \
		README SEARCHING
}

pkg_postinst() {
	python_mod_optimize /usr/$(get_libdir)/${PN}
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}

pkg_postrm() {
	python_mod_cleanup /usr/$(get_libdir)/${PN}
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild
@ 2009-06-06 20:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-06-06 20:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/06 20:15:37

  Modified:             ChangeLog exaile-0.3.0_alpha2.ebuild
  Log:
  Write a postinst message for users moving from 0.2.x just in case.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 media-sound/exaile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	5 Jun 2009 17:47:00 -0000	1.52
+++ ChangeLog	6 Jun 2009 20:15:37 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/exaile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.52 2009/06/05 17:47:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.53 2009/06/06 20:15:37 ssuominen Exp $
+
+  06 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+  exaile-0.3.0_alpha2.ebuild:
+  Write a postinst message for users moving from 0.2.x just in case.
 
 *exaile-0.3.0_alpha2 (05 Jun 2009)
 



1.2                  media-sound/exaile/exaile-0.3.0_alpha2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?r1=1.1&r2=1.2

Index: exaile-0.3.0_alpha2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exaile-0.3.0_alpha2.ebuild	5 Jun 2009 17:47:00 -0000	1.1
+++ exaile-0.3.0_alpha2.ebuild	6 Jun 2009 20:15:37 -0000	1.2
@@ -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/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.1 2009/06/05 17:47:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.2 2009/06/06 20:15:37 ssuominen Exp $
 
 EAPI=2
 inherit eutils fdo-mime multilib python
@@ -55,6 +55,12 @@
 	python_mod_optimize /usr/$(get_libdir)/${PN}
 	fdo-mime_desktop_database_update
 	fdo-mime_mime_database_update
+	elog "This version is more or less a rewrite from 0.2.x series, so"
+	elog "don't expect all the features you had before to be there yet."
+	elog "It would be a good idea to remove your old exaile configs"
+	elog "and databases out of the way before switching from 0.2.x."
+	elog "These files are in your home directory in .exaile, .config/exaile"
+	elog "and .local/share/exaile"
 }
 
 pkg_postrm() {






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

* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild
@ 2009-07-04 19:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-04 19:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/04 19:25:56

  Modified:             ChangeLog exaile-0.3.0_alpha2.ebuild
  Log:
  Insert addwrite for /root/.gstreamer-0.10 wrt #276490 and install the generated documentation. Thanks to René Gabriëls for reporting.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 media-sound/exaile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	6 Jun 2009 20:15:37 -0000	1.53
+++ ChangeLog	4 Jul 2009 19:25:56 -0000	1.54
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/exaile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.53 2009/06/06 20:15:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.54 2009/07/04 19:25:56 ssuominen Exp $
+
+  04 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+  exaile-0.3.0_alpha2.ebuild:
+  Insert addwrite for /root/.gstreamer-0.10 wrt #276490 and install the
+  generated documentation. Thanks to René Gabriëls for reporting.
 
   06 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
   exaile-0.3.0_alpha2.ebuild:



1.5                  media-sound/exaile/exaile-0.3.0_alpha2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?r1=1.4&r2=1.5

Index: exaile-0.3.0_alpha2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exaile-0.3.0_alpha2.ebuild	7 Jun 2009 06:46:06 -0000	1.4
+++ exaile-0.3.0_alpha2.ebuild	4 Jul 2009 19:25:56 -0000	1.5
@@ -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/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.4 2009/06/07 06:46:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.5 2009/07/04 19:25:56 ssuominen Exp $
 
 EAPI=2
 inherit eutils fdo-mime multilib python
@@ -34,6 +34,8 @@
 S=${WORKDIR}/${PN}_${MY_PV}
 
 src_compile() {
+	addwrite /root/.gstreamer-0.10
+
 	if use nls; then
 		emake translations || die "emake translations failed"
 	fi
@@ -49,6 +51,11 @@
 
 	dodoc crossfade_design FUTURE PLANNING player_planning \
 		README SEARCHING
+	
+	if use doc; then
+		dohtml doc/*.{html,png}
+		dodoc doc/*.txt
+	fi
 }
 
 pkg_postinst() {






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

* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild
@ 2009-07-27  8:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-27  8:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/27 08:22:31

  Modified:             ChangeLog exaile-0.3.0_alpha2.ebuild
  Log:
  amd64 stable wrt #279276
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-sound/exaile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	4 Jul 2009 19:25:56 -0000	1.54
+++ ChangeLog	27 Jul 2009 08:22:31 -0000	1.55
@@ -1,16 +1,16 @@
 # ChangeLog for media-sound/exaile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.54 2009/07/04 19:25:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.55 2009/07/27 08:22:31 ssuominen Exp $
+
+  27 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+  exaile-0.3.0_alpha2.ebuild:
+  amd64 stable wrt #279276
 
   04 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
   exaile-0.3.0_alpha2.ebuild:
   Insert addwrite for /root/.gstreamer-0.10 wrt #276490 and install the
   generated documentation. Thanks to René Gabriëls for reporting.
 
-  06 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
-  exaile-0.3.0_alpha2.ebuild:
-  Write a postinst message for users moving from 0.2.x just in case.
-
 *exaile-0.3.0_alpha2 (05 Jun 2009)
 
   05 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>



1.7                  media-sound/exaile/exaile-0.3.0_alpha2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?r1=1.6&r2=1.7

Index: exaile-0.3.0_alpha2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- exaile-0.3.0_alpha2.ebuild	4 Jul 2009 19:27:20 -0000	1.6
+++ exaile-0.3.0_alpha2.ebuild	27 Jul 2009 08:22:31 -0000	1.7
@@ -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/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.6 2009/07/04 19:27:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.7 2009/07/27 08:22:31 ssuominen Exp $
 
 EAPI=2
 inherit eutils fdo-mime multilib python
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="cddb doc hal libnotify +libsexy nls"
 
 RDEPEND="dev-python/dbus-python
@@ -62,12 +62,6 @@
 	python_mod_optimize /usr/$(get_libdir)/${PN}
 	fdo-mime_desktop_database_update
 	fdo-mime_mime_database_update
-	elog "This version is more or less a rewrite from 0.2.x series, so"
-	elog "don't expect all the features you had before to be there yet."
-	elog "It would be a good idea to remove your old exaile configs"
-	elog "and databases out of the way before switching from 0.2.x."
-	elog "These files are in your home directory in .exaile, .config/exaile"
-	elog "and .local/share/exaile"
 }
 
 pkg_postrm() {






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

* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild
@ 2009-08-02 20:53 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-08-02 20:53 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/02 20:53:26

  Modified:             ChangeLog exaile-0.3.0_alpha2.ebuild
  Log:
  x86 stable, bug #279276
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 media-sound/exaile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	2 Aug 2009 20:15:44 -0000	1.56
+++ ChangeLog	2 Aug 2009 20:53:26 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/exaile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.56 2009/08/02 20:15:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.57 2009/08/02 20:53:26 maekke Exp $
+
+  02 Aug 2009; Markus Meier <maekke@gentoo.org> exaile-0.3.0_alpha2.ebuild:
+  x86 stable, bug #279276
 
 *exaile-0.3.0_alpha3 (02 Aug 2009)
 



1.8                  media-sound/exaile/exaile-0.3.0_alpha2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?r1=1.7&r2=1.8

Index: exaile-0.3.0_alpha2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- exaile-0.3.0_alpha2.ebuild	27 Jul 2009 08:22:31 -0000	1.7
+++ exaile-0.3.0_alpha2.ebuild	2 Aug 2009 20:53:26 -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/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.7 2009/07/27 08:22:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.8 2009/08/02 20:53:26 maekke Exp $
 
 EAPI=2
 inherit eutils fdo-mime multilib python
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="cddb doc hal libnotify +libsexy nls"
 
 RDEPEND="dev-python/dbus-python






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

* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild
@ 2009-08-09 13:58 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-09 13:58 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/09 13:58:31

  Modified:             ChangeLog exaile-0.3.0_alpha2.ebuild
  Log:
  ppc stable #279276
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.58                 media-sound/exaile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	2 Aug 2009 20:53:26 -0000	1.57
+++ ChangeLog	9 Aug 2009 13:58:31 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/exaile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.57 2009/08/02 20:53:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.58 2009/08/09 13:58:31 nixnut Exp $
+
+  09 Aug 2009; nixnut <nixnut@gentoo.org> exaile-0.3.0_alpha2.ebuild:
+  ppc stable #279276
 
   02 Aug 2009; Markus Meier <maekke@gentoo.org> exaile-0.3.0_alpha2.ebuild:
   x86 stable, bug #279276



1.9                  media-sound/exaile/exaile-0.3.0_alpha2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild?r1=1.8&r2=1.9

Index: exaile-0.3.0_alpha2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- exaile-0.3.0_alpha2.ebuild	2 Aug 2009 20:53:26 -0000	1.8
+++ exaile-0.3.0_alpha2.ebuild	9 Aug 2009 13:58:31 -0000	1.9
@@ -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/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.8 2009/08/02 20:53:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha2.ebuild,v 1.9 2009/08/09 13:58:31 nixnut Exp $
 
 EAPI=2
 inherit eutils fdo-mime multilib python
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="cddb doc hal libnotify +libsexy nls"
 
 RDEPEND="dev-python/dbus-python






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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 17:47 [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0_alpha2.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-06 20:15 Samuli Suominen (ssuominen)
2009-07-04 19:25 Samuli Suominen (ssuominen)
2009-07-27  8:22 Samuli Suominen (ssuominen)
2009-08-02 20:53 Markus Meier (maekke)
2009-08-09 13:58 Gysbert Wassenaar (nixnut)

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