diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-03-04 10:49:58 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-03-04 10:49:58 +0000 |
commit | 86ee140378a790229f852e4087e4cd25f1a64aa1 (patch) | |
tree | 1f42c7f4447946921ecf5e60a0d9741028de26da /app-emacs/erc | |
parent | alpha/ia64/sparc stable wrt security #204065 (diff) | |
download | gentoo-2-86ee140378a790229f852e4087e4cd25f1a64aa1.tar.gz gentoo-2-86ee140378a790229f852e4087e4cd25f1a64aa1.tar.bz2 gentoo-2-86ee140378a790229f852e4087e4cd25f1a64aa1.zip |
clean up, even if ulm will complain that I do it too early. He is old and slow and likes things rot around in the tree. :)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/erc')
-rw-r--r-- | app-emacs/erc/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/erc/erc-5.2-r1.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/app-emacs/erc/ChangeLog b/app-emacs/erc/ChangeLog index b7392c4d6d50..4d7a78f3a372 100644 --- a/app-emacs/erc/ChangeLog +++ b/app-emacs/erc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/erc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/ChangeLog,v 1.37 2008/03/04 10:47:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/ChangeLog,v 1.38 2008/03/04 10:49:58 opfer Exp $ + + 04 Mar 2008; Christian Faulhammer <opfer@gentoo.org> -erc-5.2-r1.ebuild: + clean up 04 Mar 2008; Raúl Porcel <armin76@gentoo.org> erc-5.3.ebuild: sparc stable wrt #211923 diff --git a/app-emacs/erc/erc-5.2-r1.ebuild b/app-emacs/erc/erc-5.2-r1.ebuild deleted file mode 100644 index 9a6cf0cfdc9c..000000000000 --- a/app-emacs/erc/erc-5.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/erc-5.2-r1.ebuild,v 1.6 2008/01/27 10:18:04 ulm Exp $ - -inherit elisp - -DESCRIPTION="The Emacs IRC Client" -HOMEPAGE="http://savannah.gnu.org/projects/erc/ - http://www.emacswiki.org/cgi-bin/wiki/ERC" -SRC_URI="mirror://gnu/erc/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -SITEFILE=51${PN}-gentoo.el - -src_compile() { - # force regeneration of autoload file by the proper Emacs version - rm -f erc-auto.el - emake || die "emake failed" -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc AUTHORS ChangeLog* CREDITS HISTORY servers.pl README - doinfo *.info* -} |