diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-03 14:01:08 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-03 14:01:08 +0000 |
commit | b250ef085b9db8413da622e27565c4aafc7e3b40 (patch) | |
tree | 3068a200c315f616a5d76abf9fe03ec8478a0df6 /media-libs/libmpd | |
parent | stable on amd64; bug 169056 (diff) | |
download | gentoo-2-b250ef085b9db8413da622e27565c4aafc7e3b40.tar.gz gentoo-2-b250ef085b9db8413da622e27565c4aafc7e3b40.tar.bz2 gentoo-2-b250ef085b9db8413da622e27565c4aafc7e3b40.zip |
Version bump for bug #169098.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'media-libs/libmpd')
-rw-r--r-- | media-libs/libmpd/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmpd/files/digest-libmpd-0.13.0 | 3 | ||||
-rw-r--r-- | media-libs/libmpd/libmpd-0.13.0.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/media-libs/libmpd/ChangeLog b/media-libs/libmpd/ChangeLog index 555e1ab5f7d8..d9137b0d1ad8 100644 --- a/media-libs/libmpd/ChangeLog +++ b/media-libs/libmpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libmpd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.13 2007/02/22 01:58:58 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.14 2007/03/03 14:01:08 ticho Exp $ + +*libmpd-0.13.0 (03 Mar 2007) + + 03 Mar 2007; Andrej Kacian <ticho@gentoo.org> +libmpd-0.13.0.ebuild: + Version bump for bug #169098. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-libs/libmpd/files/digest-libmpd-0.13.0 b/media-libs/libmpd/files/digest-libmpd-0.13.0 new file mode 100644 index 000000000000..55dc4ef75a53 --- /dev/null +++ b/media-libs/libmpd/files/digest-libmpd-0.13.0 @@ -0,0 +1,3 @@ +MD5 a1109d36da9c5c9c6e5fed59309b783b libmpd-0.13.0.tar.gz 364628 +RMD160 7eff11f5bc23ab36d9f67cdaefb9249aba4b2616 libmpd-0.13.0.tar.gz 364628 +SHA256 81bd83f8d9907e68e55cd478b85ea3d2d841ac5b20b1832ad2c5e86f842e2c05 libmpd-0.13.0.tar.gz 364628 diff --git a/media-libs/libmpd/libmpd-0.13.0.ebuild b/media-libs/libmpd/libmpd-0.13.0.ebuild new file mode 100644 index 000000000000..6b2b50c005f1 --- /dev/null +++ b/media-libs/libmpd/libmpd-0.13.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/libmpd-0.13.0.ebuild,v 1.1 2007/03/03 14:01:08 ticho Exp $ + +DESCRIPTION="A library handling connection to a MPD server." +HOMEPAGE="http://sarine.nl/libmpd" +SRC_URI="http://download.sarine.nl/gmpc-0.14.0/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} |