diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:34:01 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:34:01 +0000 |
commit | bfd7a8669c52327ef15107e6723ba90203a7abc4 (patch) | |
tree | 8ecf6934bf835d951f2a391205bce15cfa1f0c98 /media-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-bfd7a8669c52327ef15107e6723ba90203a7abc4.tar.gz gentoo-2-bfd7a8669c52327ef15107e6723ba90203a7abc4.tar.bz2 gentoo-2-bfd7a8669c52327ef15107e6723ba90203a7abc4.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-avahi/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gmpc-avahi/gmpc-avahi-0.18.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/media-plugins/gmpc-avahi/ChangeLog b/media-plugins/gmpc-avahi/ChangeLog index 152d5b974d28..b63fb588fec9 100644 --- a/media-plugins/gmpc-avahi/ChangeLog +++ b/media-plugins/gmpc-avahi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gmpc-avahi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.13 2009/02/27 16:38:07 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.14 2009/03/13 11:34:01 angelos Exp $ + +*gmpc-avahi-0.18.0 (12 Mar 2009) + + 12 Mar 2009; Christoph Mende <angelos@gentoo.org> + +gmpc-avahi-0.18.0.ebuild: + Version bump 27 Feb 2009; Tiago Cunha <tcunha@gentoo.org> gmpc-avahi-0.17.0.ebuild: stable amd64, bug 259793 diff --git a/media-plugins/gmpc-avahi/gmpc-avahi-0.18.0.ebuild b/media-plugins/gmpc-avahi/gmpc-avahi-0.18.0.ebuild new file mode 100644 index 000000000000..afd9ed7dbff5 --- /dev/null +++ b/media-plugins/gmpc-avahi/gmpc-avahi-0.18.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/gmpc-avahi-0.18.0.ebuild,v 1.1 2009/03/13 11:34:01 angelos Exp $ + +DESCRIPTION="This plugin discovers avahi enabled mpd servers" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Avahi" +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 + net-dns/avahi" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + emake DESTDIR="${D}" install || die +} |