public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-0.2.4.ebuild
@ 2008-10-15 16:50 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2008-10-15 16:50 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/10/15 16:50:50

  Modified:             ChangeLog
  Added:                ncmpcpp-0.2.4.ebuild
  Log:
  Version bump. Add message about new config files location.
  (Portage version: 2.2_rc12_p11688/cvs/Linux 2.6.26-hh3 i686)

Revision  Changes    Path
1.2                  media-sound/ncmpcpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	23 Sep 2008 22:23:50 -0000	1.1
+++ ChangeLog	15 Oct 2008 16:50:50 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ncmpcpp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.1 2008/09/23 22:23:50 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.2 2008/10/15 16:50:50 yngwin Exp $
+
+*ncmpcpp-0.2.4 (15 Oct 2008)
+
+  15 Oct 2008; Ben de Groot <yngwin@gentoo.org> +ncmpcpp-0.2.4.ebuild:
+  Version bump. Add message about new config files location.
 
 *ncmpcpp-0.2.3 (23 Sep 2008)
 



1.1                  media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild

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

Index: ncmpcpp-0.2.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v 1.1 2008/10/15 16:50:50 yngwin Exp $

inherit eutils

DESCRIPTION="An ncurses mpd client, ncmpc clone with some new features, written in C++"
HOMEPAGE="http://unkart.ovh.org/ncmpcpp"
SRC_URI="http://unkart.ovh.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
IUSE="curl taglib unicode"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="sys-libs/ncurses
	curl? ( net-misc/curl )
	taglib? ( media-libs/taglib )"
RDEPEND="${DEPEND}"

pkg_setup() {
	if ! built_with_use sys-libs/ncurses unicode && use unicode ; then
		eerror "Please recompile sys-libs/ncurses with the unicode useflag"
		die
	fi
}

src_compile() {
	econf $(use_enable unicode) $(use_with curl) $(use_with taglib) \
		|| die "configure failed"
	emake || die "make failed"
}

src_install() {
	make install DESTDIR="${D}" docdir="${ROOT}/usr/share/doc/${PF}" \
		|| die "install failed"
	prepalldocs
}

pkg_postinst() {
	echo
	elog "Example configuration files have been installed at"
	elog "${ROOT}usr/share/doc/${PF}"
	elog "${P} now uses ~/.ncmpcpp/config and ~/.ncmpcpp/keys"
	elog "as configuration files. If you have used a previous version,"
	elog "please move your configuration files to the new location."
	echo
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-0.2.4.ebuild
@ 2008-12-06  0:00 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-12-06  0:00 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    08/12/06 00:00:14

  Modified:             ChangeLog ncmpcpp-0.2.4.ebuild
  Log:
  stable amd64, bug 249993
  (Portage version: 2.1.6_rc1/cvs/Linux 2.6.25.9 x86_64)

Revision  Changes    Path
1.4                  media-sound/ncmpcpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 Dec 2008 22:24:31 -0000	1.3
+++ ChangeLog	6 Dec 2008 00:00:14 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/ncmpcpp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.3 2008/12/05 22:24:31 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.4 2008/12/06 00:00:14 gentoofan23 Exp $
+
+  05 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org>
+  ncmpcpp-0.2.4.ebuild:
+  stable amd64, bug 249993
 
 *ncmpcpp-0.2.5 (05 Dec 2008)
 



1.2                  media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild?r1=1.1&r2=1.2

Index: ncmpcpp-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncmpcpp-0.2.4.ebuild	15 Oct 2008 16:50:50 -0000	1.1
+++ ncmpcpp-0.2.4.ebuild	6 Dec 2008 00:00:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v 1.1 2008/10/15 16:50:50 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v 1.2 2008/12/06 00:00:14 gentoofan23 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 IUSE="curl taglib unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="sys-libs/ncurses
 	curl? ( net-misc/curl )






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

* [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-0.2.4.ebuild
@ 2008-12-12 20:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2008-12-12 20:03 UTC (permalink / raw
  To: gentoo-commits

armin76     08/12/12 20:03:25

  Modified:             ChangeLog ncmpcpp-0.2.4.ebuild
  Log:
  x86 stable wrt #249993
  (Portage version: 2.1.6/cvs/Linux 2.6.26-gentoo-r4 i686)

Revision  Changes    Path
1.5                  media-sound/ncmpcpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Dec 2008 00:00:14 -0000	1.4
+++ ChangeLog	12 Dec 2008 20:03:25 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ncmpcpp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.4 2008/12/06 00:00:14 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.5 2008/12/12 20:03:25 armin76 Exp $
+
+  12 Dec 2008; Raúl Porcel <armin76@gentoo.org> ncmpcpp-0.2.4.ebuild:
+  x86 stable wrt #249993
 
   05 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org>
   ncmpcpp-0.2.4.ebuild:



1.3                  media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild?r1=1.2&r2=1.3

Index: ncmpcpp-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ncmpcpp-0.2.4.ebuild	6 Dec 2008 00:00:14 -0000	1.2
+++ ncmpcpp-0.2.4.ebuild	12 Dec 2008 20:03:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v 1.2 2008/12/06 00:00:14 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.4.ebuild,v 1.3 2008/12/12 20:03:25 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 IUSE="curl taglib unicode"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="sys-libs/ncurses
 	curl? ( net-misc/curl )






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

end of thread, other threads:[~2008-12-12 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-12 20:03 [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-0.2.4.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-06  0:00 Thomas Anderson (gentoofan23)
2008-10-15 16:50 Ben de Groot (yngwin)

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