public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/iasl: ChangeLog iasl-20080701.ebuild iasl-20090521.ebuild iasl-20080514.ebuild iasl-20090123.ebuild
@ 2009-07-31  6:47 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2009-07-31  6:47 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/07/31 06:47:10

  Modified:             ChangeLog iasl-20080701.ebuild iasl-20090521.ebuild
                        iasl-20080514.ebuild iasl-20090123.ebuild
  Log:
  Bug #278730.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 sys-power/iasl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -p -w -b -B -u -u -r1.26 -r1.27
--- ChangeLog	29 May 2009 01:12:07 -0000	1.26
+++ ChangeLog	31 Jul 2009 06:47:10 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sys-power/iasl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.26 2009/05/29 01:12:07 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.27 2009/07/31 06:47:10 robbat2 Exp $
+
+  31 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> iasl-20080514.ebuild,
+  iasl-20080701.ebuild, iasl-20090123.ebuild, iasl-20090521.ebuild:
+  Bug #278730.
 
   29 May 2009; Steve Dibb <beandog@gentoo.org> iasl-20090123.ebuild:
   amd64 stable, bug 271248



1.3                  sys-power/iasl/iasl-20080701.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?r1=1.2&r2=1.3

Index: iasl-20080701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- iasl-20080701.ebuild	9 Sep 2008 06:01:36 -0000	1.2
+++ iasl-20080701.ebuild	31 Jul 2009 06:47:10 -0000	1.3
@@ -1,6 +1,6 @@
-# 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/sys-power/iasl/iasl-20080701.ebuild,v 1.2 2008/09/09 06:01:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.3 2009/07/31 06:47:10 robbat2 Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -80,15 +80,15 @@ src_install() {
 		dobin "${T}"/${bin}
 	done
 	dodoc README changes.txt
-	if hasq test $FEATURES ; then
+	if use test ; then
+		tb="${T}"/testresults.tar.bz2
 		export ASLTSDIR="$(<"${T}"/asltdir)"
-		cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
 		ebegin "Creating Test Tarball"
-		tar -cjf testresults.tar.bz2 * || die "tar failed"
+		tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS .  || die "tar failed"
 		eend $?
 		dodir /usr/share/${PF}
 		insinto /usr/share/${PF}
-		doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
+		doins ${tb} || die "doins testresults.tar.bz2 failed"
 	fi
 
 }



1.2                  sys-power/iasl/iasl-20090521.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?r1=1.1&r2=1.2

Index: iasl-20090521.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- iasl-20090521.ebuild	26 May 2009 02:07:59 -0000	1.1
+++ iasl-20090521.ebuild	31 Jul 2009 06:47:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.1 2009/05/26 02:07:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.2 2009/07/31 06:47:10 robbat2 Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -83,15 +83,15 @@ src_install() {
 		dobin "${T}"/${bin}
 	done
 	dodoc README changes.txt
-	if hasq test $FEATURES ; then
+	if use test ; then
+		tb="${T}"/testresults.tar.bz2
 		export ASLTSDIR="$(<"${T}"/asltdir)"
-		cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
 		ebegin "Creating Test Tarball"
-		tar -cjf testresults.tar.bz2 * || die "tar failed"
+		tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS .  || die "tar failed"
 		eend $?
 		dodir /usr/share/${PF}
 		insinto /usr/share/${PF}
-		doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
+		doins ${tb} || die "doins testresults.tar.bz2 failed"
 	fi
 
 }



1.4                  sys-power/iasl/iasl-20080514.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?r1=1.3&r2=1.4

Index: iasl-20080514.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- iasl-20080514.ebuild	7 Jun 2008 02:55:49 -0000	1.3
+++ iasl-20080514.ebuild	31 Jul 2009 06:47:10 -0000	1.4
@@ -1,6 +1,6 @@
-# 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/sys-power/iasl/iasl-20080514.ebuild,v 1.3 2008/06/07 02:55:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.4 2009/07/31 06:47:10 robbat2 Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -74,15 +74,15 @@ src_install() {
 		dobin "${T}"/${bin}
 	done
 	dodoc README changes.txt
-	if hasq test $FEATURES ; then
+	if use test ; then
+		tb="${T}"/testresults.tar.bz2
 		export ASLTSDIR="$(<"${T}"/asltdir)"
-		cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
 		ebegin "Creating Test Tarball"
-		tar -cjf testresults.tar.bz2 * || die "tar failed"
+		tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS .  || die "tar failed"
 		eend $?
 		dodir /usr/share/${PF}
 		insinto /usr/share/${PF}
-		doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
+		doins ${tb} || die "doins testresults.tar.bz2 failed"
 	fi
 
 }



1.5                  sys-power/iasl/iasl-20090123.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.4&r2=1.5

Index: iasl-20090123.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- iasl-20090123.ebuild	29 May 2009 01:12:07 -0000	1.4
+++ iasl-20090123.ebuild	31 Jul 2009 06:47:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.4 2009/05/29 01:12:07 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.5 2009/07/31 06:47:10 robbat2 Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -83,15 +83,15 @@ src_install() {
 		dobin "${T}"/${bin}
 	done
 	dodoc README changes.txt
-	if hasq test $FEATURES ; then
+	if use test ; then
+		tb="${T}"/testresults.tar.bz2
 		export ASLTSDIR="$(<"${T}"/asltdir)"
-		cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
 		ebegin "Creating Test Tarball"
-		tar -cjf testresults.tar.bz2 * || die "tar failed"
+		tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS .  || die "tar failed"
 		eend $?
 		dodir /usr/share/${PF}
 		insinto /usr/share/${PF}
-		doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
+		doins ${tb} || die "doins testresults.tar.bz2 failed"
 	fi
 
 }






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

only message in thread, other threads:[~2009-07-31  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31  6:47 [gentoo-commits] gentoo-x86 commit in sys-power/iasl: ChangeLog iasl-20080701.ebuild iasl-20090521.ebuild iasl-20080514.ebuild iasl-20090123.ebuild Robin H. Johnson (robbat2)

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