public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libmpdclient: libmpdclient-2.9.ebuild ChangeLog libmpdclient-2.7.ebuild
Date: Thu, 31 Oct 2013 11:20:00 +0000 (UTC)	[thread overview]
Message-ID: <20131031112000.1937720047@flycatcher.gentoo.org> (raw)

angelos     13/10/31 11:20:00

  Modified:             ChangeLog
  Added:                libmpdclient-2.9.ebuild
  Removed:              libmpdclient-2.7.ebuild
  Log:
  Version bump, remove old
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.54                 media-libs/libmpdclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpdclient/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpdclient/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpdclient/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpdclient/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	25 May 2013 08:05:03 -0000	1.53
+++ ChangeLog	31 Oct 2013 11:19:59 -0000	1.54
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libmpdclient
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpdclient/ChangeLog,v 1.53 2013/05/25 08:05:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpdclient/ChangeLog,v 1.54 2013/10/31 11:19:59 angelos Exp $
+
+*libmpdclient-2.9 (31 Oct 2013)
+
+  31 Oct 2013; Christoph Mende <angelos@gentoo.org> +libmpdclient-2.9.ebuild,
+  -libmpdclient-2.7.ebuild:
+  Version bump, remove old
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> libmpdclient-2.8.ebuild:
   Stable for sparc, wrt bug #469468



1.1                  media-libs/libmpdclient/libmpdclient-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpdclient/libmpdclient-2.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpdclient/libmpdclient-2.9.ebuild?rev=1.1&content-type=text/plain

Index: libmpdclient-2.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpdclient/libmpdclient-2.9.ebuild,v 1.1 2013/10/31 11:19:59 angelos Exp $

EAPI=4

DESCRIPTION="A library for interfacing Music Player Daemon (media-sound/mpd)"
HOMEPAGE="http://www.musicpd.org"
SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples static-libs"

RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"

src_prepare() {
	sed -e "s:@top_srcdir@:.:" -i doc/doxygen.conf.in
}

src_configure() {
	econf \
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
		$(use_enable static-libs static) \
		$(use_enable doc documentation)
}

src_install() {
	default
	use examples && dodoc src/example.c
	use doc || rm -rf "${ED}"/usr/share/doc/${PF}/html
	find "${ED}" -name "*.la" -exec rm -rf {} + || die "failed to delete .la files"
}





                 reply	other threads:[~2013-10-31 11:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131031112000.1937720047@flycatcher.gentoo.org \
    --to=angelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox