From a14ea392f24c5017dd1b91d0f9fb78e1b33bc813 Mon Sep 17 00:00:00 2001 From: Nguyen Thai Ngoc Duy Date: Tue, 20 Jun 2006 08:50:29 +0000 Subject: Dropped app-text/tetex dependency (Portage version: 2.1) --- app-text/winefish/ChangeLog | 6 +++++- app-text/winefish/winefish-1.3.3.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app-text/winefish/ChangeLog b/app-text/winefish/ChangeLog index 1c72f43df8b2..80294f730c97 100644 --- a/app-text/winefish/ChangeLog +++ b/app-text/winefish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/winefish # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.2 2006/04/30 17:11:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.3 2006/06/20 08:50:29 pclouds Exp $ + + 20 Jun 2006; Nguyễn Thái Ngọc Duy + winefish-1.3.3.ebuild: + Dropped app-text/tetex dependency 30 Apr 2006; Jason Wever winefish-1.3.3.ebuild: Added ~sparc keywords. diff --git a/app-text/winefish/winefish-1.3.3.ebuild b/app-text/winefish/winefish-1.3.3.ebuild index 7d8482151ef0..719fb6427edf 100644 --- a/app-text/winefish/winefish-1.3.3.ebuild +++ b/app-text/winefish/winefish-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.2 2006/04/30 17:11:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.3 2006/06/20 08:50:29 pclouds Exp $ inherit eutils fdo-mime @@ -18,7 +18,6 @@ IUSE="spell" DEPEND=">=x11-libs/gtk+-2.4 >=dev-libs/libpcre-6.3 - >=app-text/tetex-2.0.2-r8 spell? ( virtual/aspell-dict )" #S=${WORKDIR}/${PN}-${MY_PV} @@ -37,4 +36,6 @@ src_install() { pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update + + einfo "You need to emerge a TeX distribution to gain winfish's full capacity" } -- cgit v1.2.3-65-gdbad