diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-27 11:41:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-27 11:41:40 +0000 |
commit | 9d4d603abf2e40bb811bca2ec279bfcd3d818cb3 (patch) | |
tree | 3217b123d1c12cebe6d11b710a7b82a5206c4132 /media-libs/libmpd | |
parent | amd64/x86 stable, bug #286193 (diff) | |
download | gentoo-2-9d4d603abf2e40bb811bca2ec279bfcd3d818cb3.tar.gz gentoo-2-9d4d603abf2e40bb811bca2ec279bfcd3d818cb3.tar.bz2 gentoo-2-9d4d603abf2e40bb811bca2ec279bfcd3d818cb3.zip |
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libmpd')
-rw-r--r-- | media-libs/libmpd/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmpd/libmpd-0.19.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/media-libs/libmpd/ChangeLog b/media-libs/libmpd/ChangeLog index be416b996532..51d6da2057d0 100644 --- a/media-libs/libmpd/ChangeLog +++ b/media-libs/libmpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libmpd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.48 2009/06/09 18:57:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.49 2009/09/27 11:41:40 ssuominen Exp $ + +*libmpd-0.19.0 (27 Sep 2009) + + 27 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> +libmpd-0.19.0.ebuild: + Version bump. 09 Jun 2009; Christian Faulhammer <fauli@gentoo.org> libmpd-0.18.0.ebuild: stable x86, bug 272347 diff --git a/media-libs/libmpd/libmpd-0.19.0.ebuild b/media-libs/libmpd/libmpd-0.19.0.ebuild new file mode 100644 index 000000000000..4d971d1992b2 --- /dev/null +++ b/media-libs/libmpd/libmpd-0.19.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/libmpd-0.19.0.ebuild,v 1.1 2009/09/27 11:41:40 ssuominen Exp $ + +EAPI=2 + +DESCRIPTION="A library handling connections to a MPD server" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Libmpd" +SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README +} |