diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 09:09:49 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 09:09:49 +0000 |
commit | 52975f2342074f952d39e97fcb608ef38a9dc1e7 (patch) | |
tree | d7a3c916d1191799bb0884fb343d616e9d0d56db /app-xemacs/xslt-process/xslt-process-1.12.ebuild | |
parent | Version bump. Remove old version. (diff) | |
download | historical-52975f2342074f952d39e97fcb608ef38a9dc1e7.tar.gz historical-52975f2342074f952d39e97fcb608ef38a9dc1e7.tar.bz2 historical-52975f2342074f952d39e97fcb608ef38a9dc1e7.zip |
Version bump, partial fix for bug #75951.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-xemacs/xslt-process/xslt-process-1.12.ebuild')
-rw-r--r-- | app-xemacs/xslt-process/xslt-process-1.12.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-xemacs/xslt-process/xslt-process-1.12.ebuild b/app-xemacs/xslt-process/xslt-process-1.12.ebuild new file mode 100644 index 000000000000..6f3512a71707 --- /dev/null +++ b/app-xemacs/xslt-process/xslt-process-1.12.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xslt-process/xslt-process-1.12.ebuild,v 1.1 2006/11/11 09:09:49 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="XSLT processing support." +PKG_CAT="standard" + +RDEPEND="app-xemacs/jde +app-xemacs/cc-mode +app-xemacs/semantic +app-xemacs/debug +app-xemacs/speedbar +app-xemacs/edit-utils +app-xemacs/xemacs-eterm +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/elib +app-xemacs/eieio +app-xemacs/sh-script +app-xemacs/fsf-compat +app-xemacs/xemacs-devel +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |