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

angelos     10/12/14 22:00:04

  Modified:             ChangeLog
  Added:                mpdas-0.3.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	3 Jun 2010 17:22:10 -0000	1.7
+++ ChangeLog	14 Dec 2010 22:00:04 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/mpdas
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.7 2010/06/03 17:22:10 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.8 2010/12/14 22:00:04 angelos Exp $
+
+*mpdas-0.3.0 (14 Dec 2010)
+
+  14 Dec 2010; Christoph Mende <angelos@gentoo.org> +mpdas-0.3.0.ebuild:
+  Version bump
 
 *mpdas-0.2.5 (03 Jun 2010)
 



1.1                  media-sound/mpdas/mpdas-0.3.0.ebuild

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

Index: mpdas-0.3.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.1 2010/12/14 22:00:04 angelos Exp $

inherit base toolchain-funcs

DESCRIPTION="An AudioScrobbler client for MPD written in C++"
HOMEPAGE="http://50hz.ws/mpdas/"
SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/libmpd
	net-misc/curl"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	tc-export CXX
	emake CONFIG="/etc" || die "emake failed"
}

src_install() {
	dobin ${PN} || die "dobin failed"
	doman ${PN}.1 || die "doman failed"
	dodoc ChangeLog mpdasrc.example README || die "dodoc failed"
}

pkg_postinst() {
	elog "For further configuration help consult the README in"
	elog "${EPREFIX}/usr/share/doc/${PF}"
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: ChangeLog mpdas-0.3.0.ebuild
@ 2011-03-04 19:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-04 19:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/04 19:31:42

  Modified:             ChangeLog mpdas-0.3.0.ebuild
  Log:
  Stable on amd64 wrt bug #357139
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Dec 2010 22:00:04 -0000	1.8
+++ ChangeLog	4 Mar 2011 19:31:42 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpdas
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.8 2010/12/14 22:00:04 angelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.9 2011/03/04 19:31:42 hwoarang Exp $
+
+  04 Mar 2011; Markos Chandras <hwoarang@gentoo.org> mpdas-0.3.0.ebuild:
+  Stable on amd64 wrt bug #357139
 
 *mpdas-0.3.0 (14 Dec 2010)
 



1.2                  media-sound/mpdas/mpdas-0.3.0.ebuild

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

Index: mpdas-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpdas-0.3.0.ebuild	14 Dec 2010 22:00:04 -0000	1.1
+++ mpdas-0.3.0.ebuild	4 Mar 2011 19:31:42 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.1 2010/12/14 22:00:04 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.2 2011/03/04 19:31:42 hwoarang Exp $
 
 inherit base toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libmpd






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: ChangeLog mpdas-0.3.0.ebuild
@ 2011-03-19 21:55 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-19 21:55 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/19 21:55:27

  Modified:             ChangeLog mpdas-0.3.0.ebuild
  Log:
  x86 stable per bug 357139
  
  (Portage version: 2.1.9.43/cvs/Linux i686)

Revision  Changes    Path
1.10                 media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	4 Mar 2011 19:31:42 -0000	1.9
+++ ChangeLog	19 Mar 2011 21:55:27 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpdas
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.9 2011/03/04 19:31:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.10 2011/03/19 21:55:27 tomka Exp $
+
+  19 Mar 2011; Thomas Kahle <tomka@gentoo.org> mpdas-0.3.0.ebuild:
+  x86 stable per bug 357139
 
   04 Mar 2011; Markos Chandras <hwoarang@gentoo.org> mpdas-0.3.0.ebuild:
   Stable on amd64 wrt bug #357139



1.3                  media-sound/mpdas/mpdas-0.3.0.ebuild

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

Index: mpdas-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpdas-0.3.0.ebuild	4 Mar 2011 19:31:42 -0000	1.2
+++ mpdas-0.3.0.ebuild	19 Mar 2011 21:55:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.2 2011/03/04 19:31:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.3 2011/03/19 21:55:27 tomka Exp $
 
 inherit base toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/libmpd






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: ChangeLog mpdas-0.3.0.ebuild
@ 2012-05-05  8:39 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05  8:39 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/05 08:39:20

  Modified:             ChangeLog mpdas-0.3.0.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	30 Apr 2011 15:30:13 -0000	1.12
+++ ChangeLog	5 May 2012 08:39:20 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpdas
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.12 2011/04/30 15:30:13 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.13 2012/05/05 08:39:20 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org> mpdas-0.3.0.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   30 Apr 2011; Christoph Mende <angelos@gentoo.org>
   -files/mpdas-0.2.5-ldflags.patch:



1.4                  media-sound/mpdas/mpdas-0.3.0.ebuild

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

Index: mpdas-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpdas-0.3.0.ebuild	19 Mar 2011 21:55:27 -0000	1.3
+++ mpdas-0.3.0.ebuild	5 May 2012 08:39:20 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.3 2011/03/19 21:55:27 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0.ebuild,v 1.4 2012/05/05 08:39:20 mgorny Exp $
 
 inherit base toolchain-funcs
 
@@ -16,7 +16,7 @@
 RDEPEND="media-libs/libmpd
 	net-misc/curl"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_compile() {
 	tc-export CXX






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  8:39 [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: ChangeLog mpdas-0.3.0.ebuild Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-19 21:55 Thomas Kahle (tomka)
2011-03-04 19:31 Markos Chandras (hwoarang)
2010-12-14 22:00 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