From 2f2db5725a2de2244d914bf7a52c331b2e706187 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Sat, 20 Dec 2008 14:55:13 +0000 Subject: Version bump and taking maintainership (Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64) --- media-sound/mpdscribble/ChangeLog | 8 +++++- media-sound/mpdscribble/metadata.xml | 4 +++ media-sound/mpdscribble/mpdscribble-0.13.ebuild | 33 +++++++++++++++++++++++ media-sound/mpdscribble/mpdscribble-0.2.12.ebuild | 4 +-- 4 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 media-sound/mpdscribble/mpdscribble-0.13.ebuild (limited to 'media-sound/mpdscribble') diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index cb302994ebc6..d3368ff03dc3 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/mpdscribble # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.20 2008/01/29 20:55:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.21 2008/12/20 14:55:13 angelos Exp $ + +*mpdscribble-0.13 (20 Dec 2008) + + 20 Dec 2008; Christoph Mende metadata.xml, + mpdscribble-0.2.12.ebuild, +mpdscribble-0.13.ebuild: + Version bump and taking maintainership 29 Jan 2008; Samuli Suominen -mpdscribble-0.2.6.ebuild, -mpdscribble-0.2.7.ebuild, -mpdscribble-0.2.9.ebuild, diff --git a/media-sound/mpdscribble/metadata.xml b/media-sound/mpdscribble/metadata.xml index 792d26f8e42a..ad471e80db3e 100644 --- a/media-sound/mpdscribble/metadata.xml +++ b/media-sound/mpdscribble/metadata.xml @@ -2,6 +2,10 @@ sound + + angelos@gentoo.org + Christoph Mende + A client for the Music Player Daemon that sends information to Audioscrobbler -- a website (www.last.fm) displaying what various people diff --git a/media-sound/mpdscribble/mpdscribble-0.13.ebuild b/media-sound/mpdscribble/mpdscribble-0.13.ebuild new file mode 100644 index 000000000000..2610ff69c06a --- /dev/null +++ b/media-sound/mpdscribble/mpdscribble-0.13.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.13.ebuild,v 1.1 2008/12/20 14:55:13 angelos Exp $ + +EAPI=1 + +DESCRIPTION="An MPD client that submits information to audioscrobbler." +HOMEPAGE="http://www.frob.nl/scribble.html" +SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-libs/glib:2 + net-libs/libsoup:2.4" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble + dodoc AUTHORS NEWS README + rm -r -f "${D}"/usr/share/doc/${PN} + dodir /var/cache/mpdscribble +} + +pkg_postinst() { + elog "If you are going to use the init script shipped with this script, you" + elog "will have to create a config file (/etc/${PN}.conf), see the man page" + elog "for instructions on how to write one." +} diff --git a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild index 2e93b9c642b9..9b3b2305f902 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.8 2008/01/29 20:55:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.9 2008/12/20 14:55:13 angelos Exp $ EAPI=1 @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { - emake -j1 DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install || die "emake install failed." exeinto /usr/share/mpdscribble doexe setup.sh -- cgit v1.2.3-65-gdbad