diff options
Diffstat (limited to 'app-emacs/erc/erc-3.0.ebuild')
-rw-r--r-- | app-emacs/erc/erc-3.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-emacs/erc/erc-3.0.ebuild b/app-emacs/erc/erc-3.0.ebuild deleted file mode 100644 index f435f75fe2b1..000000000000 --- a/app-emacs/erc/erc-3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/erc-3.0.ebuild,v 1.9 2005/01/01 13:44:55 eradicator Exp $ - -inherit elisp - -DESCRIPTION="ERC - The Emacs IRC Client" -HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?EmacsIRCClient" -SRC_URI="mirror://sourceforge/erc/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/emacs" - -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 -} |