From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-590555-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DE8B1381F3 for <garchives@archives.gentoo.org>; Tue, 14 May 2013 14:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59403E0932; Tue, 14 May 2013 14:40:08 +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 D429FE0932 for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2013 14:40:07 +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 E946033E00F for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2013 14:40:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 543) id A8E522171D; Tue, 14 May 2013 14:40:05 +0000 (UTC) From: "Doug Goldstein (cardoe)" <cardoe@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libvdpau-0.6.ebuild ChangeLog X-VCS-Directories: x11-libs/libvdpau X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130514144005.A8E522171D@flycatcher.gentoo.org> Date: Tue, 14 May 2013 14:40:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 937e75e4-0715-4439-85c6-2d6ccf0a9f81 X-Archives-Hash: cc16f017b2e38f8d7f700b4927c0954a cardoe 13/05/14 14:40:05 Modified: ChangeLog Added: libvdpau-0.6.ebuild Log: Version bump. bug #465062 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!) Revision Changes Path 1.28 x11-libs/libvdpau/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 26 Feb 2013 16:37:38 -0000 1.27 +++ ChangeLog 14 May 2013 14:40:05 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libvdpau # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.27 2013/02/26 16:37:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.28 2013/05/14 14:40:05 cardoe Exp $ + +*libvdpau-0.6 (14 May 2013) + + 14 May 2013; Doug Goldstein <cardoe@gentoo.org> +libvdpau-0.6.ebuild: + Version bump. bug #465062 *libvdpau-0.5-r1 (26 Feb 2013) 1.1 x11-libs/libvdpau/libvdpau-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.6.ebuild?rev=1.1&content-type=text/plain Index: libvdpau-0.6.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.6.ebuild,v 1.1 2013/05/14 14:40:05 cardoe Exp $ EAPI=5 inherit autotools-multilib DESCRIPTION="VDPAU wrapper and trace libraries" HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU" SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc dri" RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] dri? ( x11-libs/libXext[${MULTILIB_USEDEP}] ) !=x11-drivers/nvidia-drivers-180* !=x11-drivers/nvidia-drivers-185* !=x11-drivers/nvidia-drivers-190* abi_x86_32? ( !<=app-emulation/emul-linux-x86-xlibs-20130224 )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen media-gfx/graphviz virtual/latex-base ) dri? ( >=x11-proto/dri2proto-2.2 )" src_configure() { local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable doc documentation) $(use dri || echo --disable-dri2) ) autotools-multilib_src_configure } src_install() { autotools-multilib_src_install prune_libtool_files --modules }