diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-02-12 19:47:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-02-12 19:47:47 +0000 |
commit | e92ab22a4b0476d78aba2480057b79896acb8a47 (patch) | |
tree | a57092271487e61698c974462cfe3451a665b9d3 /app-emacs/weather/weather-2.2.ebuild | |
parent | ebuild bump trying to increase QA level of this package as per bug #162447. A... (diff) | |
download | historical-e92ab22a4b0476d78aba2480057b79896acb8a47.tar.gz historical-e92ab22a4b0476d78aba2480057b79896acb8a47.tar.bz2 historical-e92ab22a4b0476d78aba2480057b79896acb8a47.zip |
removal
Diffstat (limited to 'app-emacs/weather/weather-2.2.ebuild')
-rw-r--r-- | app-emacs/weather/weather-2.2.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
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 -} |