diff options
Diffstat (limited to 'app-text/psgml/psgml-1.2.2-r1.ebuild')
-rw-r--r-- | app-text/psgml/psgml-1.2.2-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/psgml/psgml-1.2.2-r1.ebuild b/app-text/psgml/psgml-1.2.2-r1.ebuild index 9c1ef191d66f..33a1155ea948 100644 --- a/app-text/psgml/psgml-1.2.2-r1.ebuild +++ b/app-text/psgml/psgml-1.2.2-r1.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-r1.ebuild,v 1.3 2002/08/01 11:58:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psgml/psgml-1.2.2-r1.ebuild,v 1.4 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" |