summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-01-29 22:39:51 +0000
committerBen de Groot <yngwin@gentoo.org>2009-01-29 22:39:51 +0000
commit2085bc35bcab624dad8daea2a6f58e6c2fcce0f5 (patch)
tree8311ffb97628308acab0efdd9ad894b47dbb5e2d /media-sound/ncmpcpp
parentremove x11-misc/goats mask since it is now gone from the tree, #248564. (diff)
downloadgentoo-2-2085bc35bcab624dad8daea2a6f58e6c2fcce0f5.tar.gz
gentoo-2-2085bc35bcab624dad8daea2a6f58e6c2fcce0f5.tar.bz2
gentoo-2-2085bc35bcab624dad8daea2a6f58e6c2fcce0f5.zip
Drop the 0.3 ebuild that misses USE=clock and add message about changed syntax.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-sound/ncmpcpp')
-rw-r--r--media-sound/ncmpcpp/ChangeLog7
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild7
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-0.3.ebuild41
3 files changed, 11 insertions, 44 deletions
diff --git a/media-sound/ncmpcpp/ChangeLog b/media-sound/ncmpcpp/ChangeLog
index 1f2113f2aa08..1ab466a3250c 100644
--- a/media-sound/ncmpcpp/ChangeLog
+++ b/media-sound/ncmpcpp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/ncmpcpp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.10 2009/01/27 06:30:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.11 2009/01/29 22:39:51 yngwin Exp $
+
+ 29 Jan 2009; Ben de Groot <yngwin@gentoo.org> -ncmpcpp-0.3.ebuild,
+ ncmpcpp-0.3-r1.ebuild:
+ Drop the 0.3 ebuild that misses USE=clock and add message about changed
+ syntax.
*ncmpcpp-0.3-r1 (27 Jan 2009)
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild
index 348aed369cec..6b8e2df9b013 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild,v 1.1 2009/01/27 06:30:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild,v 1.2 2009/01/29 22:39:51 yngwin Exp $
EAPI="2"
inherit eutils
@@ -36,7 +36,10 @@ pkg_postinst() {
elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/keys"
elog "as user configuration files."
echo
- elog "This version of ncmpcc uses features from mpd-0.14, so"
+ elog "This version of ncmpcpp uses features from mpd-0.14, so"
elog "we recommend you use this with >=mpd-0.14_alpha1."
echo
+ elog "The color syntax has changed, see the example config file"
+ elog "for the new syntax."
+ echo
}
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.3.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.3.ebuild
deleted file mode 100644
index e2429aefaee0..000000000000
--- a/media-sound/ncmpcpp/ncmpcpp-0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.ebuild,v 1.1 2009/01/26 13:42:22 yngwin Exp $
-
-EAPI="2"
-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[unicode?]
- curl? ( net-misc/curl )
- taglib? ( media-libs/taglib )"
-RDEPEND="$DEPEND"
-
-src_configure() {
- econf $(use_enable unicode) $(use_with curl) $(use_with taglib)
-}
-
-src_install() {
- emake install DESTDIR="${D}" docdir="/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} uses ~/.ncmpcpp/config and ~/.ncmpcpp/keys"
- elog "as user configuration files."
- echo
- elog "This version of ncmpcc uses features from mpd-0.14, so"
- elog "we recommend you use this with >=mpd-0.14_alpha1."
- echo
-}