diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /x11-plugins/wmmoonclock | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'x11-plugins/wmmoonclock')
| -rw-r--r-- | x11-plugins/wmmoonclock/Manifest | 1 | ||||
| -rw-r--r-- | x11-plugins/wmmoonclock/metadata.xml | 16 | ||||
| -rw-r--r-- | x11-plugins/wmmoonclock/wmmoonclock-1.30.ebuild | 19 |
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-plugins/wmmoonclock/Manifest b/x11-plugins/wmmoonclock/Manifest new file mode 100644 index 000000000000..b5594aff13f1 --- /dev/null +++ b/x11-plugins/wmmoonclock/Manifest @@ -0,0 +1 @@ +DIST wmmoonclock-1.30.tar.gz 238171 BLAKE2B 05246845f95a24f4b0e1b2ce1fb790c170da2b2023337fca5517a27afccaa7a9e42efa497151059897fe87f25b2e32390f441a820afc3eaf353333faa1760d57 SHA512 2173586ef8dd53eae0a05368440dffe8438e57f8158df05fd0de2d4525a5726e48b62ef8e8a81403cb7707d836936957e2238f543946beb557623bd9fbd54175 diff --git a/x11-plugins/wmmoonclock/metadata.xml b/x11-plugins/wmmoonclock/metadata.xml new file mode 100644 index 000000000000..699743381e0f --- /dev/null +++ b/x11-plugins/wmmoonclock/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <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". wmmoonlock supports + 8-bit and high-color displays. + </longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmmoonclock/wmmoonclock-1.30.ebuild b/x11-plugins/wmmoonclock/wmmoonclock-1.30.ebuild new file mode 100644 index 000000000000..ac62f79bf63e --- /dev/null +++ b/x11-plugins/wmmoonclock/wmmoonclock-1.30.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="dockapp that shows lunar ephemeris to a high accuracy" +HOMEPAGE="https://www.dockapps.net/wmmoonclock" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~mips ppc ~sparc x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |
