diff options
author | Christian Heim <phreak@gentoo.org> | 2007-12-26 22:19:50 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-12-26 22:19:50 +0000 |
commit | 494c483bc95bbb7189c819981ce173c6436efe79 (patch) | |
tree | e7a59bdf82938f133384b9165c4293ead137ac48 /app-accessibility/epos | |
parent | new virtual, to track Ada standard versions (diff) | |
download | historical-494c483bc95bbb7189c819981ce173c6436efe79.tar.gz historical-494c483bc95bbb7189c819981ce173c6436efe79.tar.bz2 historical-494c483bc95bbb7189c819981ce173c6436efe79.zip |
Fix the quotation.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-accessibility/epos')
-rw-r--r-- | app-accessibility/epos/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/epos/epos-2.5.23-r1.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-accessibility/epos/ChangeLog b/app-accessibility/epos/ChangeLog index 2c80aa8aa5a1..8ac0d1f663d3 100644 --- a/app-accessibility/epos/ChangeLog +++ b/app-accessibility/epos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/epos # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/ChangeLog,v 1.23 2007/09/13 13:31:14 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/ChangeLog,v 1.24 2007/12/26 22:19:50 phreak Exp $ + + 26 Dec 2007; Christian Heim <phreak@gentoo.org> epos-2.5.23-r1.ebuild: + Fix the quotation. 13 Sep 2007; William Hubbs <williamh@gentoo.org> epos-2.5.37.ebuild: Fixed compilation issue, thanks to kavol@email.cz. diff --git a/app-accessibility/epos/epos-2.5.23-r1.ebuild b/app-accessibility/epos/epos-2.5.23-r1.ebuild index 045aa892457c..57e918fc3f74 100644 --- a/app-accessibility/epos/epos-2.5.23-r1.ebuild +++ b/app-accessibility/epos/epos-2.5.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.23-r1.ebuild,v 1.10 2007/04/28 17:18:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.23-r1.ebuild,v 1.11 2007/12/26 22:19:50 phreak Exp $ inherit eutils @@ -18,13 +18,13 @@ RDEPEND="virtual/libc" src_unpack() { unpack ${A} - cd ${S}/src - epatch ${FILESDIR}/epos-waveform.patch + cd "${S}"/src + epatch "${FILESDIR}"/epos-waveform.patch } src_install() { einstall || die - mv ${D}/usr/bin/say ${D}/usr/bin/epos_say - doinitd ${FILESDIR}/epos - dodoc WELCOME THANKS Changes ${FILESDIR}/README.gentoo + mv "${D}"/usr/bin/say "${D}"/usr/bin/epos_say + doinitd "${FILESDIR}"/epos + dodoc WELCOME THANKS Changes "${FILESDIR}"/README.gentoo } |