diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:35:56 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:35:56 +0000 |
commit | 81e5410d618e9ef2572a9851637ae3acdcb37406 (patch) | |
tree | 6e4e3330a1913fd978ddba973996fcfca1ca23c0 /media-plugins/gmpc-extraplaylist | |
parent | Version bump (diff) | |
download | gentoo-2-81e5410d618e9ef2572a9851637ae3acdcb37406.tar.gz gentoo-2-81e5410d618e9ef2572a9851637ae3acdcb37406.tar.bz2 gentoo-2-81e5410d618e9ef2572a9851637ae3acdcb37406.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-extraplaylist')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/media-plugins/gmpc-extraplaylist/ChangeLog b/media-plugins/gmpc-extraplaylist/ChangeLog index ba5a79221145..96fb7bdea59d 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.7 2009/02/27 16:41:52 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.8 2009/03/13 11:35:56 angelos Exp $ + +*gmpc-extraplaylist-0.18.0 (12 Mar 2009) + + 12 Mar 2009; Christoph Mende <angelos@gentoo.org> + +gmpc-extraplaylist-0.18.0.ebuild: + Version bump 27 Feb 2009; Tiago Cunha <tcunha@gentoo.org> gmpc-extraplaylist-0.17.0.ebuild: diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild new file mode 100644 index 000000000000..b60dccd7396e --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.18.0.ebuild,v 1.1 2009/03/13 11:35:56 angelos Exp $ + +DESCRIPTION="This plugin adds a second pane showing the playlist" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/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 +} |