diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 08:35:19 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 08:35:19 +0000 |
commit | bdd5ab7cf7359ce8f40798ddc4c7f82ca0619876 (patch) | |
tree | 77beb16e64143b2e9e75cc56350b4e517e70d06e /app-misc/tdl | |
parent | Remove tetex USE flag also from use.defaults and use.mask in profiles. (diff) | |
download | gentoo-2-bdd5ab7cf7359ce8f40798ddc4c7f82ca0619876.tar.gz gentoo-2-bdd5ab7cf7359ce8f40798ddc4c7f82ca0619876.tar.bz2 gentoo-2-bdd5ab7cf7359ce8f40798ddc4c7f82ca0619876.zip |
replace virtual/tetex with virtual/latex-base and quote variable
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/tdl')
-rw-r--r-- | app-misc/tdl/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.4.1.ebuild | 10 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.5.2.ebuild | 14 |
3 files changed, 18 insertions, 14 deletions
diff --git a/app-misc/tdl/ChangeLog b/app-misc/tdl/ChangeLog index 4ce53a91791a..29dbd8a13928 100644 --- a/app-misc/tdl/ChangeLog +++ b/app-misc/tdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/tdl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.19 2007/12/25 15:42:49 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.20 2008/09/03 08:35:19 opfer Exp $ + + 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tdl-1.4.1.ebuild, + tdl-1.5.2.ebuild: + replace virtual/tetex with virtual/latex-base and quote variable 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing taviso from metadata.xml as per #202471. diff --git a/app-misc/tdl/tdl-1.4.1.ebuild b/app-misc/tdl/tdl-1.4.1.ebuild index 8c4d4755c7ba..3889ef094c26 100644 --- a/app-misc/tdl/tdl-1.4.1.ebuild +++ b/app-misc/tdl/tdl-1.4.1.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/app-misc/tdl/tdl-1.4.1.ebuild,v 1.14 2006/11/12 20:50:12 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.15 2008/09/03 08:35:19 opfer Exp $ DESCRIPTION="Command line To Do List manager" HOMEPAGE="http://www.rc0.org.uk/tdl/" @@ -19,7 +19,7 @@ RDEPEND=" DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( virtual/tetex )" + doc? ( virtual/latex-base )" src_compile() { local myconf="--prefix=/usr" @@ -27,7 +27,7 @@ src_compile() { if ! use readline; then myconf="${myconf} --without-readline" else - sed -i 's#-ltermcap#-lncurses#g' ${S}/configure + sed -i 's#-ltermcap#-lncurses#g' "${S}"/configure fi ./configure ${myconf} || die "configure failed, sorry!" @@ -38,7 +38,7 @@ src_compile() { src_install() { local i - dodoc README NEWS tdl.txt ${FILESDIR}/screenshot.png + dodoc README NEWS tdl.txt "${FILESDIR}/screenshot.png" doinfo tdl.info dohtml tdl.html diff --git a/app-misc/tdl/tdl-1.5.2.ebuild b/app-misc/tdl/tdl-1.5.2.ebuild index de23851ab583..3e8f95954a7a 100644 --- a/app-misc/tdl/tdl-1.5.2.ebuild +++ b/app-misc/tdl/tdl-1.5.2.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/app-misc/tdl/tdl-1.5.2.ebuild,v 1.15 2006/11/12 20:50:12 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.16 2008/09/03 08:35:19 opfer Exp $ inherit eutils flag-o-matic @@ -18,7 +18,7 @@ RDEPEND=">=sys-libs/readline-4.3 DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( virtual/tetex )" + doc? ( virtual/latex-base )" src_compile() { local myconf="--prefix=/usr" @@ -26,12 +26,12 @@ src_compile() { if ! use readline; then myconf="${myconf} --without-readline" - sed -i 's#\($(LIB_READLINE)\)#\1 -lncurses##g' ${S}/Makefile.in + sed -i 's#\($(LIB_READLINE)\)#\1 -lncurses##g' "${S}"/Makefile.in fi - sed -i 's#-ltermcap#-lncurses#g' ${S}/configure + sed -i 's#-ltermcap#-lncurses#g' "${S}"/configure # XXX: do not replace with econf. - ${S}/configure ${myconf} || die "configure failed, sorry!" + "${S}"/configure ${myconf} || die "configure failed, sorry!" emake all tdl.info tdl.html tdl.txt || die use doc && emake tdl.dvi tdl.ps tdl.pdf } @@ -39,7 +39,7 @@ src_compile() { src_install() { local i - dodoc README NEWS tdl.txt ${FILESDIR}/screenshot.png + dodoc README NEWS tdl.txt "${FILESDIR}/screenshot.png" doinfo tdl.info dohtml tdl.html |