diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-05-25 09:38:13 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-05-25 09:38:13 +0000 |
commit | f5aa933939191474db353102421e61f20c4ebed4 (patch) | |
tree | b83e10c8fef5d86c773dc51cd3b4f68ff1ff2bd1 /media-plugins/gmpc-extraplaylist | |
parent | Version bump (diff) | |
download | gentoo-2-f5aa933939191474db353102421e61f20c4ebed4.tar.gz gentoo-2-f5aa933939191474db353102421e61f20c4ebed4.tar.bz2 gentoo-2-f5aa933939191474db353102421e61f20c4ebed4.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-extraplaylist')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/media-plugins/gmpc-extraplaylist/ChangeLog b/media-plugins/gmpc-extraplaylist/ChangeLog index 5967bc9a250b..8364779654d8 100644 --- a/media-plugins/gmpc-extraplaylist/ChangeLog +++ b/media-plugins/gmpc-extraplaylist/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gmpc-extraplaylist -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.13 2009/06/09 19:04:57 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.14 2010/05/25 09:38:13 angelos Exp $ + +*gmpc-extraplaylist-0.20.0 (25 May 2010) + + 25 May 2010; Christoph Mende <angelos@gentoo.org> + +gmpc-extraplaylist-0.20.0.ebuild: + Version bump 09 Jun 2009; Christian Faulhammer <fauli@gentoo.org> gmpc-extraplaylist-0.18.0.ebuild: diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild new file mode 100644 index 000000000000..3e47638de441 --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild,v 1.1 2010/05/25 09:38:13 angelos Exp $ + +DESCRIPTION="This plugin adds a second pane showing the playlist" +HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_EXTRA_PLAYLIST" +SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + emake DESTDIR="${D}" install || die +} |