diff options
author | 2005-10-23 01:17:30 +0000 | |
---|---|---|
committer | 2005-10-23 01:17:30 +0000 | |
commit | ac5cb935b5873044d6eeaa61769f02ce59f4f389 (patch) | |
tree | 1208c53248b1a345ee57e621c6557141a040600f /app-editors/nvu/nvu-0.90-r2.ebuild | |
parent | Marking mpfr ~ppc64 for bug 80357 (diff) | |
download | gentoo-2-ac5cb935b5873044d6eeaa61769f02ce59f4f389.tar.gz gentoo-2-ac5cb935b5873044d6eeaa61769f02ce59f4f389.tar.bz2 gentoo-2-ac5cb935b5873044d6eeaa61769f02ce59f4f389.zip |
cleaned up deps/stale ebuilds
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-editors/nvu/nvu-0.90-r2.ebuild')
-rw-r--r-- | app-editors/nvu/nvu-0.90-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/nvu/nvu-0.90-r2.ebuild b/app-editors/nvu/nvu-0.90-r2.ebuild index bdc2645bec5c..e72a97a24f16 100644 --- a/app-editors/nvu/nvu-0.90-r2.ebuild +++ b/app-editors/nvu/nvu-0.90-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-0.90-r2.ebuild,v 1.1 2005/10/03 00:52:53 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-0.90-r2.ebuild,v 1.2 2005/10/23 01:17:30 anarchy Exp $ inherit eutils mozconfig flag-o-matic -DESCRIPTION="A WYSIWG web editor for linux similiar to Dreamweaver" +DESCRIPTION="A WYSIWYG web editor for linux similiar to Dreamweaver" HOMEPAGE="http://www.nvu.com/" SRC_URI="http://cvs.nvu.com/download/${P}-sources.tar.bz2" LICENSE="GPL-2" @@ -14,7 +14,6 @@ KEYWORDS="x86 ppc sparc amd64" IUSE="" DEPEND="sys-apps/gawk dev-lang/perl - app-doc/doxygen >=media-libs/freetype-2.1.9-r1" S=${WORKDIR}/mozilla |