From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A0D911381F3 for ; Mon, 22 Apr 2013 18:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B7BE0A7E; Mon, 22 Apr 2013 18:24:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 095A4E0A7E for ; Mon, 22 Apr 2013 18:24:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF97D33DC38 for ; Mon, 22 Apr 2013 18:24:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id A90C32171D; Mon, 22 Apr 2013 18:24:14 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: libdmapsharing-2.9.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libdmapsharing-2.9.17.ebuild ChangeLog X-VCS-Directories: net-libs/libdmapsharing X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130422182414.A90C32171D@flycatcher.gentoo.org> Date: Mon, 22 Apr 2013 18:24:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c85eb09e-9d50-45b8-bceb-af469e42a9e2 X-Archives-Hash: ddb4890dfa20f9fbb4169ac8c64a43e0 pacho 13/04/22 18:24:14 Modified: ChangeLog Added: libdmapsharing-2.9.17.ebuild Log: Version bump (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.17 net-libs/libdmapsharing/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 2 Feb 2013 23:03:59 -0000 1.16 +++ ChangeLog 22 Apr 2013 18:24:14 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libdmapsharing # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.16 2013/02/02 23:03:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.17 2013/04/22 18:24:14 pacho Exp $ + +*libdmapsharing-2.9.17 (22 Apr 2013) + + 22 Apr 2013; Pacho Ramos +libdmapsharing-2.9.17.ebuild: + Version bump 02 Feb 2013; Agostino Sarubbo libdmapsharing-2.9.15.ebuild: Add ~arm, wrt bug #449220 1.1 net-libs/libdmapsharing/libdmapsharing-2.9.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.17.ebuild?rev=1.1&content-type=text/plain Index: libdmapsharing-2.9.17.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.17.ebuild,v 1.1 2013/04/22 18:24:14 pacho Exp $ EAPI=5 inherit eutils DESCRIPTION="A library that implements the DMAP family of protocols" HOMEPAGE="http://www.flyn.org/projects/libdmapsharing" SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="3.0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled # Doesn't seem to be used for anything... # TODO: implement tests (requires dev-libs/check) RDEPEND=" dev-libs/glib:2 x11-libs/gdk-pixbuf:2 >=net-dns/avahi-0.6 >=net-libs/libsoup-2.32:2.4 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 sys-libs/zlib " DEPEND="${RDEPEND} dev-util/gtk-doc-am virtual/pkgconfig " src_prepare() { default # Fix documentation slotting sed "s/^\(DOC_MODULE\).*/\1 = ${PN}-${SLOT}/" \ -i doc/Makefile.am doc/Makefile.in || die "sed failed" } src_configure() { econf --disable-maintainer-mode \ --with-mdns=avahi } src_install() { default prune_libtool_files }