From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-635131-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 A04251381F3 for <garchives@archives.gentoo.org>; Sat, 12 Oct 2013 10:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35B4AE0A9A; Sat, 12 Oct 2013 10:46:43 +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 AD3F8E0A9A for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2013 10:46:42 +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 A7AAA33EDED for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2013 10:46:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 6E41D2004C; Sat, 12 Oct 2013 10:46:40 +0000 (UTC) From: "Alexis Ballier (aballier)" <aballier@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/opus-tools: ChangeLog opus-tools-0.1.7.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog opus-tools-0.1.7.ebuild X-VCS-Directories: media-sound/opus-tools X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131012104640.6E41D2004C@flycatcher.gentoo.org> Date: Sat, 12 Oct 2013 10:46:40 +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: 50e6f698-faa4-4999-8c91-60cfd78882e1 X-Archives-Hash: 8d31ae295a7d87374fab7e5b6e5f3a4c aballier 13/10/12 10:46:40 Modified: ChangeLog Added: opus-tools-0.1.7.ebuild Log: version bump (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.6 media-sound/opus-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 8 Apr 2013 01:20:30 -0000 1.5 +++ ChangeLog 12 Oct 2013 10:46:40 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/opus-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v 1.5 2013/04/08 01:20:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/ChangeLog,v 1.6 2013/10/12 10:46:40 aballier Exp $ + +*opus-tools-0.1.7 (12 Oct 2013) + + 12 Oct 2013; Alexis Ballier <aballier@gentoo.org> +opus-tools-0.1.7.ebuild: + version bump 08 Apr 2013; Tim Harder <radhermit@gentoo.org> metadata.xml: Use correct herd. 1.1 media-sound/opus-tools/opus-tools-0.1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild?rev=1.1&content-type=text/plain Index: opus-tools-0.1.7.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/opus-tools/opus-tools-0.1.7.ebuild,v 1.1 2013/10/12 10:46:40 aballier Exp $ EAPI=4 if [[ ${PV} == *9999 ]] ; then SCM="git-2" EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git" fi inherit autotools ${SCM} DESCRIPTION="The Opus codec is designed for interactive speech and audio transmission over the Internet." HOMEPAGE="http://opus-codec.org/" if [[ ${PV} == *9999 ]] ; then SRC_URI="" elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz" else # Official release SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" fi LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=media-libs/libogg-1.3.0 >=media-libs/opus-0.9.10" DEPEND="virtual/pkgconfig ${DEPEND}" src_prepare() { [[ ${PV} == *9999 ]] && eautoreconf } src_compile() { default } src_install() { default find "${D}" -name '*.la' -delete }