diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-26 19:30:33 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-26 19:30:33 +0000 |
commit | 6d82cfe89dbe2ae1e9d9f5e07c3e270d4baa50b9 (patch) | |
tree | 50f83a9fbf1038bd9ff3f98d67f11cc81f893bf2 /media-plugins/gmpc-extraplaylist | |
parent | Version bump (diff) | |
download | gentoo-2-6d82cfe89dbe2ae1e9d9f5e07c3e270d4baa50b9.tar.gz gentoo-2-6d82cfe89dbe2ae1e9d9f5e07c3e270d4baa50b9.tar.bz2 gentoo-2-6d82cfe89dbe2ae1e9d9f5e07c3e270d4baa50b9.zip |
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.28 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.17.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/media-plugins/gmpc-extraplaylist/ChangeLog b/media-plugins/gmpc-extraplaylist/ChangeLog index 7231b910d254..c9cb61a8493a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.3 2008/12/20 17:08:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.4 2008/12/26 19:30:33 angelos Exp $ + +*gmpc-extraplaylist-0.17.0 (26 Dec 2008) + + 26 Dec 2008; Christoph Mende <angelos@gentoo.org> + +gmpc-extraplaylist-0.17.0.ebuild: + Version bump 20 Dec 2008; nixnut <nixnut@gentoo.org> gmpc-extraplaylist-0.16.0.ebuild: ~ppc wrt bug 251332 diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.17.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.17.0.ebuild new file mode 100644 index 000000000000..4b5023ab0c5d --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.17.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 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.17.0.ebuild,v 1.1 2008/12/26 19:30:33 angelos Exp $ + +inherit multilib + +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 +} |