diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:21:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:21:54 +0000 |
commit | 4d0033733e75eb2467197dcf0af90358076f584f (patch) | |
tree | 91a9d03c7980699f5a3c27d5a568b8ea8cd611ad /app-text/manedit | |
parent | Initial import, ebuild written by me. (diff) | |
download | historical-4d0033733e75eb2467197dcf0af90358076f584f.tar.gz historical-4d0033733e75eb2467197dcf0af90358076f584f.tar.bz2 historical-4d0033733e75eb2467197dcf0af90358076f584f.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/manedit')
-rw-r--r-- | app-text/manedit/manedit-0.5.10.ebuild | 3 | ||||
-rw-r--r-- | app-text/manedit/manedit-0.5.8.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/manedit/manedit-0.5.10.ebuild b/app-text/manedit/manedit-0.5.10.ebuild index 5351f9b2584f..3ec42d9aefe0 100644 --- a/app-text/manedit/manedit-0.5.10.ebuild +++ b/app-text/manedit/manedit-0.5.10.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/manedit/manedit-0.5.10.ebuild,v 1.8 2004/07/01 11:59:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.5.10.ebuild,v 1.9 2004/07/13 22:21:54 agriffis Exp $ DESCRIPTION="Man page editor using XML tags" SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" @@ -9,6 +9,7 @@ HOMEPAGE="http://wolfpack.twu.net/ManEdit/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc virtual/x11 diff --git a/app-text/manedit/manedit-0.5.8.ebuild b/app-text/manedit/manedit-0.5.8.ebuild index 1cfea463b4b9..912aeef9a87f 100644 --- a/app-text/manedit/manedit-0.5.8.ebuild +++ b/app-text/manedit/manedit-0.5.8.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/manedit/manedit-0.5.8.ebuild,v 1.10 2004/07/01 11:59:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.5.8.ebuild,v 1.11 2004/07/13 22:21:54 agriffis Exp $ DESCRIPTION="Man page editor using XML tags" SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" @@ -9,6 +9,7 @@ HOMEPAGE="http://wolfpack.twu.net/ManEdit/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc virtual/x11 |