public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpc: mpc-0.26.ebuild ChangeLog mpc-0.24.ebuild mpc-0.23.ebuild
@ 2014-06-08 11:48 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2014-06-08 11:48 UTC (permalink / raw
  To: gentoo-commits

angelos     14/06/08 11:48:50

  Modified:             ChangeLog
  Added:                mpc-0.26.ebuild
  Removed:              mpc-0.24.ebuild mpc-0.23.ebuild
  Log:
  Version bump, remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.119                media-sound/mpc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	26 Jan 2014 12:16:21 -0000	1.118
+++ ChangeLog	8 Jun 2014 11:48:50 -0000	1.119
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/mpc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.118 2014/01/26 12:16:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.119 2014/06/08 11:48:50 angelos Exp $
+
+*mpc-0.26 (08 Jun 2014)
+
+  08 Jun 2014; Christoph Mende <angelos@gentoo.org> +mpc-0.26.ebuild,
+  -mpc-0.23.ebuild, -mpc-0.24.ebuild:
+  Version bump, remove old
 
   26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> mpc-0.25.ebuild:
   Stable for sparc, wrt bug #495802



1.1                  media-sound/mpc/mpc-0.26.ebuild

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

Index: mpc-0.26.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.26.ebuild,v 1.1 2014/06/08 11:48:50 angelos Exp $

EAPI=4
inherit bash-completion-r1

DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
HOMEPAGE="http://www.musicpd.org"
SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="iconv"

RDEPEND=">=media-libs/libmpdclient-2.2
	iconv? ( virtual/libiconv )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=( AUTHORS NEWS README doc/mpd-m3u-handler.sh doc/mppledit
	doc/mpd-pls-handler.sh )

src_configure() {
	econf $(use_enable iconv) \
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
}

src_install() {
	default
	newbashcomp doc/mpc-completion.bash ${PN}
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-08 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-08 11:48 [gentoo-commits] gentoo-x86 commit in media-sound/mpc: mpc-0.26.ebuild ChangeLog mpc-0.24.ebuild mpc-0.23.ebuild 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