public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/paxtest: ChangeLog paxtest-0.9.6.ebuild paxtest-0.9.7_pre4.ebuild paxtest-0.9.5-r1.ebuild
@ 2009-10-11 23:39 Mark Loeser (halcy0n)
  0 siblings, 0 replies; only message in thread
From: Mark Loeser (halcy0n) @ 2009-10-11 23:39 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/10/11 23:39:35

  Modified:             ChangeLog paxtest-0.9.6.ebuild
                        paxtest-0.9.7_pre4.ebuild paxtest-0.9.5-r1.ebuild
  Log:
  QA fixes; unquoted variables
  (Portage version: 2.2_rc45/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 app-admin/paxtest/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	23 Sep 2009 15:01:03 -0000	1.32
+++ ChangeLog	11 Oct 2009 23:39:34 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/paxtest
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.32 2009/09/23 15:01:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.33 2009/10/11 23:39:34 halcy0n Exp $
+
+  11 Oct 2009; Mark Loeser <halcy0n@gentoo.org> paxtest-0.9.5-r1.ebuild,
+  paxtest-0.9.6.ebuild, paxtest-0.9.7_pre4.ebuild:
+  QA fixes; unquoted variables
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> paxtest-0.9.5-r1.ebuild,
   paxtest-0.9.6.ebuild:



1.18                 app-admin/paxtest/paxtest-0.9.6.ebuild

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

Index: paxtest-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- paxtest-0.9.6.ebuild	23 Sep 2009 15:01:03 -0000	1.17
+++ paxtest-0.9.6.ebuild	11 Oct 2009 23:39:34 -0000	1.18
@@ -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/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.17 2009/09/23 15:01:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.18 2009/10/11 23:39:34 halcy0n Exp $
 
 inherit eutils multilib
 
@@ -19,11 +19,11 @@
 
 src_unpack() {
 	unpack ${A}
-	cp ${FILESDIR}/Makefile-portable ${S}/Makefile
+	cp "${FILESDIR}"/Makefile-portable "${S}"/Makefile
 }
 
 src_compile() {
-	emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die
+	emake DESTDIR="${D}" BINDIR="${D}"/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die
 }
 
 src_install() {



1.4                  app-admin/paxtest/paxtest-0.9.7_pre4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/paxtest-0.9.7_pre4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/paxtest-0.9.7_pre4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/paxtest-0.9.7_pre4.ebuild?r1=1.3&r2=1.4

Index: paxtest-0.9.7_pre4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.7_pre4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- paxtest-0.9.7_pre4.ebuild	13 Nov 2007 18:22:46 -0000	1.3
+++ paxtest-0.9.7_pre4.ebuild	11 Oct 2009 23:39:34 -0000	1.4
@@ -1,6 +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/app-admin/paxtest/paxtest-0.9.7_pre4.ebuild,v 1.3 2007/11/13 18:22:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.7_pre4.ebuild,v 1.4 2009/10/11 23:39:34 halcy0n Exp $
 
 inherit eutils multilib
 
@@ -25,13 +25,13 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	cp ${FILESDIR}/Makefile.psm5 ${S}/Makefile || die
-	sed -i 's:-O2:${CFLAGS}:' ${S}/Makefile
+	cd "${S}"
+	cp "${FILESDIR}"/Makefile.psm5 "${S}"/Makefile || die
+	sed -i 's:-O2:${CFLAGS}:' "${S}"/Makefile
 }
 
 src_compile() {
-	emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die
+	emake DESTDIR="${D}" BINDIR="${D}"/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die
 }
 
 src_install() {



1.15                 app-admin/paxtest/paxtest-0.9.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild?r1=1.14&r2=1.15

Index: paxtest-0.9.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- paxtest-0.9.5-r1.ebuild	23 Sep 2009 15:01:03 -0000	1.14
+++ paxtest-0.9.5-r1.ebuild	11 Oct 2009 23:39:34 -0000	1.15
@@ -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/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.14 2009/09/23 15:01:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.15 2009/10/11 23:39:34 halcy0n Exp $
 
 inherit eutils
 
@@ -20,23 +20,23 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/paxtest-0.9.5.1.diff
+	cd "${S}"
+	epatch "${FILESDIR}"/paxtest-0.9.5.1.diff
 
 	# paxtest includes crt1S.S, which is great if you're on x86, but not so
 	# much if you're not...
-	use !x86 && epatch ${FILESDIR}/paxtest-0.9.5-use-fPIE.patch
+	use !x86 && epatch "${FILESDIR}"/paxtest-0.9.5-use-fPIE.patch
 
 	cp Makefile{,.orig}
 	cp Makefile{.Gentoo-hardened,}
 }
 
 src_compile() {
-	emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/lib/paxtest || die
+	emake DESTDIR="${D}" BINDIR="${D}"/usr/bin RUNDIR=/usr/lib/paxtest || die
 }
 
 src_install() {
-	emake DESTDIR=${D} BINDIR=/usr/bin RUNDIR=/usr/lib/paxtest install
+	emake DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/lib/paxtest install
 	for doc in Changelog README ;do
 		[ -f "${doc}" ] && dodoc ${doc}
 	done






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

only message in thread, other threads:[~2009-10-11 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 23:39 [gentoo-commits] gentoo-x86 commit in app-admin/paxtest: ChangeLog paxtest-0.9.6.ebuild paxtest-0.9.7_pre4.ebuild paxtest-0.9.5-r1.ebuild Mark Loeser (halcy0n)

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