diff options
author | 2006-11-23 19:20:36 +0000 | |
---|---|---|
committer | 2006-11-23 19:20:36 +0000 | |
commit | b2b34d3853e4fc77ba8aa5411f79a4c61ded3a3f (patch) | |
tree | 027584c13e44a4c93995835757ea9ddfe735c716 /app-xemacs/x-symbol/x-symbol-1.10.ebuild | |
parent | stable on amd64 (diff) | |
download | gentoo-2-b2b34d3853e4fc77ba8aa5411f79a4c61ded3a3f.tar.gz gentoo-2-b2b34d3853e4fc77ba8aa5411f79a4c61ded3a3f.tar.bz2 gentoo-2-b2b34d3853e4fc77ba8aa5411f79a4c61ded3a3f.zip |
Initial version.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-xemacs/x-symbol/x-symbol-1.10.ebuild')
-rw-r--r-- | app-xemacs/x-symbol/x-symbol-1.10.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/x-symbol/x-symbol-1.10.ebuild b/app-xemacs/x-symbol/x-symbol-1.10.ebuild new file mode 100644 index 000000000000..6133517958bf --- /dev/null +++ b/app-xemacs/x-symbol/x-symbol-1.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/x-symbol/x-symbol-1.10.ebuild,v 1.1 2006/11/23 19:20:36 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Semi WYSIWYG for LaTeX, HTML, etc, using additional fonts." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/auctex +app-xemacs/mail-lib +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |