diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-05-25 09:56:22 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-05-25 09:56:22 +0000 |
commit | a5d10c3e11a7dc2fdcf33a1bdb7b8b813eef3e91 (patch) | |
tree | 08746e8f229566cc9f45d4a0f9bb4275605407d5 /media-plugins/gmpc-discogs | |
parent | Version Bump (diff) | |
download | historical-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-discogs')
-rw-r--r-- | media-plugins/gmpc-discogs/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/media-plugins/gmpc-discogs/ChangeLog b/media-plugins/gmpc-discogs/ChangeLog index 04f57cee60dd..e7aaf59d0332 100644 --- a/media-plugins/gmpc-discogs/ChangeLog +++ b/media-plugins/gmpc-discogs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gmpc-discogs -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-discogs/ChangeLog,v 1.1 2009/11/17 18:40:39 angelos Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-discogs/ChangeLog,v 1.2 2010/05/25 09:33:31 angelos Exp $ + +*gmpc-discogs-0.20.0 (25 May 2010) + + 25 May 2010; Christoph Mende <angelos@gentoo.org> + +gmpc-discogs-0.20.0.ebuild: + Version bump *gmpc-discogs-0.19.0 (17 Nov 2009) diff --git a/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild new file mode 100644 index 000000000000..8c8ac7650e62 --- /dev/null +++ b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild,v 1.1 2010/05/25 09:33:31 angelos Exp $ + +EAPI=2 + +DESCRIPTION="This plugin fetches artist and album images from discogs" +HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS" +SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2 + x11-libs/gtk+:2[jpeg]" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" +} |