public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: ChangeLog qmpdclient-1.2.2.ebuild
@ 2011-06-15 19:14 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-06-15 19:14 UTC (permalink / raw
  To: gentoo-commits

angelos     11/06/15 19:14:44

  Modified:             ChangeLog
  Added:                qmpdclient-1.2.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 media-sound/qmpdclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	15 May 2011 14:36:21 -0000	1.85
+++ ChangeLog	15 Jun 2011 19:14:44 -0000	1.86
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qmpdclient
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.85 2011/05/15 14:36:21 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.86 2011/06/15 19:14:44 angelos Exp $
+
+*qmpdclient-1.2.2 (15 Jun 2011)
+
+  15 Jun 2011; Christoph Mende <angelos@gentoo.org> +qmpdclient-1.2.2.ebuild:
+  Version bump
 
   15 May 2011; Christoph Mende <angelos@gentoo.org> qmpdclient-1.2.1.ebuild,
   +files/qmpdclient-1.2.1-explicit-link.patch:



1.1                  media-sound/qmpdclient/qmpdclient-1.2.2.ebuild

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

Index: qmpdclient-1.2.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2.ebuild,v 1.1 2011/06/15 19:14:44 angelos Exp $

EAPI=4
inherit fdo-mime cmake-utils

DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
HOMEPAGE="http://bitcheese.net/wiki/QMPDClient"
SRC_URI="http://dump.bitcheese.net/files/${P}.tar.bz2"

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

DEPEND="x11-libs/qt-gui:4[dbus]
	x11-libs/qt-webkit:4
	x11-libs/qt-xmlpatterns:4"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}

DOCS=( AUTHORS README THANKSTO )

src_prepare() {
	sed -i -e "/^Categories/s/Network/AudioVideo/" ${PN}.desktop || die
}

src_configure() {
	local mycmakeargs=( "-DVERSION=${PV}" )
	cmake-utils_src_configure
}

pkg_postinst() { fdo-mime_desktop_database_update; }
pkg_postrm() { fdo-mime_desktop_database_update; }






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

* [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: ChangeLog qmpdclient-1.2.2.ebuild
@ 2012-01-28 14:43 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-28 14:43 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/28 14:43:19

  Modified:             ChangeLog qmpdclient-1.2.2.ebuild
  Log:
  x86 stable wrt bug #400407
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.89                 media-sound/qmpdclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	26 Jan 2012 21:10:57 -0000	1.88
+++ ChangeLog	28 Jan 2012 14:43:18 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qmpdclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.88 2012/01/26 21:10:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.89 2012/01/28 14:43:18 phajdan.jr Exp $
+
+  28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qmpdclient-1.2.2.ebuild:
+  x86 stable wrt bug #400407
 
   26 Jan 2012; Markos Chandras <hwoarang@gentoo.org> qmpdclient-1.2.2.ebuild:
   Stable on amd64 wrt bug #400407



1.3                  media-sound/qmpdclient/qmpdclient-1.2.2.ebuild

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

Index: qmpdclient-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qmpdclient-1.2.2.ebuild	26 Jan 2012 21:10:57 -0000	1.2
+++ qmpdclient-1.2.2.ebuild	28 Jan 2012 14:43:18 -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/qmpdclient/qmpdclient-1.2.2.ebuild,v 1.2 2012/01/26 21:10:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2.ebuild,v 1.3 2012/01/28 14:43:18 phajdan.jr Exp $
 
 EAPI=4
 inherit fdo-mime cmake-utils
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
 DEPEND="x11-libs/qt-gui:4[dbus]






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

* [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: ChangeLog qmpdclient-1.2.2.ebuild
@ 2012-05-29 19:35 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2012-05-29 19:35 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/29 19:35:53

  Modified:             ChangeLog qmpdclient-1.2.2.ebuild
  Log:
  Marking qmpdclient-1.2.2 ppc for bug 400407
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.90                 media-sound/qmpdclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	28 Jan 2012 14:43:18 -0000	1.89
+++ ChangeLog	29 May 2012 19:35:53 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qmpdclient
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.89 2012/01/28 14:43:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.90 2012/05/29 19:35:53 ranger Exp $
+
+  29 May 2012; Brent Baude <ranger@gentoo.org> qmpdclient-1.2.2.ebuild:
+  Marking qmpdclient-1.2.2 ppc for bug 400407
 
   28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qmpdclient-1.2.2.ebuild:
   x86 stable wrt bug #400407



1.4                  media-sound/qmpdclient/qmpdclient-1.2.2.ebuild

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

Index: qmpdclient-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qmpdclient-1.2.2.ebuild	28 Jan 2012 14:43:18 -0000	1.3
+++ qmpdclient-1.2.2.ebuild	29 May 2012 19:35:53 -0000	1.4
@@ -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/qmpdclient/qmpdclient-1.2.2.ebuild,v 1.3 2012/01/28 14:43:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2.ebuild,v 1.4 2012/05/29 19:35:53 ranger Exp $
 
 EAPI=4
 inherit fdo-mime cmake-utils
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="debug"
 
 DEPEND="x11-libs/qt-gui:4[dbus]






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

end of thread, other threads:[~2012-05-29 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 19:35 [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: ChangeLog qmpdclient-1.2.2.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-28 14:43 PaweA Hajdan (phajdan.jr)
2011-06-15 19:14 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