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
commit4c0d94da3cb7948f170131e8a6a98892459a8316 (patch)
tree6b44f33d130fedb69e0f5276bf4c019fe5ba0405 /media-libs
parentia64/sparc stable wrt #251159 (diff)
downloadhistorical-4c0d94da3cb7948f170131e8a6a98892459a8316.tar.gz
historical-4c0d94da3cb7948f170131e8a6a98892459a8316.tar.bz2
historical-4c0d94da3cb7948f170131e8a6a98892459a8316.zip
Version bump
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'media-libs')
-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
+}