Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
Subject: gentoo-x86 commit in media-libs/libdvdread: libdvdread-4.1.3-r1.ebuild libdvdread-0.9.6.ebuild libdvdread-0.9.7.ebuild libdvdread-4.1.3.ebuild
Date: Fri, 21 Aug 2009 20:22:48 +0000
ssuominen    09/08/21 20:22:48

  Modified:             libdvdread-4.1.3-r1.ebuild libdvdread-0.9.6.ebuild
                        libdvdread-0.9.7.ebuild
  Removed:              libdvdread-4.1.3.ebuild
  Log:
  qa issues
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild?r1=1.1&r2=1.2

Index: libdvdread-4.1.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdvdread-4.1.3-r1.ebuild	3 Dec 2008 02:50:01 -0000	1.1
+++ libdvdread-4.1.3-r1.ebuild	21 Aug 2009 20:22:48 -0000	1.2
@@ -1,11 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild,v 1.1 2008/12/03 02:50:01 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-4.1.3-r1.ebuild,v 1.2 2009/08/21 20:22:48 ssuominen Exp $
 
 EAPI="1"
 
-WANT_AUTOCONF="2.5"
-inherit eutils autotools multilib
+inherit eutils multilib
 
 DESCRIPTION="Library for DVD navigation tools"
 HOMEPAGE="http://www.mplayerhq.hu/"



1.18                 media-libs/libdvdread/libdvdread-0.9.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.6.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.6.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.6.ebuild?r1=1.17&r2=1.18

Index: libdvdread-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.6.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libdvdread-0.9.6.ebuild	29 Jan 2008 21:43:22 -0000	1.17
+++ libdvdread-0.9.6.ebuild	21 Aug 2009 20:22:48 -0000	1.18
@@ -1,11 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.6.ebuild,v 1.17 2008/01/29 21:43:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.6.ebuild,v 1.18 2009/08/21 20:22:48 ssuominen Exp $
 
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit eutils libtool autotools
+inherit autotools eutils
 
 DESCRIPTION="Provides a simple foundation for reading DVD-Video images."
 SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz"
@@ -16,16 +13,14 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
 IUSE=""
 
-DEPEND=">=media-libs/libdvdcss-1.1.1"
+RDEPEND=">=media-libs/libdvdcss-1.1.1"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-
 	epatch "${FILESDIR}/${P}-udfsymbols.patch"
-
 	eautoreconf
-	elibtoolize
 }
 
 src_compile() {
@@ -38,9 +33,9 @@
 	einstall || die "make install failed"
 
 	dobin src/.libs/*  # install executables
-	cd ${D}usr/bin
+	cd "${D}"/usr/bin
 	mv ./ifo_dump ./ifo_dump_dvdread
 
-	cd ${S}
+	cd "${S}"
 	dodoc AUTHORS ChangeLog NEWS README TODO
 }



1.18                 media-libs/libdvdread/libdvdread-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.7.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.7.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.7.ebuild?r1=1.17&r2=1.18

Index: libdvdread-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.7.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libdvdread-0.9.7.ebuild	29 Jan 2008 21:43:22 -0000	1.17
+++ libdvdread-0.9.7.ebuild	21 Aug 2009 20:22:48 -0000	1.18
@@ -1,9 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.7.ebuild,v 1.17 2008/01/29 21:43:22 grobian Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-0.9.7.ebuild,v 1.18 2009/08/21 20:22:48 ssuominen Exp $
 
 inherit eutils libtool autotools
 
@@ -16,7 +13,8 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND=">=media-libs/libdvdcss-1.1.1"
+RDEPEND=">=media-libs/libdvdcss-1.1.1"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
 	unpack ${A}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-libs/blib: blib-1.1.7-r1.ebuild
Next by thread:
gentoo-x86 commit in xfce-extra/xfce4-stopwatch-plugin: metadata.xml ChangeLog xfce4-stopwatch-plugin-0.2.0.ebuild
Previous by date:
gentoo-x86 commit in media-libs/blib: blib-1.1.7-r1.ebuild
Next by date:
gentoo-x86 commit in xfce-extra/xfce4-stopwatch-plugin: metadata.xml ChangeLog xfce4-stopwatch-plugin-0.2.0.ebuild


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.