diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-22 07:03:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-22 07:03:47 +0000 |
commit | 3c908cb1615bb9e8c1ef0e93f3f2ae9e05dbd06b (patch) | |
tree | 47b9e76f114f6bfc893cd4970c99786e8a40e75c /app-xemacs/erc/erc-0.21.ebuild | |
parent | mark ~ppc (diff) | |
download | historical-3c908cb1615bb9e8c1ef0e93f3f2ae9e05dbd06b.tar.gz historical-3c908cb1615bb9e8c1ef0e93f3f2ae9e05dbd06b.tar.bz2 historical-3c908cb1615bb9e8c1ef0e93f3f2ae9e05dbd06b.zip |
Initial import of ERC, the Emacs IRC Client package for XEmacs
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-xemacs/erc/erc-0.21.ebuild')
-rw-r--r-- | app-xemacs/erc/erc-0.21.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/erc/erc-0.21.ebuild b/app-xemacs/erc/erc-0.21.ebuild new file mode 100644 index 000000000000..e11dfece982d --- /dev/null +++ b/app-xemacs/erc/erc-0.21.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/erc/erc-0.21.ebuild,v 1.1 2006/11/22 07:03:47 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="ERC - The Emacs IRC Client." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base" + +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |