public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ncmpc: ChangeLog ncmpc-0.14.ebuild
Date: Fri, 22 May 2009 13:55:51 +0000	[thread overview]
Message-ID: <E1M7VDz-0006az-Vt@stork.gentoo.org> (raw)

ssuominen    09/05/22 13:55:51

  Modified:             ChangeLog
  Added:                ncmpc-0.14.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 media-sound/ncmpc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpc/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpc/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpc/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	21 May 2009 20:26:36 -0000	1.43
+++ ChangeLog	22 May 2009 13:55:51 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ncmpc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.43 2009/05/21 20:26:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.44 2009/05/22 13:55:51 ssuominen Exp $
+
+*ncmpc-0.14 (22 May 2009)
+
+  22 May 2009; Samuli Suominen <ssuominen@gentoo.org> +ncmpc-0.14.ebuild:
+  Version bump.
 
   21 May 2009; Brent Baude <ranger@gentoo.org> ncmpc-0.13.ebuild:
   stable ppc, bug 269460



1.1                  media-sound/ncmpc/ncmpc-0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpc/ncmpc-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpc/ncmpc-0.14.ebuild?rev=1.1&content-type=text/plain

Index: ncmpc-0.14.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.14.ebuild,v 1.1 2009/05/22 13:55:51 ssuominen Exp $

EAPI=2
inherit multilib

DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
HOMEPAGE="http://mpd.wikia.com/wiki/Client:Ncmpc"
SRC_URI="http://downloads.sourceforge.net/musicpd/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="artist-screen colors debug +help-screen key-screen lyrics-screen
mouse nls search-screen song-screen"
#lirc

RDEPEND=">=dev-libs/glib-2.4:2
	dev-libs/popt
	sys-libs/ncurses"
#	lirc? ( app-misc/lirc )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	# The use_with lyrics-screen is for multilib
	# USE lirc is broken wrt #250015
	# $(use_enable lirc) \
	econf \
		--docdir=/usr/share/doc/${PF} \
		--disable-dependency-tracking \
		$(use_enable artist-screen) \
		$(use_enable colors) \
		$(use_enable debug) \
		$(use_enable help-screen) \
		$(use_enable key-screen) \
		$(use_enable lyrics-screen) \
		$(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics) \
		$(use_enable mouse) \
		$(use_enable nls) \
		$(use_enable nls locale) \
		$(use_enable nls multibyte) \
		$(use_enable search-screen) \
		$(use_enable song-screen)
}

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






             reply	other threads:[~2009-05-22 13:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-22 13:55 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-22 15:43 [gentoo-commits] gentoo-x86 commit in media-sound/ncmpc: ChangeLog ncmpc-0.14.ebuild Jeroen Roovers (jer)
2009-09-25 11:00 Dawid Weglinski (cla)
2009-09-27 14:34 Brent Baude (ranger)
2009-09-27 19:40 Gysbert Wassenaar (nixnut)
2009-10-10 15:23 Raul Porcel (armin76)
2011-03-02 20:00 Christoph Mende (angelos)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1M7VDz-0006az-Vt@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox