summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-06-29 13:26:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-06-29 13:26:55 +0000
commit8439ebc844e6097ccd67f2ed4755eed059e34b29 (patch)
tree144c4eee0bf2c7eb8e0b64a46a7162ae6c1f6315 /x11-plugins/wmMoonClock
parentAdd patch for bug #229389 (diff)
downloadhistorical-8439ebc844e6097ccd67f2ed4755eed059e34b29.tar.gz
historical-8439ebc844e6097ccd67f2ed4755eed059e34b29.tar.bz2
historical-8439ebc844e6097ccd67f2ed4755eed059e34b29.zip
old
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64
Diffstat (limited to 'x11-plugins/wmMoonClock')
-rw-r--r--x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild b/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild
deleted file mode 100644
index 8dc25a2ac875..000000000000
--- a/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild,v 1.15 2008/01/28 13:43:13 s4t4n Exp $
-
-IUSE=""
-DESCRIPTION="dockapp that shows lunar ephemeris to a high accuracy."
-SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"
-HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~mips ppc ~sparc"
-
-src_unpack() {
- unpack "${A}" ; cd "${S}/Src"
- sed -i -e "s:-O2:${CFLAGS}:" Makefile
-}
-
-src_compile() {
- emake -C Src || die "parallel make failed"
-}
-
-src_install () {
- dobin Src/wmMoonClock
- doman Src/wmMoonClock.1
- dodoc BUGS
-}