summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-04-30 14:14:51 +0000
committerJeroen Roovers <jer@gentoo.org>2014-04-30 14:14:51 +0000
commit135b95704c16d273600af259819a609769179fce (patch)
tree3a4e366c81304b9459de41c5aadc0541974e4fc6 /media-sound
parentStable for amd64, wrt bug #509110 (diff)
downloadgentoo-2-135b95704c16d273600af259819a609769179fce.tar.gz
gentoo-2-135b95704c16d273600af259819a609769179fce.tar.bz2
gentoo-2-135b95704c16d273600af259819a609769179fce.zip
Remove IUSE=bash-completion.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ncmpcpp/ChangeLog8
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-0.5.10.ebuild10
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-9999.ebuild8
3 files changed, 14 insertions, 12 deletions
diff --git a/media-sound/ncmpcpp/ChangeLog b/media-sound/ncmpcpp/ChangeLog
index f79eed441396..90408dee78ea 100644
--- a/media-sound/ncmpcpp/ChangeLog
+++ b/media-sound/ncmpcpp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/ncmpcpp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.81 2013/12/30 12:32:50 jer Exp $
+# 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 $
+
+ 30 Apr 2014; Jeroen Roovers <jer@gentoo.org> ncmpcpp-0.5.10.ebuild,
+ ncmpcpp-9999.ebuild:
+ Remove IUSE=bash-completion.
30 Dec 2013; Jeroen Roovers <jer@gentoo.org> ncmpcpp-9999.ebuild:
Migrate to git-r3.eclass.
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.5.10.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.5.10.ebuild
index 80bde7697110..0a97b383f50f 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.5.10.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.5.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.5.10.ebuild,v 1.11 2013/11/26 11:02:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.5.10.ebuild,v 1.12 2014/04/30 14:14:51 jer Exp $
EAPI="4"
@@ -11,7 +11,7 @@ HOMEPAGE="http://ncmpcpp.rybczak.net/"
SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2"
LICENSE="GPL-2"
-IUSE="bash-completion clock curl fftw iconv outputs taglib unicode visualizer"
+IUSE="clock curl fftw iconv outputs taglib unicode visualizer"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc sparc x86"
@@ -57,9 +57,7 @@ src_install() {
rm -rf "${D}"/usr/share/doc/${PN}
dodoc AUTHORS NEWS doc/config doc/keys
- if use bash-completion; then
- newbashcomp doc/${PN}-completion.bash ${PN}
- fi
+ newbashcomp doc/${PN}-completion.bash ${PN}
}
pkg_postinst() {
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
index 647fa4bc9f39..cec18ae1105b 100644
--- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.3 2013/12/30 12:32:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v 1.4 2014/04/30 14:14:51 jer Exp $
EAPI=5
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="bash-completion clock curl outputs taglib unicode visualizer"
+IUSE="clock curl outputs taglib unicode visualizer"
RDEPEND="
>=dev-libs/boost-1.50[nls]
@@ -48,7 +48,7 @@ src_configure() {
src_install() {
default
- use bash-completion && newbashcomp doc/${PN}-completion.bash ${PN}
+ newbashcomp doc/${PN}-completion.bash ${PN}
}
pkg_postinst() {