From e92ab22a4b0476d78aba2480057b79896acb8a47 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Mon, 12 Feb 2007 19:47:47 +0000 Subject: removal --- app-emacs/weather/weather-2.2.ebuild | 39 ------------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 app-emacs/weather/weather-2.2.ebuild (limited to 'app-emacs/weather/weather-2.2.ebuild') diff --git a/app-emacs/weather/weather-2.2.ebuild b/app-emacs/weather/weather-2.2.ebuild deleted file mode 100644 index f0405982efdf..000000000000 --- a/app-emacs/weather/weather-2.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/weather/weather-2.2.ebuild,v 1.9 2007/01/28 04:39:25 genone Exp $ - -inherit elisp - -IUSE="" - -# This probably needs some work (wm broken?) - -DESCRIPTION="Quickly grab a temperature from the net." -HOMEPAGE="ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/archive/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" - -DEPEND="virtual/emacs - app-emacs/w3" - -SITEFILE=50weather-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} - -pkg_postinst() { - elisp-site-regen - elog "Please see ${SITELISP}/${PN}/weather.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} -- cgit v1.2.3-65-gdbad