diff options
Diffstat (limited to 'app-text/passivetex/passivetex-1.4.ebuild')
-rw-r--r-- | app-text/passivetex/passivetex-1.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/passivetex/passivetex-1.4.ebuild b/app-text/passivetex/passivetex-1.4.ebuild index 6da6cf6b3bc5..2f6b6a48fd64 100644 --- a/app-text/passivetex/passivetex-1.4.ebuild +++ b/app-text/passivetex/passivetex-1.4.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.4.ebuild,v 1.4 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.4.ebuild,v 1.5 2002/08/02 17:42:49 phoenix Exp $ S=${WORKDIR}/passivetex DESCRIPTION="A namespace-aware XML parser written in Tex" SRC_URI="http://users.ox.ac.uk/~rahtz/passivetex/${PN}.zip" HOMEPAGE="http://users.ox.ac.uk/~rahtz/passivetex/" +KEYWORDS="x86" +SLOT="0" +LICENSE="freedist" DEPEND="app-text/tetex app-arch/unzip app-text/xmltex" |