public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: mpdas-0.3.2.ebuild ChangeLog
@ 2014-10-18 14:52 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2014-10-18 14:52 UTC (permalink / raw
  To: gentoo-commits

angelos     14/10/18 14:52:41

  Modified:             ChangeLog
  Added:                mpdas-0.3.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.18                 media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	5 Sep 2014 14:34:52 -0000	1.17
+++ ChangeLog	18 Oct 2014 14:52:41 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/mpdas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.17 2014/09/05 14:34:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.18 2014/10/18 14:52:41 angelos Exp $
+
+*mpdas-0.3.2 (18 Oct 2014)
+
+  18 Oct 2014; Christoph Mende <angelos@gentoo.org> +mpdas-0.3.2.ebuild:
+  Version bump
 
 *mpdas-0.3.1 (05 Sep 2014)
 



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

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

Index: mpdas-0.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v 1.1 2014/10/18 14:52:41 angelos Exp $

EAPI=5
inherit toolchain-funcs

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

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

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

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

src_install() {
	dobin ${PN}
	doman ${PN}.1
	newinitd "${FILESDIR}/${PN}.init" ${PN}
	dodoc mpdasrc.example README
}

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





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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: mpdas-0.3.2.ebuild ChangeLog
@ 2014-12-27 19:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:23 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/27 19:23:59

  Modified:             mpdas-0.3.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #531030
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  media-sound/mpdas/mpdas-0.3.2.ebuild

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

Index: mpdas-0.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpdas-0.3.2.ebuild	18 Oct 2014 14:52:41 -0000	1.1
+++ mpdas-0.3.2.ebuild	27 Dec 2014 19:23:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v 1.1 2014/10/18 14:52:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v 1.2 2014/12/27 19:23:59 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libmpd



1.19                 media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Oct 2014 14:52:41 -0000	1.18
+++ ChangeLog	27 Dec 2014 19:23:59 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpdas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.18 2014/10/18 14:52:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.19 2014/12/27 19:23:59 ago Exp $
+
+  27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> mpdas-0.3.2.ebuild:
+  Stable for amd64, wrt bug #531030
 
 *mpdas-0.3.2 (18 Oct 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: mpdas-0.3.2.ebuild ChangeLog
@ 2014-12-28 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 12:07:44

  Modified:             mpdas-0.3.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #531030
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  media-sound/mpdas/mpdas-0.3.2.ebuild

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

Index: mpdas-0.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpdas-0.3.2.ebuild	27 Dec 2014 19:23:59 -0000	1.2
+++ mpdas-0.3.2.ebuild	28 Dec 2014 12:07:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v 1.2 2014/12/27 19:23:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.2.ebuild,v 1.3 2014/12/28 12:07:44 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/libmpd



1.20                 media-sound/mpdas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	27 Dec 2014 19:23:59 -0000	1.19
+++ ChangeLog	28 Dec 2014 12:07:44 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpdas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.19 2014/12/27 19:23:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.20 2014/12/28 12:07:44 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> mpdas-0.3.2.ebuild:
+  Stable for x86, wrt bug #531030
 
   27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> mpdas-0.3.2.ebuild:
   Stable for amd64, wrt bug #531030





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

end of thread, other threads:[~2014-12-28 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-18 14:52 [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: mpdas-0.3.2.ebuild ChangeLog Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-27 19:23 Agostino Sarubbo (ago)
2014-12-28 12:07 Agostino Sarubbo (ago)

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