summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-04-30 16:19:42 +0000
committerChristoph Mende <angelos@gentoo.org>2011-04-30 16:19:42 +0000
commit56ebf47e94e30ff8b8d02876fc24ad65b71abed2 (patch)
tree648198113d7401bf3faa9dd43e63c61804fa05a5 /media-sound/qmpdclient
parentBump to 3.0.1, remove old (diff)
downloadgentoo-2-56ebf47e94e30ff8b8d02876fc24ad65b71abed2.tar.gz
gentoo-2-56ebf47e94e30ff8b8d02876fc24ad65b71abed2.tar.bz2
gentoo-2-56ebf47e94e30ff8b8d02876fc24ad65b71abed2.zip
Switch to git-2
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r--media-sound/qmpdclient/ChangeLog5
-rw-r--r--media-sound/qmpdclient/qmpdclient-9999.ebuild11
2 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog
index 22cd2e47f86f..e3fcfd8db07e 100644
--- a/media-sound/qmpdclient/ChangeLog
+++ b/media-sound/qmpdclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/qmpdclient
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.82 2011/04/25 14:54:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.83 2011/04/30 16:19:42 angelos Exp $
+
+ 30 Apr 2011; Christoph Mende <angelos@gentoo.org> qmpdclient-9999.ebuild:
+ Switch to git-2
25 Apr 2011; Raúl Porcel <armin76@gentoo.org> qmpdclient-1.1.3.ebuild:
Drop sparc keywords
diff --git a/media-sound/qmpdclient/qmpdclient-9999.ebuild b/media-sound/qmpdclient/qmpdclient-9999.ebuild
index 996a8b9ce8e4..422302621377 100644
--- a/media-sound/qmpdclient/qmpdclient-9999.ebuild
+++ b/media-sound/qmpdclient/qmpdclient-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v 1.4 2011/03/19 09:55:23 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v 1.5 2011/04/30 16:19:42 angelos Exp $
-EAPI=3
-inherit fdo-mime cmake-utils git
+EAPI=4
+inherit fdo-mime cmake-utils git-2
DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
HOMEPAGE="http://bitcheese.net/wiki/QMPDClient"
@@ -22,11 +22,8 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}
-pkg_setup() {
- DOCS="AUTHORS README THANKSTO Changelog"
-}
-
src_configure() {
+ DOCS=( AUTHORS README THANKSTO Changelog )
mycmakeargs=( "-DVERSION=${PV}" )
cmake-utils_src_configure
}