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 | 8ddcd07073f39d35b1f2dda158c5894310f10e50 (patch) | |
tree | e042352b5f86acad1dbd6e1f5473d3c1a92edcc6 /app-text/manedit | |
parent | Initial import, ebuild written by me. (Manifest recommit) (diff) | |
download | gentoo-2-8ddcd07073f39d35b1f2dda158c5894310f10e50.tar.gz gentoo-2-8ddcd07073f39d35b1f2dda158c5894310f10e50.tar.bz2 gentoo-2-8ddcd07073f39d35b1f2dda158c5894310f10e50.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 |