diff options
Diffstat (limited to 'app-text/psgml/psgml-1.2.2.ebuild')
-rw-r--r-- | app-text/psgml/psgml-1.2.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/psgml/psgml-1.2.2.ebuild b/app-text/psgml/psgml-1.2.2.ebuild index dd45a30bd822..08d81d17a4af 100644 --- a/app-text/psgml/psgml-1.2.2.ebuild +++ b/app-text/psgml/psgml-1.2.2.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/psgml/psgml-1.2.2.ebuild,v 1.7 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psgml/psgml-1.2.2.ebuild,v 1.8 2002/08/02 17:42:49 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="PSGML is a GNU Emacs Major Mode for editing SGML and XML coded documents." SRC_URI="http://ftp1.sourceforge.net/${PN}/${P}.tar.gz" HOMEPAGE="http://psgml.sourceforge.net" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/emacs" |