public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.4.4.ebuild
@ 2010-05-01 11:11 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-01 11:11 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/01 11:11:38

  Modified:             ChangeLog
  Added:                ario-1.4.4.ebuild
  Log:
  Version bump (bug #315961)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-sound/ario/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	11 Dec 2009 10:46:36 -0000	1.12
+++ ChangeLog	1 May 2010 11:11:38 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ario
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.12 2009/12/11 10:46:36 angelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.13 2010/05/01 11:11:38 angelos Exp $
+
+*ario-1.4.4 (01 May 2010)
+
+  01 May 2010; Christoph Mende <angelos@gentoo.org> +ario-1.4.4.ebuild:
+  Version bump (bug #315961)
 
 *ario-1.4.1 (11 Dec 2009)
 



1.1                  media-sound/ario/ario-1.4.4.ebuild

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

Index: ario-1.4.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v 1.1 2010/05/01 11:11:38 angelos Exp $

EAPI=1
inherit gnome2-utils

DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
HOMEPAGE="http://ario-player.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="audioscrobbler dbus debug idle libnotify nls python taglib zeroconf"

RDEPEND=">=dev-libs/glib-2.14:2
	dev-libs/libunique
	dev-libs/libxml2
	media-libs/libmpdclient
	net-misc/curl
	net-libs/gnutls
	>=x11-libs/gtk+-2.16:2
	audioscrobbler? ( net-libs/libsoup:2.4 )
	dbus? ( dev-libs/dbus-glib )
	libnotify? ( x11-libs/libnotify )
	python? ( dev-python/pygtk
		dev-python/pygobject )
	taglib? ( media-libs/taglib )
	zeroconf? ( net-dns/avahi )"
DEPEND="sys-devel/gettext
	dev-util/intltool
	dev-util/pkgconfig"

src_compile() {
	econf \
		--enable-libmpdclient2 \
		--enable-search \
		--enable-playlists \
		$(use_enable audioscrobbler) \
		$(use_enable dbus) \
		$(use_enable debug) \
		$(use_enable idle mpdidle) \
		$(use_enable libnotify notify) \
		$(use_enable nls) \
		$(use_enable python) \
		$(use_enable taglib) \
		$(use_enable zeroconf avahi)

	emake || die "emake failed"
}

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

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.4.4.ebuild
@ 2010-06-07 15:24 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-07 15:24 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/06/07 15:24:03

  Modified:             ChangeLog ario-1.4.4.ebuild
  Log:
  Stable on amd64 wrt bug #322911
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 media-sound/ario/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	21 May 2010 20:03:16 -0000	1.14
+++ ChangeLog	7 Jun 2010 15:24:03 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.14 2010/05/21 20:03:16 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.15 2010/06/07 15:24:03 hwoarang Exp $
+
+  07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> ario-1.4.4.ebuild:
+  Stable on amd64 wrt bug #322911
 
   21 May 2010; Christoph Mende <angelos@gentoo.org> -ario-1.1.ebuild,
   -ario-1.2.ebuild, -ario-1.2.1.ebuild, -ario-1.3.ebuild,



1.2                  media-sound/ario/ario-1.4.4.ebuild

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

Index: ario-1.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ario-1.4.4.ebuild	1 May 2010 11:11:38 -0000	1.1
+++ ario-1.4.4.ebuild	7 Jun 2010 15:24:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v 1.1 2010/05/01 11:11:38 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v 1.2 2010/06/07 15:24:03 hwoarang Exp $
 
 EAPI=1
 inherit gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="audioscrobbler dbus debug idle libnotify nls python taglib zeroconf"
 
 RDEPEND=">=dev-libs/glib-2.14:2






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

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.4.4.ebuild
@ 2010-06-16 14:15 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-16 14:15 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/06/16 14:15:37

  Modified:             ChangeLog ario-1.4.4.ebuild
  Log:
  x86 stable wrt bug #322911
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.16                 media-sound/ario/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Jun 2010 15:24:03 -0000	1.15
+++ ChangeLog	16 Jun 2010 14:15:37 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.15 2010/06/07 15:24:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.16 2010/06/16 14:15:37 phajdan.jr Exp $
+
+  16 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ario-1.4.4.ebuild:
+  x86 stable wrt bug #322911
 
   07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> ario-1.4.4.ebuild:
   Stable on amd64 wrt bug #322911



1.3                  media-sound/ario/ario-1.4.4.ebuild

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

Index: ario-1.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ario-1.4.4.ebuild	7 Jun 2010 15:24:03 -0000	1.2
+++ ario-1.4.4.ebuild	16 Jun 2010 14:15:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v 1.2 2010/06/07 15:24:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v 1.3 2010/06/16 14:15:37 phajdan.jr Exp $
 
 EAPI=1
 inherit gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="audioscrobbler dbus debug idle libnotify nls python taglib zeroconf"
 
 RDEPEND=">=dev-libs/glib-2.14:2






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

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.4.4.ebuild
@ 2011-04-30 18:02 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-30 18:02 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/30 18:02:36

  Modified:             ChangeLog
  Removed:              ario-1.4.4.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 media-sound/ario/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 Apr 2011 15:29:19 -0000	1.22
+++ ChangeLog	30 Apr 2011 18:02:36 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.22 2011/04/30 15:29:19 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.23 2011/04/30 18:02:36 angelos Exp $
+
+  30 Apr 2011; Christoph Mende <angelos@gentoo.org> -ario-1.4.4.ebuild:
+  Remove old
 
   30 Apr 2011; Christoph Mende <angelos@gentoo.org>
   -files/ario-1.1-as-needed.patch, -files/ario-1.3-unsupported-warnings.patch:






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

end of thread, other threads:[~2011-04-30 18:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 15:24 [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.4.4.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-30 18:02 Christoph Mende (angelos)
2010-06-16 14:15 PaweA Hajdan (phajdan.jr)
2010-05-01 11:11 Christoph Mende (angelos)

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