diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:29:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:29:35 +0000 |
commit | 9b7bb11010443f5441e5ad0818ab8ae325efee78 (patch) | |
tree | 88c4d4496263e1f505768ba16da47e316cb7f0b4 /app-text | |
parent | Added sys-apps/gawk to build time dependencies. (diff) | |
download | historical-9b7bb11010443f5441e5ad0818ab8ae325efee78.tar.gz historical-9b7bb11010443f5441e5ad0818ab8ae325efee78.tar.bz2 historical-9b7bb11010443f5441e5ad0818ab8ae325efee78.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/new/new-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/nlcvt/nlcvt-19990309.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/new/new-1.3.1.ebuild b/app-text/new/new-1.3.1.ebuild index ce4c45206b92..037113c3332e 100644 --- a/app-text/new/new-1.3.1.ebuild +++ b/app-text/new/new-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.7 2004/06/24 22:45:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.8 2004/07/13 22:29:10 agriffis Exp $ DESCRIPTION="template system useful when used with a simple text editor (like vi)" HOMEPAGE="http://www.flyn.org/" @@ -9,6 +9,7 @@ SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" src_install() { einstall || die diff --git a/app-text/nlcvt/nlcvt-19990309.ebuild b/app-text/nlcvt/nlcvt-19990309.ebuild index 7b2e5af21863..a978f912a93b 100644 --- a/app-text/nlcvt/nlcvt-19990309.ebuild +++ b/app-text/nlcvt/nlcvt-19990309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nlcvt/nlcvt-19990309.ebuild,v 1.4 2004/06/24 22:45:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nlcvt/nlcvt-19990309.ebuild,v 1.5 2004/07/13 22:29:35 agriffis Exp $ DESCRIPTION="A perl script to convert between various line terminators" HOMEPAGE="http://www.perl.com/language/ppt/src/nlcvt/" @@ -10,6 +10,7 @@ SRC_URI="http://www.perl.com/language/ppt/src/nlcvt/nlcvt LICENSE="freedist" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="dev-lang/perl" |