summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:26:55 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:26:55 +0000
commita24230b0d67e68eb62edf513074ccfb8bd2a5bbb (patch)
tree63fa5e268dcc0530c911dc193986f52faed7b4b1 /x11-plugins/wmweather
parentquoting (diff)
downloadgentoo-2-a24230b0d67e68eb62edf513074ccfb8bd2a5bbb.tar.gz
gentoo-2-a24230b0d67e68eb62edf513074ccfb8bd2a5bbb.tar.bz2
gentoo-2-a24230b0d67e68eb62edf513074ccfb8bd2a5bbb.zip
old
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmweather/wmweather-2.4.0.ebuild b/x11-plugins/wmweather/wmweather-2.4.0.ebuild
deleted file mode 100644
index cfffb309bb6a..000000000000
--- a/x11-plugins/wmweather/wmweather-2.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.17 2007/07/22 04:17:49 dberkholz Exp $
-
-IUSE=""
-DESCRIPTION="Dockable applet for WindowMaker that shows weather."
-HOMEPAGE="http://www.godisch.de/debian/wmweather/"
-SRC_URI="http://www.godisch.de/debian/wmweather/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ~mips ppc ppc64"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXext
- x11-libs/libXpm
- >=x11-apps/xmessage-1.0.1
- net-misc/curl"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_compile() {
- cd ${S}/src
- econf || die
- emake || die
-}
-
-src_install() {
- dodoc CHANGES README
- cd ${S}/src
- make DESTDIR=${D} install || die
-}