diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/binclock | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/binclock')
| -rw-r--r-- | app-emacs/binclock/Manifest | 2 | ||||
| -rw-r--r-- | app-emacs/binclock/binclock-1.11.ebuild | 17 | ||||
| -rw-r--r-- | app-emacs/binclock/binclock-1.12.ebuild | 28 | ||||
| -rw-r--r-- | app-emacs/binclock/files/50binclock-gentoo.el | 2 | ||||
| -rw-r--r-- | app-emacs/binclock/metadata.xml | 12 |
5 files changed, 0 insertions, 61 deletions
diff --git a/app-emacs/binclock/Manifest b/app-emacs/binclock/Manifest deleted file mode 100644 index 9c443365b142..000000000000 --- a/app-emacs/binclock/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST binclock-1.11.tar.gz 9594 BLAKE2B d5de646996cfeecde9000dcd20545005ff036eca24230cb847f4b21a3f458884f955dcb85cedfa21b8c01d60e030f95d426fa8ebbd8e66a61f2e02c0d64d9e62 SHA512 94ddc4a653a1ca119ff86b1c66cf74c3a1b3b15da32d56b4c0080d5226111b0ac31cf4262078ec40488172b14a6b37e66ba16c4bf7b7932293cb1e2a6199c0cd -DIST binclock-1.12.gh.tar.gz 15010 BLAKE2B a70aec2920105bfcd42fac0e64c6398875cffe2c0083f57349275bdf55cb69ea36e1f41756d5a0d947e9a0f87b453ca34ce3fd474c909b56e7e2192476d73ebf SHA512 e445ee73847ccfdad3edbb3427692c0c520327a620326ca2cee8905a0659af846789e52dbfa4b1ac62db9e08288a95737ac46bd1719fdbdc198b79db971fb0af diff --git a/app-emacs/binclock/binclock-1.11.ebuild b/app-emacs/binclock/binclock-1.11.ebuild deleted file mode 100644 index 95d67fae9777..000000000000 --- a/app-emacs/binclock/binclock-1.11.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="Display the current time using a binary clock" -HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="https://github.com/davep/${PN}.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" # v2 only -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" - -S="${WORKDIR}/${PN}.el-${PV}" -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/binclock/binclock-1.12.ebuild b/app-emacs/binclock/binclock-1.12.ebuild deleted file mode 100644 index 4ec79025b26f..000000000000 --- a/app-emacs/binclock/binclock-1.12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Display the current time using a binary clock" -HOMEPAGE="http://www.davep.org/emacs/ - https://github.com/davep/binclock.el/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/davep/${PN}.el" -else - SRC_URI="https://github.com/davep/${PN}.el/archive/refs/tags/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - S="${WORKDIR}/${PN}.el-${PV}" - - KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -DOCS=( README.md ) -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/binclock/files/50binclock-gentoo.el b/app-emacs/binclock/files/50binclock-gentoo.el deleted file mode 100644 index 21f1d818d190..000000000000 --- a/app-emacs/binclock/files/50binclock-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'binclock "binclock" "Display the binary clock." t) diff --git a/app-emacs/binclock/metadata.xml b/app-emacs/binclock/metadata.xml deleted file mode 100644 index 1fa031d0316c..000000000000 --- a/app-emacs/binclock/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -<upstream> - <remote-id type="github">davep/binclock.el</remote-id> -</upstream> -</pkgmetadata> |
