public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/iasl: iasl-20100428.ebuild iasl-20080514.ebuild iasl-20090123.ebuild iasl-20100528.ebuild iasl-20090521.ebuild iasl-20090903.ebuild ChangeLog iasl-20091013.ebuild iasl-20080701.ebuild iasl-20060912.ebuild
@ 2011-09-30 16:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-09-30 16:56 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/30 16:56:57

  Modified:             iasl-20100428.ebuild iasl-20080514.ebuild
                        iasl-20090123.ebuild iasl-20100528.ebuild
                        iasl-20090521.ebuild iasl-20090903.ebuild ChangeLog
                        iasl-20091013.ebuild iasl-20080701.ebuild
                        iasl-20060912.ebuild
  Log:
  Drop die with edos2unix since it does it for us now.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-power/iasl/iasl-20100428.ebuild

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

Index: iasl-20100428.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iasl-20100428.ebuild	4 May 2010 17:32:17 -0000	1.1
+++ iasl-20100428.ebuild	30 Sep 2011 16:56:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v 1.1 2010/05/04 17:32:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
-DEPEND="sys-devel/bison
-		sys-devel/flex"
 
+DEPEND="sys-devel/bison
+	sys-devel/flex"
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -104,7 +103,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
 
@@ -117,7 +116,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



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

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

Index: iasl-20080514.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iasl-20080514.ebuild	31 Jul 2009 06:47:10 -0000	1.4
+++ iasl-20080514.ebuild	30 Sep 2011 16:56:57 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.4 2009/07/31 06:47:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.5 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
+
 DEPEND="sys-devel/bison
 	sys-devel/flex"
-
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -94,7 +93,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 
@@ -107,7 +106,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.6&r2=1.7

Index: iasl-20090123.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iasl-20090123.ebuild	7 Oct 2009 16:15:23 -0000	1.6
+++ iasl-20090123.ebuild	30 Sep 2011 16:56:57 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.6 2009/10/07 16:15:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.7 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-
 IUSE="test"
+
 DEPEND="sys-devel/bison
 	sys-devel/flex"
-
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -103,7 +102,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 
@@ -116,7 +115,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



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

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

Index: iasl-20100528.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iasl-20100528.ebuild	18 Jun 2010 06:31:38 -0000	1.1
+++ iasl-20100528.ebuild	30 Sep 2011 16:56:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v 1.1 2010/06/18 06:31:38 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
-DEPEND="sys-devel/bison
-		sys-devel/flex"
 
+DEPEND="sys-devel/bison
+	sys-devel/flex"
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -104,7 +103,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
 
@@ -117,7 +116,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



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

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

Index: iasl-20090521.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iasl-20090521.ebuild	31 Jul 2009 06:47:10 -0000	1.2
+++ iasl-20090521.ebuild	30 Sep 2011 16:56:57 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.2 2009/07/31 06:47:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.3 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
+
 DEPEND="sys-devel/bison
 	sys-devel/flex"
-
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -103,7 +102,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
 
@@ -116,7 +115,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



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

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

Index: iasl-20090903.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iasl-20090903.ebuild	30 Sep 2009 01:17:18 -0000	1.1
+++ iasl-20090903.ebuild	30 Sep 2011 16:56:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.1 2009/09/30 01:17:18 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
-DEPEND="sys-devel/bison
-		sys-devel/flex"
 
+DEPEND="sys-devel/bison
+	sys-devel/flex"
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -104,7 +103,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
 
@@ -117,7 +116,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



1.33                 sys-power/iasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	18 Jun 2010 06:31:38 -0000	1.32
+++ ChangeLog	30 Sep 2011 16:56:57 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for sys-power/iasl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.32 2010/06/18 06:31:38 robbat2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.33 2011/09/30 16:56:57 vapier Exp $
+
+  30 Sep 2011; Mike Frysinger <vapier@gentoo.org> iasl-20060912.ebuild,
+  iasl-20080514.ebuild, iasl-20080701.ebuild, iasl-20090123.ebuild,
+  iasl-20090521.ebuild, iasl-20090903.ebuild, iasl-20091013.ebuild,
+  iasl-20100428.ebuild, iasl-20100528.ebuild:
+  Drop die with edos2unix since it does it for us now.
 
 *iasl-20100528 (18 Jun 2010)
 



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

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

Index: iasl-20091013.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iasl-20091013.ebuild	23 Oct 2009 07:48:13 -0000	1.1
+++ iasl-20091013.ebuild	30 Sep 2011 16:56:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v 1.1 2009/10/23 07:48:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
-DEPEND="sys-devel/bison
-		sys-devel/flex"
 
+DEPEND="sys-devel/bison
+	sys-devel/flex"
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -104,7 +103,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
 
@@ -117,7 +116,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



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

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

Index: iasl-20080701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iasl-20080701.ebuild	31 Jul 2009 06:47:10 -0000	1.3
+++ iasl-20080701.ebuild	30 Sep 2011 16:56:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.3 2009/07/31 06:47:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.4 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -15,11 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
 IUSE="test"
+
 DEPEND="sys-devel/bison
 	sys-devel/flex"
-
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
@@ -100,7 +99,7 @@
 	export	PATH="${PATH}:${ASLTSDIR}/bin"
 	echo "$ASLTSDIR" >"${T}"/asltdir
 	cd "${ASLTSDIR}"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
+	edos2unix $(find . -type 'f')
 	make install || die "make install aslts test failed"
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 
@@ -113,7 +112,7 @@
 aapits_test() {
 	mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
 	cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
-	edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
+	edos2unix $(find . -type 'f')
 	chmod +x $(find bin/ | sed  -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
 	make || die "make in aapits failed"
 	cd asl || die "cd asl failed"



1.8                  sys-power/iasl/iasl-20060912.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?r1=1.7&r2=1.8

Index: iasl-20060912.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iasl-20060912.ebuild	26 May 2008 21:51:01 -0000	1.7
+++ iasl-20060912.ebuild	30 Sep 2011 16:56:57 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v 1.7 2008/05/26 21:51:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v 1.8 2011/09/30 16:56:57 vapier Exp $
 
 inherit toolchain-funcs eutils
 
@@ -15,10 +15,10 @@
 LICENSE="iASL"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-
 IUSE=""
+
 DEPEND="sys-devel/bison
-		sys-devel/flex"
+	sys-devel/flex"
 RDEPEND=""
 
 src_unpack() {






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

only message in thread, other threads:[~2011-09-30 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 16:56 [gentoo-commits] gentoo-x86 commit in sys-power/iasl: iasl-20100428.ebuild iasl-20080514.ebuild iasl-20090123.ebuild iasl-20100528.ebuild iasl-20090521.ebuild iasl-20090903.ebuild ChangeLog iasl-20091013.ebuild iasl-20080701.ebuild iasl-20060912.ebuild Mike Frysinger (vapier)

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