beandog     14/09/02 21:50:22

  Modified:             ChangeLog
  Added:                libdvdread-5.0.0-r2.ebuild
  Removed:              libdvdread-5.0.0-r1.ebuild
  Log:
  Fix circular dependency, bug 521794
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EF920538)

Revision  Changes    Path
1.103                media-libs/libdvdread/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   29 Aug 2014 17:39:45 -0000      1.102
+++ ChangeLog   2 Sep 2014 21:50:22 -0000       1.103
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libdvdread
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.102 
2014/08/29 17:39:45 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.103 
2014/09/02 21:50:22 beandog Exp $
+
+*libdvdread-5.0.0-r2 (02 Sep 2014)
+
+  02 Sep 2014; Steve Dibb <bean...@gentoo.org> -libdvdread-5.0.0-r1.ebuild,
+  +libdvdread-5.0.0-r2.ebuild:
+  Fix circular dependency, bug 521794
 
 *libdvdread-5.0.0-r1 (29 Aug 2014)
 



1.1                  media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: libdvdread-5.0.0-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-5.0.0-r2.ebuild,v 1.1 
2014/09/02 21:50:22 beandog Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

SCM=""

if [ "${PV#9999}" != "${PV}" ] ; then
        SCM="git-r3"
        EGIT_REPO_URI="git://git.videolan.org/libdvdread.git"
        SRC_URI=""
else
        
SRC_URI="http://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2";
fi

inherit autotools-multilib ${SCM}

DESCRIPTION="Library for DVD navigation tools"
HOMEPAGE="http://dvdnav.mplayerhq.hu/";

LICENSE="GPL-2"
SLOT="0"

if [ "${PV#9999}" = "${PV}" ] ; then
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
else
        KEYWORDS=""
fi
IUSE="+css"

RDEPEND="css? ( >=media-libs/libdvdcss-1.3.0[${MULTILIB_USEDEP}] )
        abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r4
                !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS ChangeLog NEWS TODO README )




Reply via email to