public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog vlc-1.0.9999.ebuild vlc-1.0.0.ebuild
Date: Tue, 21 Jul 2009 09:24:59 +0000	[thread overview]
Message-ID: <E1MTBal-00042b-DQ@stork.gentoo.org> (raw)

aballier    09/07/21 09:24:59

  Modified:             vlc-9999.ebuild ChangeLog vlc-1.0.9999.ebuild
                        vlc-1.0.0.ebuild
  Log:
  eapi2ify
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 media-video/vlc/vlc-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.21&r2=1.22

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vlc-9999.ebuild	13 Jul 2009 09:10:54 -0000	1.21
+++ vlc-9999.ebuild	21 Jul 2009 09:24:59 -0000	1.22
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.21 2009/07/13 09:10:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.22 2009/07/21 09:24:59 aballier Exp $
 
-EAPI="1"
+EAPI="2"
 
 SCM=""
 if [ "${PV%9999}" != "${PV}" ] ; then
@@ -221,8 +221,12 @@
 	if [ "${PV%9999}" != "${PV}" ] ; then
 		git_src_unpack
 	fi
-	cd "${S}"
+}
 
+src_prepare() {
+	if [ "${PV%9999}" != "${PV}" ] ; then
+		git_src_prepare
+	fi
 	# Make it build with libtool 1.5
 	rm -f m4/lt* m4/libtool.m4
 
@@ -230,7 +234,7 @@
 	AT_M4DIR="m4 ${WORKDIR}/${PN}-m4" eautoreconf
 }
 
-src_compile () {
+src_configure() {
 
 	# It would fail if -fforce-addr is used due to too few registers...
 	use x86 && filter-flags -fforce-addr
@@ -360,8 +364,6 @@
 		$(vlc_use_enable_force vlm vlm sout) \
 		$(vlc_use_enable_force skins skins2 qt4) \
 		$(vlc_use_enable_force remoteosd remoteosd libgcrypt)
-
-	emake || die "make of VLC failed"
 }
 
 src_install() {



1.472                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.472&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.472&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.471&r2=1.472

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.471
retrieving revision 1.472
diff -u -r1.471 -r1.472
--- ChangeLog	14 Jul 2009 14:09:13 -0000	1.471
+++ ChangeLog	21 Jul 2009 09:24:59 -0000	1.472
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.471 2009/07/14 14:09:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.472 2009/07/21 09:24:59 aballier Exp $
+
+  21 Jul 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.0.ebuild,
+  vlc-1.0.9999.ebuild, vlc-9999.ebuild:
+  eapi2ify
 
   13 Jul 2009; Joseph Jezak <josejx@gentoo.org> vlc-0.9.9a-r1.ebuild,
   vlc-1.0.0.ebuild:



1.16                 media-video/vlc/vlc-1.0.9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?r1=1.15&r2=1.16

Index: vlc-1.0.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vlc-1.0.9999.ebuild	8 Jul 2009 08:41:53 -0000	1.15
+++ vlc-1.0.9999.ebuild	21 Jul 2009 09:24:59 -0000	1.16
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.15 2009/07/08 08:41:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.16 2009/07/21 09:24:59 aballier Exp $
 
-EAPI="1"
+EAPI="2"
 
 SCM=""
 if [ "${PV%9999}" != "${PV}" ] ; then
@@ -220,8 +220,12 @@
 	if [ "${PV%9999}" != "${PV}" ] ; then
 		git_src_unpack
 	fi
-	cd "${S}"
+}
 
+src_prepare() {
+	if [ "${PV%9999}" != "${PV}" ] ; then
+		git_src_prepare
+	fi
 	# Make it build with libtool 1.5
 	rm -f m4/lt* m4/libtool.m4
 
@@ -229,7 +233,7 @@
 	AT_M4DIR="m4 ${WORKDIR}/${PN}-m4" eautoreconf
 }
 
-src_compile () {
+src_configure() {
 
 	# It would fail if -fforce-addr is used due to too few registers...
 	use x86 && filter-flags -fforce-addr
@@ -358,8 +362,6 @@
 		$(vlc_use_enable_force vlm vlm sout) \
 		$(vlc_use_enable_force skins skins2 qt4) \
 		$(vlc_use_enable_force remoteosd remoteosd libgcrypt)
-
-	emake || die "make of VLC failed"
 }
 
 src_install() {



1.7                  media-video/vlc/vlc-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild?r1=1.6&r2=1.7

Index: vlc-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vlc-1.0.0.ebuild	13 Jul 2009 18:17:05 -0000	1.6
+++ vlc-1.0.0.ebuild	21 Jul 2009 09:24:59 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild,v 1.6 2009/07/13 18:17:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0.ebuild,v 1.7 2009/07/21 09:24:59 aballier Exp $
 
-EAPI="1"
+EAPI="2"
 
 SCM=""
 if [ "${PV%9999}" != "${PV}" ] ; then
@@ -220,8 +220,11 @@
 	if [ "${PV%9999}" != "${PV}" ] ; then
 		git_src_unpack
 	fi
-	cd "${S}"
-
+}
+src_prepare() {
+	if [ "${PV%9999}" != "${PV}" ] ; then
+		git_src_prepare
+	fi
 	# Make it build with libtool 1.5
 	rm -f m4/lt* m4/libtool.m4
 
@@ -229,7 +232,7 @@
 	AT_M4DIR="m4 ${WORKDIR}/${PN}-m4" eautoreconf
 }
 
-src_compile () {
+src_configure() {
 
 	# It would fail if -fforce-addr is used due to too few registers...
 	use x86 && filter-flags -fforce-addr
@@ -358,8 +361,6 @@
 		$(vlc_use_enable_force vlm vlm sout) \
 		$(vlc_use_enable_force skins skins2 qt4) \
 		$(vlc_use_enable_force remoteosd remoteosd libgcrypt)
-
-	emake || die "make of VLC failed"
 }
 
 src_install() {






             reply	other threads:[~2009-07-21  9:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-21  9:24 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-27  7:14 [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog vlc-1.0.9999.ebuild vlc-1.0.0.ebuild Alexis Ballier (aballier)
2009-07-26 15:26 Samuli Suominen (ssuominen)
2009-07-24 12:02 Alexis Ballier (aballier)
2009-07-23 18:45 Alexis Ballier (aballier)
2009-07-21  9:31 Alexis Ballier (aballier)
2009-07-08  8:41 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MTBal-00042b-DQ@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox