diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /x11-plugins/wmitime | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'x11-plugins/wmitime')
| -rw-r--r-- | x11-plugins/wmitime/Manifest | 1 | ||||
| -rw-r--r-- | x11-plugins/wmitime/metadata.xml | 14 | ||||
| -rw-r--r-- | x11-plugins/wmitime/wmitime-0.5-r1.ebuild | 29 |
3 files changed, 0 insertions, 44 deletions
diff --git a/x11-plugins/wmitime/Manifest b/x11-plugins/wmitime/Manifest deleted file mode 100644 index 741c81951815..000000000000 --- a/x11-plugins/wmitime/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmitime-0.5.tar.gz 15099 BLAKE2B 5e5197054d8dd716550235709b86bc4a6de707d04c61a9492e7dd7405dc0940cc2f3b637ce542059f549a512e19fd1b72047fbd4ad29de46c936d6c07af91daa SHA512 ae7d36eaf92e1a5f7481fc92685b87c2ee1092e73ed85450686b0c22e3502cd2ff82787a24bf396bf346d6e3bdb3950306fd237ea750c4ada87f0b56d3b23cab diff --git a/x11-plugins/wmitime/metadata.xml b/x11-plugins/wmitime/metadata.xml deleted file mode 100644 index ddb6336e4af7..000000000000 --- a/x11-plugins/wmitime/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <longdescription> -WMitime is an (overglorified) clock for the Windowmaker/Afterstep dock. It -displays standard 12/24 hour time and date, as well as Swatch's new internet -time. -</longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild deleted file mode 100644 index c6fb25531b12..000000000000 --- a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time" -HOMEPAGE="https://www.dockapps.net/wmitime" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" - -RDEPEND=">=x11-libs/libdockapp-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -src_compile() { - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr install - einstalldocs -} |
