diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:46:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:46:52 +0000 |
commit | 8eb108b0c4b869769a915bcd3954bf1d2ebd65cb (patch) | |
tree | 0a6bd8595f5a3f19d026ce76339d564fdf97f5ef /app-xemacs | |
parent | Version bump: XEmacs compatibility fixes. (diff) | |
download | gentoo-2-8eb108b0c4b869769a915bcd3954bf1d2ebd65cb.tar.gz gentoo-2-8eb108b0c4b869769a915bcd3954bf1d2ebd65cb.tar.bz2 gentoo-2-8eb108b0c4b869769a915bcd3954bf1d2ebd65cb.zip |
Version bump: XEmacs compatibility fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/erc/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/erc/erc-0.23.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-xemacs/erc/ChangeLog b/app-xemacs/erc/ChangeLog index 4b4c15efca8c..1e2c649daf12 100644 --- a/app-xemacs/erc/ChangeLog +++ b/app-xemacs/erc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/erc -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/erc/ChangeLog,v 1.5 2009/02/22 15:33:26 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/erc/ChangeLog,v 1.6 2010/08/13 11:46:52 graaff Exp $ + +*erc-0.23 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +erc-0.23.ebuild: + Version bump: XEmacs compatibility fixes. *erc-0.22 (22 Feb 2009) diff --git a/app-xemacs/erc/erc-0.23.ebuild b/app-xemacs/erc/erc-0.23.ebuild new file mode 100644 index 000000000000..baf7599632cc --- /dev/null +++ b/app-xemacs/erc/erc-0.23.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/erc/erc-0.23.ebuild,v 1.1 2010/08/13 11:46:52 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="ERC - The Emacs IRC Client." +PKG_CAT="standard" + +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + +RDEPEND="app-xemacs/edit-utils +app-xemacs/fsf-compat +app-xemacs/gnus +app-xemacs/pcomplete +app-xemacs/xemacs-base +app-xemacs/text-modes +app-xemacs/xemacs-ispell +app-xemacs/viper +" |