public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ncmpcpp-0.6_beta2.ebuild ncmpcpp-9999.ebuild ChangeLog
@ 2014-09-04  0:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-09-04  0:26 UTC (permalink / raw
  To: gentoo-commits

jer         14/09/04 00:26:16

  Modified:             ncmpcpp-9999.ebuild ChangeLog
  Added:                ncmpcpp-0.6_beta2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  media-sound/ncmpcpp/ncmpcpp-9999.ebuild

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

Index: ncmpcpp-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ncmpcpp-9999.ebuild	30 Apr 2014 14:14:51 -0000	1.4
+++ ncmpcpp-9999.ebuild	4 Sep 2014 00:26:16 -0000	1.5
@@ -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/ncmpcpp/ncmpcpp-9999.ebuild,v 1.4 2014/04/30 14:14:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v 1.5 2014/09/04 00:26:16 jer Exp $
 
 EAPI=5
 
@@ -16,12 +16,13 @@
 IUSE="clock curl outputs taglib unicode visualizer"
 
 RDEPEND="
-	>=dev-libs/boost-1.50[nls]
-	sys-libs/ncurses[unicode?]
 	>=media-libs/libmpdclient-2.1
 	curl? ( net-misc/curl )
-	visualizer? ( sci-libs/fftw:3.0 )
+	dev-libs/boost[nls]
+	sys-libs/ncurses[unicode?]
+	sys-libs/readline
 	taglib? ( media-libs/taglib )
+	visualizer? ( sci-libs/fftw:3.0 )
 "
 DEPEND="
 	${RDEPEND}
@@ -48,6 +49,7 @@
 
 src_install() {
 	default
+
 	newbashcomp doc/${PN}-completion.bash ${PN}
 }
 



1.83                 media-sound/ncmpcpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	30 Apr 2014 14:14:51 -0000	1.82
+++ ChangeLog	4 Sep 2014 00:26:16 -0000	1.83
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/ncmpcpp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.82 2014/04/30 14:14:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.83 2014/09/04 00:26:16 jer Exp $
+
+*ncmpcpp-0.6_beta2 (04 Sep 2014)
+
+  04 Sep 2014; Jeroen Roovers <jer@gentoo.org> +ncmpcpp-0.6_beta2.ebuild,
+  ncmpcpp-9999.ebuild:
+  Version bump.
 
   30 Apr 2014; Jeroen Roovers <jer@gentoo.org> ncmpcpp-0.5.10.ebuild,
   ncmpcpp-9999.ebuild:



1.1                  media-sound/ncmpcpp/ncmpcpp-0.6_beta2.ebuild

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

Index: ncmpcpp-0.6_beta2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6_beta2.ebuild,v 1.1 2014/09/04 00:26:16 jer Exp $

EAPI=5

inherit autotools bash-completion-r1 eutils

DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
HOMEPAGE="http://ncmpcpp.rybczak.net/"
SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
IUSE="clock curl outputs taglib unicode visualizer"

RDEPEND="
	>=media-libs/libmpdclient-2.1
	curl? ( net-misc/curl )
	dev-libs/boost[nls]
	sys-libs/ncurses[unicode?]
	sys-libs/readline
	taglib? ( media-libs/taglib )
	visualizer? ( sci-libs/fftw:3.0 )
"
DEPEND="
	${RDEPEND}
	virtual/pkgconfig
"

src_prepare() {
	sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
	sed -i -e 's|COPYING||g' Makefile.am || die
	eautomake
}

src_configure() {
	econf \
		$(use_enable clock) \
		$(use_enable outputs) \
		$(use_enable unicode) \
		$(use_enable visualizer) \
		$(use_with curl) \
		$(use_with taglib) \
		$(use_with visualizer fftw) \
		--docdir=/usr/share/doc/${PF}
}

src_install() {
	default

	newbashcomp doc/${PN}-completion.bash ${PN}
}

pkg_postinst() {
	echo
	elog "Example configuration files have been installed at"
	elog "${ROOT}usr/share/doc/${PF}"
	elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/keys"
	elog "as user configuration files."
	echo
	if use visualizer; then
	elog "If you want to use the visualizer, you need mpd with fifo enabled."
	echo
	fi
}





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

only message in thread, other threads:[~2014-09-04  0:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04  0:26 [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ncmpcpp-0.6_beta2.ebuild ncmpcpp-9999.ebuild ChangeLog Jeroen Roovers (jer)

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