diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
commit | 2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1 (patch) | |
tree | 9c52f9d7b95bf1e7452640b10f55fd69d6a12163 /app-text/passivetex | |
parent | Initial ebuild to support media-video/vls. (diff) | |
download | historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.tar.gz historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.tar.bz2 historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.zip |
Repoman fixes
Diffstat (limited to 'app-text/passivetex')
-rw-r--r-- | app-text/passivetex/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/passivetex/passivetex-1.4.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/passivetex/ChangeLog b/app-text/passivetex/ChangeLog index 4cc4ffb4c002..baec7647d828 100644 --- a/app-text/passivetex/ChangeLog +++ b/app-text/passivetex/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/passivetex # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/ChangeLog,v 1.1 2002/02/01 21:53:10 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/ChangeLog,v 1.2 2002/08/02 17:42:49 phoenix Exp $ *passivetex-1.4 (1 Feb 2002) + 2 Aug 2002; phoen][x <phoenix@gentoo.org> passivetex-1.4.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is 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" |