diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:34:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:34:19 +0000 |
commit | 2adf638918e934510f02062a8ab9e32507d23b5c (patch) | |
tree | e186d4dee0235b2ce85a041f7987c8068a7b9ede /app-text | |
parent | we're skipping 2.7.0 and move directly to 2.7.1 (diff) | |
download | gentoo-2-2adf638918e934510f02062a8ab9e32507d23b5c.tar.gz gentoo-2-2adf638918e934510f02062a8ab9e32507d23b5c.tar.bz2 gentoo-2-2adf638918e934510f02062a8ab9e32507d23b5c.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rman/rman-3.0.9.ebuild | 3 | ||||
-rw-r--r-- | app-text/rman/rman-3.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/rpl/rpl-1.4.0.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-text/rman/rman-3.0.9.ebuild b/app-text/rman/rman-3.0.9.ebuild index 7ce0d2b6a69e..13f2ab774906 100644 --- a/app-text/rman/rman-3.0.9.ebuild +++ b/app-text/rman/rman-3.0.9.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.0.9.ebuild,v 1.13 2004/06/24 22:50:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.0.9.ebuild,v 1.14 2004/07/13 23:33:42 agriffis Exp $ DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan" SRC_URI="http://polyglotman.sourceforge.net/${PN}.tar.gz" HOMEPAGE="http://polyglotman.sourceforge.net/" KEYWORDS="x86 ppc sparc" +IUSE="" SLOT="0" LICENSE="Artistic" diff --git a/app-text/rman/rman-3.1.ebuild b/app-text/rman/rman-3.1.ebuild index 71d53dfac248..01ad78416ba6 100644 --- a/app-text/rman/rman-3.1.ebuild +++ b/app-text/rman/rman-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/rman/rman-3.1.ebuild,v 1.5 2004/06/24 22:50:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.1.ebuild,v 1.6 2004/07/13 23:33:42 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND="" diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild index 4bb7370246e4..0282e862c866 100644 --- a/app-text/rpl/rpl-1.4.0.ebuild +++ b/app-text/rpl/rpl-1.4.0.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/rpl/rpl-1.4.0.ebuild,v 1.12 2004/07/01 12:04:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.13 2004/07/13 23:34:19 agriffis Exp $ DESCRIPTION="rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively" HOMEPAGE="http://www.laffeycomputer.com/rpl.html" @@ -9,6 +9,7 @@ SRC_URI="http://downloads.laffeycomputer.com/current_builds/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~mips" +IUSE="" DEPEND="virtual/libc" |