diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 07:00:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 07:00:20 +0000 |
commit | ff90272558b3ac9d2eaabbf4592cb92880e39e7e (patch) | |
tree | 74281201c8d2e09bfb351b042d80d31f6efb4828 /app-xemacs/riece/riece-1.23.ebuild | |
parent | Version bump #170977. (diff) | |
download | historical-ff90272558b3ac9d2eaabbf4592cb92880e39e7e.tar.gz historical-ff90272558b3ac9d2eaabbf4592cb92880e39e7e.tar.bz2 historical-ff90272558b3ac9d2eaabbf4592cb92880e39e7e.zip |
Version bump
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-xemacs/riece/riece-1.23.ebuild')
-rw-r--r-- | app-xemacs/riece/riece-1.23.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/riece/riece-1.23.ebuild b/app-xemacs/riece/riece-1.23.ebuild new file mode 100644 index 000000000000..016d04c223cd --- /dev/null +++ b/app-xemacs/riece/riece-1.23.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/riece/riece-1.23.ebuild,v 1.1 2007/05/05 07:00:20 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="IRC client for Emacs." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/bbdb +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |