diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-20 06:23:12 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-20 06:23:12 +0000 |
commit | 2059d78f4d32dbbd04902e0d20e1d747a171cb26 (patch) | |
tree | eb2c735351597e841434b04028d70842aeeb8057 /app-emacs/erc/erc-3.0.ebuild | |
parent | fixed qt dep (diff) | |
download | historical-2059d78f4d32dbbd04902e0d20e1d747a171cb26.tar.gz historical-2059d78f4d32dbbd04902e0d20e1d747a171cb26.tar.bz2 historical-2059d78f4d32dbbd04902e0d20e1d747a171cb26.zip |
version bump
Diffstat (limited to 'app-emacs/erc/erc-3.0.ebuild')
-rw-r--r-- | app-emacs/erc/erc-3.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/erc/erc-3.0.ebuild b/app-emacs/erc/erc-3.0.ebuild new file mode 100644 index 000000000000..d5d41b5dfda6 --- /dev/null +++ b/app-emacs/erc/erc-3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/erc-3.0.ebuild,v 1.1 2002/11/20 06:23:12 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="ERC - The Emacs IRC Client" +SRC_URI="mirror://sourceforge/erc/${P}.tar.gz" +HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?EmacsIRCClient" + +DEPEND="virtual/emacs" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +S=${WORKDIR}/${P} + +src_install() { + elisp-install ${PN} *.el + elisp-site-file-install ${FILESDIR}/50erc-gentoo.el + dodoc AUTHORS CREDITS HISTORY ChangeLog servers.pl README +} + +pkg_postinst() { + elisp-site-regen +} + +pkg_postrm() { + elisp-site-regen +} |