summaryrefslogtreecommitdiff
path: root/app-emacs/queue
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-emacs/queue
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-emacs/queue')
-rw-r--r--app-emacs/queue/Manifest1
-rw-r--r--app-emacs/queue/metadata.xml17
-rw-r--r--app-emacs/queue/queue-0.2.ebuild16
3 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/queue/Manifest b/app-emacs/queue/Manifest
deleted file mode 100644
index 5713634b317b..000000000000
--- a/app-emacs/queue/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST queue-0.2.el.xz 2168 BLAKE2B 4c6c89ffa66d1bc5da11b78b6965077922384090327360c5b787508d9248051a6e3371b1e6ae5dd0fc8337d4623cbcb07d44d0f6147b29f14da8a3900868bd94 SHA512 62e43482db9828fe6f6d58c95389cd93642a6019211b190dd8f862efa6011708ad8e9a6c025ddb2e663effe0a8aec2f72f42f1afcaaf4c7d64fe698c274eef39
diff --git a/app-emacs/queue/metadata.xml b/app-emacs/queue/metadata.xml
deleted file mode 100644
index 7e82535436ff..000000000000
--- a/app-emacs/queue/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <longdescription lang="en">
- Provides queues can be used both as a first-in last-out (FILO) and
- as a first-in first-out (FIFO) stack, i.e. elements can be added to
- the front or back of the queue, and can be removed from the
- front. (This type of data structure is sometimes called an
- "output-restricted deque".)
- </longdescription>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/app-emacs/queue/queue-0.2.ebuild b/app-emacs/queue/queue-0.2.ebuild
deleted file mode 100644
index ce7394d79517..000000000000
--- a/app-emacs/queue/queue-0.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Queue data structure"
-HOMEPAGE="https://elpa.gnu.org/packages/queue.html"
-SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${P}.el.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-SITEFILE="50${PN}-gentoo.el"