summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-26 18:58:31 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-26 18:58:31 +0000
commitd46fe3b765a69a698c33f84a308db9e08d19b42c (patch)
treef849a7428313a2c1733b1a8f1e29682f63c9513e /media-libs/libmpd
parentia64/sparc stable wrt #251159 (diff)
downloadgentoo-2-d46fe3b765a69a698c33f84a308db9e08d19b42c.tar.gz
gentoo-2-d46fe3b765a69a698c33f84a308db9e08d19b42c.tar.bz2
gentoo-2-d46fe3b765a69a698c33f84a308db9e08d19b42c.zip
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-libs/libmpd')
-rw-r--r--media-libs/libmpd/ChangeLog7
-rw-r--r--media-libs/libmpd/libmpd-0.17.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/media-libs/libmpd/ChangeLog b/media-libs/libmpd/ChangeLog
index 7e295efee333..282dba85d6ff 100644
--- a/media-libs/libmpd/ChangeLog
+++ b/media-libs/libmpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libmpd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.37 2008/12/20 16:52:46 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.38 2008/12/26 18:58:31 angelos Exp $
+
+*libmpd-0.17.0 (26 Dec 2008)
+
+ 26 Dec 2008; Christoph Mende <angelos@gentoo.org> +libmpd-0.17.0.ebuild:
+ Version bump
20 Dec 2008; nixnut <nixnut@gentoo.org> libmpd-0.16.1.ebuild:
Stable on ppc wrt bug 251332
diff --git a/media-libs/libmpd/libmpd-0.17.0.ebuild b/media-libs/libmpd/libmpd-0.17.0.ebuild
new file mode 100644
index 000000000000..070a70eaae4d
--- /dev/null
+++ b/media-libs/libmpd/libmpd-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-libs/libmpd/libmpd-0.17.0.ebuild,v 1.1 2008/12/26 18:58:31 angelos Exp $
+
+EAPI=1
+
+DESCRIPTION="A library handling connection 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 "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README
+}