diff options
author | 2003-06-13 05:00:55 +0000 | |
---|---|---|
committer | 2003-06-13 05:00:55 +0000 | |
commit | a7c6983d07b008f5ffacdf27709da58f1928bc76 (patch) | |
tree | b883588f08b30a612b1480faf0a4c6702e49d225 /app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild | |
parent | initial commit, moved from eterm (diff) | |
download | gentoo-2-a7c6983d07b008f5ffacdf27709da58f1928bc76.tar.gz gentoo-2-a7c6983d07b008f5ffacdf27709da58f1928bc76.tar.bz2 gentoo-2-a7c6983d07b008f5ffacdf27709da58f1928bc76.zip |
initial commit, moved from eterm
Diffstat (limited to 'app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild')
-rw-r--r-- | app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild b/app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild new file mode 100644 index 000000000000..05e0c5a4e555 --- /dev/null +++ b/app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-eterm/xemacs-eterm-1.13.ebuild,v 1.1 2003/06/13 05:00:53 rac Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Terminal emulation." +PKG_CAT="standard" + +MY_PN=${PN/xemacs-/} + +SRC_URI="ftp://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" + +DEPEND="app-xemacs/xemacs-base" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |