diff options
author | 2006-01-22 11:55:13 +0000 | |
---|---|---|
committer | 2006-01-22 11:55:13 +0000 | |
commit | 3a4a388d17b2fc4a1dbd4c9383c79a77fc4a73d2 (patch) | |
tree | 0f264203a1355a1b4f11003880c7027a5917d82a /x11-plugins/wmMoonClock | |
parent | Fixed X dependencies (support for modular X). (diff) | |
download | historical-3a4a388d17b2fc4a1dbd4c9383c79a77fc4a73d2.tar.gz historical-3a4a388d17b2fc4a1dbd4c9383c79a77fc4a73d2.tar.bz2 historical-3a4a388d17b2fc4a1dbd4c9383c79a77fc4a73d2.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmMoonClock')
-rw-r--r-- | x11-plugins/wmMoonClock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmMoonClock/metadata.xml | 18 | ||||
-rw-r--r-- | x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild | 18 |
3 files changed, 27 insertions, 17 deletions
diff --git a/x11-plugins/wmMoonClock/ChangeLog b/x11-plugins/wmMoonClock/ChangeLog index ab327397f0b5..1df531303aa4 100644 --- a/x11-plugins/wmMoonClock/ChangeLog +++ b/x11-plugins/wmMoonClock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmMoonClock -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/ChangeLog,v 1.6 2004/11/24 04:43:32 weeve Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/ChangeLog,v 1.7 2006/01/22 11:55:13 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> metadata.xml, + wmMoonClock-1.27.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever <weeve@gentoo.org> wmMoonClock-1.27.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmMoonClock/metadata.xml b/x11-plugins/wmMoonClock/metadata.xml index fcc813de2b5a..b883de84dbb9 100644 --- a/x11-plugins/wmMoonClock/metadata.xml +++ b/x11-plugins/wmMoonClock/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>desktop-misc</herd> -<longdescription> -wmMoonClock displays phases and ephemeris of the Moon. Clicking on the App -cycles the user through several `pages' of ephemeris information. Included are -age, fraction of current lunar cycle, the % illumination, whether its currently -visible or not, the rise/set times for yesterday, today and tomorrow, the -`horizon coordinates", and the "ecliptic coordinates". wmMoonClock supports -8-bit and high-color displays. -</longdescription> + <herd>desktop-dock</herd> + <longdescription> + wmMoonClock displays phases and ephemeris of the Moon. Clicking on the App + cycles the user through several `pages' of ephemeris information. Included are + age, fraction of current lunar cycle, the % illumination, whether its currently + visible or not, the rise/set times for yesterday, today and tomorrow, the + `horizon coordinates", and the "ecliptic coordinates". wmMoonClock supports + 8-bit and high-color displays. + </longdescription> </pkgmetadata> diff --git a/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild b/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild index 556346a7fdaa..112612502641 100644 --- a/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild +++ b/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild @@ -1,15 +1,22 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.12 2004/11/24 04:43:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild,v 1.13 2006/01/22 11:55:13 nelchael 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" -DEPEND="virtual/libc - virtual/x11 - >=sys-apps/sed-4" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" LICENSE="GPL-2" SLOT="0" @@ -29,4 +36,3 @@ src_install () { doman Src/wmMoonClock.1 dodoc BUGS } - |