diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:22:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:22:19 +0000 |
commit | cd8295ba7ef909234cc75143c6384fb28d1f0e4b (patch) | |
tree | e645a3e36e846b79fc8227062fcfe6dbb102ac8d | |
parent | Fixes #26174, #50828. (Manifest recommit) (diff) | |
download | gentoo-2-cd8295ba7ef909234cc75143c6384fb28d1f0e4b.tar.gz gentoo-2-cd8295ba7ef909234cc75143c6384fb28d1f0e4b.tar.bz2 gentoo-2-cd8295ba7ef909234cc75143c6384fb28d1f0e4b.zip |
Changed app-text/tetex to virtual/tetex.
-rw-r--r-- | app-editors/klat/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/klat/klat-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | app-misc/fdutils/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/tdl/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.4.1.ebuild | 6 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.5.2.ebuild | 4 |
7 files changed, 23 insertions, 12 deletions
diff --git a/app-editors/klat/ChangeLog b/app-editors/klat/ChangeLog index 71970b4bc320..06cfc32f06b3 100644 --- a/app-editors/klat/ChangeLog +++ b/app-editors/klat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/klat # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/ChangeLog,v 1.5 2004/02/17 08:21:12 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/ChangeLog,v 1.6 2004/05/17 15:19:34 usata Exp $ + + 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> klat-0.4.0.ebuild: + Changed app-text/tetex to virtual/tetex. 17 Feb 2004; Dylan Carlson <absinthe@gentoo.org> klat-0.4.0.ebuild: added ~amd64 keyword. diff --git a/app-editors/klat/klat-0.4.0.ebuild b/app-editors/klat/klat-0.4.0.ebuild index f2c387a98c6b..c12b677db32b 100644 --- a/app-editors/klat/klat-0.4.0.ebuild +++ b/app-editors/klat/klat-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.8 2004/02/17 08:21:12 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.9 2004/05/17 15:19:34 usata Exp $ inherit kde-base need-kde 3 @@ -12,7 +12,7 @@ SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~amd64" -DEPEND="$DEPEND app-text/tetex" +DEPEND="$DEPEND virtual/tetex" src_install() { einstall || die diff --git a/app-misc/fdutils/ChangeLog b/app-misc/fdutils/ChangeLog index 173686fe83fe..49b377c6523b 100644 --- a/app-misc/fdutils/ChangeLog +++ b/app-misc/fdutils/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-misc/fdutils -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.4 2002/05/30 01:54:49 sandymac Exp + 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> + fdutils-5.4.20020222-r1.ebuild: + Changed app-text/tetex to virutal/tetex. + 10 Dec 2003; Seemant Kulleen <seemant@gentoo.org> fdutils-5.4.20020222-r1.ebuild: no more installing the fd.4 manpage, since the man-pages package provides a diff --git a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild index a66c5c166b97..4e5870117f98 100644 --- a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild +++ b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.11 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.12 2004/05/17 15:22:19 usata Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=sys-fs/mtools-3 - tetex? ( >=app-text/tetex-1.0.7-r10 )" + tetex? ( virtual/tetex )" src_unpack() { unpack ${A} diff --git a/app-misc/tdl/ChangeLog b/app-misc/tdl/ChangeLog index d0bfa6daaeeb..9097d2f98eb7 100644 --- a/app-misc/tdl/ChangeLog +++ b/app-misc/tdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/tdl # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.7 2004/04/17 15:09:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.8 2004/05/17 15:21:34 usata Exp $ + + 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> tdl-1.4.1.ebuild, + tdl-1.5.2.ebuild: + Changed app-text/tetex to virutal/tetex. 17 Apr 2004; Tavis Ormandy <taviso@gentoo.org> tdl-1.5.2.ebuild: qa fixes diff --git a/app-misc/tdl/tdl-1.4.1.ebuild b/app-misc/tdl/tdl-1.4.1.ebuild index d6afdb7ea2ba..fded71de6141 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-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.6 2003/09/03 03:59:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.7 2004/05/17 15:21:34 usata Exp $ DESCRIPTION="Command line To Do List manager" HOMEPAGE="http://www.rc0.org.uk/tdl/" @@ -17,7 +17,7 @@ RDEPEND="readline? ( >=sys-libs/readline-4.3 DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( app-text/tetex )" + doc? ( virtual/tetex )" S=${WORKDIR}/${P} diff --git a/app-misc/tdl/tdl-1.5.2.ebuild b/app-misc/tdl/tdl-1.5.2.ebuild index 0b94f8749525..da596942742c 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-2004 Gentoo Technologies, Inc. # 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.3 2004/04/17 15:09:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.4 2004/05/17 15:21:34 usata Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ RDEPEND=">=sys-libs/readline-4.3 DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( app-text/tetex )" + doc? ( virtual/tetex )" src_compile() { local myconf="--prefix=/usr" |