public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: libvorbis-1.3.3-r1.ebuild libvorbis-1.3.4.ebuild ChangeLog
@ 2014-06-18 19:51 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:51 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 19:51:37

  Modified:             libvorbis-1.3.3-r1.ebuild libvorbis-1.3.4.ebuild
                        ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild?r1=1.2&r2=1.3

Index: libvorbis-1.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvorbis-1.3.3-r1.ebuild	26 Jun 2013 18:11:46 -0000	1.2
+++ libvorbis-1.3.3-r1.ebuild	18 Jun 2014 19:51:37 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild,v 1.2 2013/06/26 18:11:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild,v 1.3 2014/06/18 19:51:37 mgorny Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -15,7 +15,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
-RDEPEND="media-libs/libogg[${MULTILIB_USEDEP}]
+RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
 	abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}
 	app-arch/xz-utils



1.7                  media-libs/libvorbis/libvorbis-1.3.4.ebuild

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

Index: libvorbis-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libvorbis-1.3.4.ebuild	14 Jun 2014 10:23:35 -0000	1.6
+++ libvorbis-1.3.4.ebuild	18 Jun 2014 19:51:37 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild,v 1.6 2014/06/14 10:23:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild,v 1.7 2014/06/18 19:51:37 mgorny Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -15,7 +15,7 @@
 KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
-RDEPEND="media-libs/libogg[${MULTILIB_USEDEP}]
+RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
 	abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}
 	app-arch/xz-utils



1.166                media-libs/libvorbis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	14 Jun 2014 10:23:35 -0000	1.165
+++ ChangeLog	18 Jun 2014 19:51:37 -0000	1.166
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libvorbis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.165 2014/06/14 10:23:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.166 2014/06/18 19:51:37 mgorny Exp $
+
+  18 Jun 2014; Michał Górny <mgorny@gentoo.org> libvorbis-1.3.3-r1.ebuild,
+  libvorbis-1.3.4.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
   14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libvorbis-1.3.4.ebuild:
   x86 stable wrt bug #507150





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-18 19:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 19:51 [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: libvorbis-1.3.3-r1.ebuild libvorbis-1.3.4.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox