summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-05-25 09:56:22 +0000
committerChristoph Mende <angelos@gentoo.org>2010-05-25 09:56:22 +0000
commita5d10c3e11a7dc2fdcf33a1bdb7b8b813eef3e91 (patch)
tree08746e8f229566cc9f45d4a0f9bb4275605407d5 /media-plugins/gmpc-lyrics
parentVersion Bump (diff)
downloadhistorical-a5d10c3e11a7dc2fdcf33a1bdb7b8b813eef3e91.tar.gz
historical-a5d10c3e11a7dc2fdcf33a1bdb7b8b813eef3e91.tar.bz2
historical-a5d10c3e11a7dc2fdcf33a1bdb7b8b813eef3e91.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gmpc-lyrics')
-rw-r--r--media-plugins/gmpc-lyrics/ChangeLog10
-rw-r--r--media-plugins/gmpc-lyrics/gmpc-lyrics-0.20.0.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/media-plugins/gmpc-lyrics/ChangeLog b/media-plugins/gmpc-lyrics/ChangeLog
index acd911264358..77d841485dad 100644
--- a/media-plugins/gmpc-lyrics/ChangeLog
+++ b/media-plugins/gmpc-lyrics/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gmpc-lyrics
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lyrics/ChangeLog,v 1.28 2009/09/27 12:49:27 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lyrics/ChangeLog,v 1.29 2010/05/25 09:47:48 angelos Exp $
+
+*gmpc-lyrics-0.20.0 (25 May 2010)
+
+ 25 May 2010; Christoph Mende <angelos@gentoo.org>
+ +gmpc-lyrics-0.20.0.ebuild:
+ Version bump
*gmpc-lyrics-0.19.0 (27 Sep 2009)
diff --git a/media-plugins/gmpc-lyrics/gmpc-lyrics-0.20.0.ebuild b/media-plugins/gmpc-lyrics/gmpc-lyrics-0.20.0.ebuild
new file mode 100644
index 000000000000..6c433761cb70
--- /dev/null
+++ b/media-plugins/gmpc-lyrics/gmpc-lyrics-0.20.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lyrics/gmpc-lyrics-0.20.0.ebuild,v 1.1 2010/05/25 09:47:48 angelos Exp $
+
+EAPI=2
+
+DESCRIPTION="This plugin fetches lyrics"
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LYRICS"
+SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND=">=media-sound/gmpc-${PV}
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ nls? ( dev-util/intltool
+ sys-devel/gettext )"
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ --disable-dependency-tracking
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}