diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-09-03 08:51:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-09-03 08:51:22 +0000 |
commit | 4496fa42f044a35350cdd01ece9f3a11cfa964dd (patch) | |
tree | 7048cf7d6bf4d4069c4c8f6a244bf2797e590a3f /app-misc/tdl | |
parent | replace virtual/tetex with virtual/texi2dvi, clean up a bit and fix bug 226955 (diff) | |
download | historical-4496fa42f044a35350cdd01ece9f3a11cfa964dd.tar.gz historical-4496fa42f044a35350cdd01ece9f3a11cfa964dd.tar.bz2 historical-4496fa42f044a35350cdd01ece9f3a11cfa964dd.zip |
fix virtual/latex-base to virtual/texi2dvi
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/tdl')
-rw-r--r-- | app-misc/tdl/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.5.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/tdl/ChangeLog b/app-misc/tdl/ChangeLog index 29dbd8a13928..15472b13c42e 100644 --- a/app-misc/tdl/ChangeLog +++ b/app-misc/tdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/tdl # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.21 2008/09/03 08:51:22 opfer Exp $ + + 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tdl-1.4.1.ebuild, + tdl-1.5.2.ebuild: + fix virtual/latex-base to virtual/texi2dvi 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tdl-1.4.1.ebuild, tdl-1.5.2.ebuild: diff --git a/app-misc/tdl/tdl-1.4.1.ebuild b/app-misc/tdl/tdl-1.4.1.ebuild index 3889ef094c26..f3cfd998694c 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-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.15 2008/09/03 08:35:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.16 2008/09/03 08:51:22 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/latex-base )" + doc? ( virtual/texi2dvi )" src_compile() { local myconf="--prefix=/usr" diff --git a/app-misc/tdl/tdl-1.5.2.ebuild b/app-misc/tdl/tdl-1.5.2.ebuild index 3e8f95954a7a..c85101c1b1c5 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-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.16 2008/09/03 08:35:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.17 2008/09/03 08:51:22 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/latex-base )" + doc? ( virtual/texi2dvi )" src_compile() { local myconf="--prefix=/usr" |