diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-18 20:58:27 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-18 20:58:27 +0000 |
commit | 2b748464d9b6efc90a7e40a095ea467415258721 (patch) | |
tree | 25fd48321a20d65a44253977e81b9b151230079f /net-irc/erc | |
parent | Update for apache that fixes the recent exploit. Also fixes bugs #2313 and 3533 (diff) | |
download | historical-2b748464d9b6efc90a7e40a095ea467415258721.tar.gz historical-2b748464d9b6efc90a7e40a095ea467415258721.tar.bz2 historical-2b748464d9b6efc90a7e40a095ea467415258721.zip |
Updated version
Diffstat (limited to 'net-irc/erc')
-rw-r--r-- | net-irc/erc/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/erc/erc-2.93.ebuild | 21 | ||||
-rw-r--r-- | net-irc/erc/files/digest-erc-2.93 | 1 |
3 files changed, 29 insertions, 1 deletions
diff --git a/net-irc/erc/ChangeLog b/net-irc/erc/ChangeLog index 4e805e91f5f5..3c5cd9b2e2df 100644 --- a/net-irc/erc/ChangeLog +++ b/net-irc/erc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/erc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-irc/erc/ChangeLog,v 1.1 2002/05/01 17:36:26 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/erc/ChangeLog,v 1.2 2002/06/18 20:58:27 rphillips Exp $ + +*erc-2.93 (18 Jun 2002) + + 18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> erc-2.93.ebuild : + + Updated version *erc-2.92 (1 May 2002) diff --git a/net-irc/erc/erc-2.93.ebuild b/net-irc/erc/erc-2.93.ebuild new file mode 100644 index 000000000000..002d9fc962fb --- /dev/null +++ b/net-irc/erc/erc-2.93.ebuild @@ -0,0 +1,21 @@ +# Copyriht 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Matthew Kennedy <mkennedy@gentoo.org> +# Author: phoen][x <eqc_phoenix@gmx.de> +# $Header: /var/cvsroot/gentoo-x86/net-irc/erc/erc-2.93.ebuild,v 1.1 2002/06/18 20:58:27 rphillips Exp $ + +LICENSE="GPL-2" + +S=${WORKDIR}/erc +DESCRIPTION="ERC - The Emacs IRC Client" +SRC_URI="mirror://sourceforge/erc/${P}.tar.gz" +HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?EmacsIRCClient" + +DEPEND="" +RDEPEND=">=app-editors/emacs-21.2" + +src_install() { + dodoc CREDITS HISTORY ChangeLog servers.pl + insinto /usr/share/emacs/21.2/lisp + doins *.el +} diff --git a/net-irc/erc/files/digest-erc-2.93 b/net-irc/erc/files/digest-erc-2.93 new file mode 100644 index 000000000000..0727cc610df2 --- /dev/null +++ b/net-irc/erc/files/digest-erc-2.93 @@ -0,0 +1 @@ +MD5 30aedd68a50d062f8c1ae454fcd08d6f erc-2.93.tar.gz 108807 |