diff options
author | 2008-09-03 12:04:48 +0000 | |
---|---|---|
committer | 2008-09-03 12:04:48 +0000 | |
commit | f471e4572c4a32164ff8c9df78c8853684d36a50 (patch) | |
tree | 7185cb0e661ac00646d8d8ab77aa9abeba3d78b4 /dev-tinyos | |
parent | fix dependency on virtual/tetex (diff) | |
download | gentoo-2-f471e4572c4a32164ff8c9df78c8853684d36a50.tar.gz gentoo-2-f471e4572c4a32164ff8c9df78c8853684d36a50.tar.bz2 gentoo-2-f471e4572c4a32164ff8c9df78c8853684d36a50.zip |
replace virtual/tetex with virtual/latex-base and quote variables
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-tinyos')
-rw-r--r-- | dev-tinyos/tos/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tinyos/tos/tos-1.1.15-r1.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-tinyos/tos/ChangeLog b/dev-tinyos/tos/ChangeLog index 9b3c741cae20..338305a4b551 100644 --- a/dev-tinyos/tos/ChangeLog +++ b/dev-tinyos/tos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tinyos/tos -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.5 2007/03/05 22:38:04 sanchan Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.6 2008/09/03 12:04:48 opfer Exp $ + + 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tos-1.1.15-r1.ebuild: + replace virtual/tetex with virtual/latex-base and quote variables 05 Mar 2007; Sandro Bonazzola <sanchan@gentoo.org> ChangeLog: Removing myself from metadata.xml as I'm stepping back. diff --git a/dev-tinyos/tos/tos-1.1.15-r1.ebuild b/dev-tinyos/tos/tos-1.1.15-r1.ebuild index 4e16a43fae78..246cb97d6a5d 100644 --- a/dev-tinyos/tos/tos-1.1.15-r1.ebuild +++ b/dev-tinyos/tos/tos-1.1.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.4 2007/07/15 02:46:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.5 2008/09/03 12:04:48 opfer Exp $ inherit eutils CVS_MONTH="Dec" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="doc? ( sys-devel/m4 - >=virtual/tetex-3.0_p1-r2 + virtual/latex-base dev-tex/latex2html )" RDEPEND="" @@ -26,9 +26,9 @@ PDEPEND="dev-tinyos/nesc" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/tos-1.1.15-system-AMStandard-Control.patch - sed -i -e "s:psfig:epsfig:" ${S}/doc/schemadocsrc/tinyschema.tex \ + cd "${S}" + epatch "${FILESDIR}/tos-1.1.15-system-AMStandard-Control.patch" + sed -i -e "s:psfig:epsfig:" "${S}/doc/schemadocsrc/tinyschema.tex" \ || die "Error while updating tex sources." einfo "removing CVS dirs" for i in `find . -name CVS`; do @@ -58,7 +58,7 @@ src_install() { dohtml -A pdf,gif,html -r doc/* dodoc doc/*.txt fi - doenvd ${FILESDIR}/99tinyos + doenvd "${FILESDIR}"/99tinyos } pkg_postinst() { |