summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-02-12 19:47:47 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-02-12 19:47:47 +0000
commite92ab22a4b0476d78aba2480057b79896acb8a47 (patch)
treea57092271487e61698c974462cfe3451a665b9d3 /app-emacs/weather/weather-2.2.ebuild
parentebuild bump trying to increase QA level of this package as per bug #162447. A... (diff)
downloadhistorical-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.ebuild39
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
-}