yngwin      15/05/28 10:06:37

  Modified:             opus-1.1.ebuild ChangeLog
  Log:
  Add non-bash-shell patch from upstream provided in bug #510918
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.8                  media-libs/opus/opus-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.1.ebuild?r1=1.7&r2=1.8

Index: opus-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opus-1.1.ebuild     9 May 2015 14:07:43 -0000       1.7
+++ opus-1.1.ebuild     28 May 2015 10:06:37 -0000      1.8
@@ -1,37 +1,30 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.7 
2015/05/09 14:07:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.8 
2015/05/28 10:06:37 yngwin Exp $
 
 EAPI=5
+AUTOTOOLS_AUTORECONF="1"
+inherit autotools-multilib
 
 if [[ ${PV} == *9999 ]] ; then
-       SCM="git-2"
+       inherit git-2
        EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
-       AUTOTOOLS_AUTORECONF="1"
+else
+       SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz";
+       KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
-inherit autotools-multilib ${SCM}
-
-MY_P=${P/_/-}
 DESCRIPTION="Open versatile codec designed for interactive speech and audio 
transmission over the internet"
 HOMEPAGE="http://opus-codec.org/";
 SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz";
-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/${PN}/${MY_P}.tar.gz";
-fi
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="custom-modes doc static-libs"
 
 DEPEND="doc? ( app-doc/doxygen )"
 
-S=${WORKDIR}/${MY_P}
+PATCHES=( "${FILESDIR}/1.1-fix-configure.ac-shell-bug.patch" ) # bug 510918
 
 src_configure() {
        local myeconfargs=(



1.44                 media-libs/opus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   9 May 2015 14:07:43 -0000       1.43
+++ ChangeLog   28 May 2015 10:06:37 -0000      1.44
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/opus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.43 2015/05/09 
14:07:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.44 2015/05/28 
10:06:37 yngwin Exp $
+
+  28 May 2015; Ben de Groot <yng...@gentoo.org>
+  +files/1.1-fix-configure.ac-shell-bug.patch, opus-1.1.ebuild:
+  Add non-bash-shell patch from upstream provided in bug #510918
 
   09 May 2015; Ben de Groot <yng...@gentoo.org> opus-1.1.ebuild:
   Mark stable for amd64, bug #500868




Reply via email to