diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 21:12:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 21:12:27 +0000 |
commit | bcfc60eb6d893f89970c72f0a725f795c5543835 (patch) | |
tree | 2790fda1be69d57353f5f0ea92bc0d9fd4cb7f58 /app-laptop | |
parent | quoting (diff) | |
download | gentoo-2-bcfc60eb6d893f89970c72f0a725f795c5543835.tar.gz gentoo-2-bcfc60eb6d893f89970c72f0a725f795c5543835.tar.bz2 gentoo-2-bcfc60eb6d893f89970c72f0a725f795c5543835.zip |
quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tpctl/tpctl-3.2.ebuild | 6 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.16.ebuild | 8 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.17.ebuild | 8 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.2.ebuild | 6 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.4-r1.ebuild | 10 |
5 files changed, 19 insertions, 19 deletions
diff --git a/app-laptop/tpctl/tpctl-3.2.ebuild b/app-laptop/tpctl/tpctl-3.2.ebuild index 905297013d48..e70331df5c73 100644 --- a/app-laptop/tpctl/tpctl-3.2.ebuild +++ b/app-laptop/tpctl/tpctl-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-3.2.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-3.2.ebuild,v 1.6 2010/01/01 21:12:27 ssuominen Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -50,6 +50,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser fi } diff --git a/app-laptop/tpctl/tpctl-4.16.ebuild b/app-laptop/tpctl/tpctl-4.16.ebuild index fa6a24f6101a..b502c5412616 100644 --- a/app-laptop/tpctl/tpctl-4.16.ebuild +++ b/app-laptop/tpctl/tpctl-4.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.16.ebuild,v 1.2 2005/08/30 01:18:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.16.ebuild,v 1.3 2010/01/01 21:12:27 ssuominen Exp $ MY_P=${PN}_${PV} @@ -34,9 +34,9 @@ src_install() { doman tpctlir/tpctlir.8 fi - emake DEST=${D} install_libraries install_binaries install_man || die "emake install failed" + emake DEST="${D}" install_libraries install_binaries install_man || die "emake install failed" - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser dodoc ChangeLog SUPPORTED-MODELS TROUBLESHOOTING AUTHORS README VGA-MODES newdoc apmiser/README README.apmiser diff --git a/app-laptop/tpctl/tpctl-4.17.ebuild b/app-laptop/tpctl/tpctl-4.17.ebuild index ee9e5d22fc3d..492839c8f382 100644 --- a/app-laptop/tpctl/tpctl-4.17.ebuild +++ b/app-laptop/tpctl/tpctl-4.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.17.ebuild,v 1.1 2006/03/12 02:27:35 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.17.ebuild,v 1.2 2010/01/01 21:12:27 ssuominen Exp $ MY_P=${PN}_${PV} @@ -34,9 +34,9 @@ src_install() { doman tpctlir/tpctlir.8 fi - emake DEST=${D} install_libraries install_binaries install_man || die "emake install failed" + emake DEST="${D}" install_libraries install_binaries install_man || die "emake install failed" - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser dodoc ChangeLog SUPPORTED-MODELS TROUBLESHOOTING AUTHORS README VGA-MODES newdoc apmiser/README README.apmiser diff --git a/app-laptop/tpctl/tpctl-4.2.ebuild b/app-laptop/tpctl/tpctl-4.2.ebuild index fe663f13592a..e876036d4903 100644 --- a/app-laptop/tpctl/tpctl-4.2.ebuild +++ b/app-laptop/tpctl/tpctl-4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.2.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.2.ebuild,v 1.6 2010/01/01 21:12:27 ssuominen Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -49,6 +49,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser fi } diff --git a/app-laptop/tpctl/tpctl-4.4-r1.ebuild b/app-laptop/tpctl/tpctl-4.4-r1.ebuild index 178a014809be..1d724fa61ccc 100644 --- a/app-laptop/tpctl/tpctl-4.4-r1.ebuild +++ b/app-laptop/tpctl/tpctl-4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.6 2007/04/28 17:49:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.7 2010/01/01 21:12:27 ssuominen Exp $ inherit eutils @@ -24,8 +24,8 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/tpctlir-cli-4.4-r1.diff + cd "${S}" + epatch "${FILESDIR}"/tpctlir-cli-4.4-r1.diff } src_compile() { @@ -57,7 +57,7 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - newinitd ${FILESDIR}/apmiser.rc apmiser + newinitd "${FILESDIR}"/apmiser.rc apmiser fi doman man/{ntpctl,tpctl}.1 man/apmiser.8 } |