public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-wikipedia: ChangeLog gmpc-wikipedia-0.20.0.ebuild
@ 2010-05-25 11:43 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-25 11:43 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/25 11:43:11

  Modified:             ChangeLog
  Added:                gmpc-wikipedia-0.20.0.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-plugins/gmpc-wikipedia/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Sep 2009 13:39:26 -0000	1.2
+++ ChangeLog	25 May 2010 11:43:11 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gmpc-wikipedia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog,v 1.2 2009/09/29 13:39:26 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog,v 1.3 2010/05/25 11:43:11 angelos Exp $
+
+*gmpc-wikipedia-0.20.0 (25 May 2010)
+
+  25 May 2010; Christoph Mende <angelos@gentoo.org>
+  +gmpc-wikipedia-0.20.0.ebuild:
+  Version bump
 
 *gmpc-wikipedia-0.19.0 (29 Sep 2009)
 



1.1                  media-plugins/gmpc-wikipedia/gmpc-wikipedia-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-wikipedia/gmpc-wikipedia-0.20.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-wikipedia/gmpc-wikipedia-0.20.0.ebuild?rev=1.1&content-type=text/plain

Index: gmpc-wikipedia-0.20.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/gmpc-wikipedia-0.20.0.ebuild,v 1.1 2010/05/25 11:43:11 angelos Exp $

EAPI=2

DESCRIPTION="This plugin shows the Wikipedia article about the currently playing artist"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_WIKIPEDIA"
SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"

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

RDEPEND=">=media-sound/gmpc-${PV}
	dev-libs/libxml2
	net-libs/webkit-gtk"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( dev-util/intltool
		sys-devel/gettext )"

src_configure() {
	econf \
		$(use_enable nls) \
		--disable-dependency-tracking
}

src_install() {
	emake DESTDIR="${D}" install || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-wikipedia: ChangeLog gmpc-wikipedia-0.20.0.ebuild
@ 2012-05-27  8:15 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2012-05-27  8:15 UTC (permalink / raw
  To: gentoo-commits

angelos     12/05/27 08:15:50

  Modified:             ChangeLog
  Removed:              gmpc-wikipedia-0.20.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-plugins/gmpc-wikipedia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	5 May 2012 08:27:20 -0000	1.12
+++ ChangeLog	27 May 2012 08:15:50 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gmpc-wikipedia
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog,v 1.12 2012/05/05 08:27:20 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-wikipedia/ChangeLog,v 1.13 2012/05/27 08:15:50 angelos Exp $
+
+  27 May 2012; Christoph Mende <angelos@gentoo.org>
+  -gmpc-wikipedia-0.20.0.ebuild:
+  Remove old
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> gmpc-wikipedia-0.20.0.ebuild,
   gmpc-wikipedia-11.8.16.ebuild:






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

end of thread, other threads:[~2012-05-27  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-27  8:15 [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-wikipedia: ChangeLog gmpc-wikipedia-0.20.0.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-25 11:43 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