summaryrefslogtreecommitdiff
path: root/app-emacs/cfrs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/cfrs
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emacs/cfrs')
-rw-r--r--app-emacs/cfrs/Manifest1
-rw-r--r--app-emacs/cfrs/cfrs-1.7.0.ebuild35
-rw-r--r--app-emacs/cfrs/files/50cfrs-gentoo.el3
-rw-r--r--app-emacs/cfrs/metadata.xml13
4 files changed, 0 insertions, 52 deletions
diff --git a/app-emacs/cfrs/Manifest b/app-emacs/cfrs/Manifest
deleted file mode 100644
index a4e4784e487f..000000000000
--- a/app-emacs/cfrs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cfrs-1.7.0.gh.tar.gz 28044 BLAKE2B a6572b040b701ec91ebcf0710405cdf81f4306e532fbecc9ad052209641600e6cdd5be2d8d78a6903ddba183b3978cc95a1f84ab0e0f06267f8244389c4c2ed8 SHA512 3999c460726fc14532b559abba5b9b48faddc1b12501d9d7f79a71c2540ce2da1032d1bc3bcc59b475157cf00723a7cfa371a7e32276be066c3616def0750aa2
diff --git a/app-emacs/cfrs/cfrs-1.7.0.ebuild b/app-emacs/cfrs/cfrs-1.7.0.ebuild
deleted file mode 100644
index 87b2126024cc..000000000000
--- a/app-emacs/cfrs/cfrs-1.7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Child Frame Read String, alternative to read-string"
-HOMEPAGE="https://github.com/Alexander-Miller/cfrs/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}"
-else
- SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- app-emacs/dash
- app-emacs/posframe
- app-emacs/s
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/cfrs/files/50cfrs-gentoo.el b/app-emacs/cfrs/files/50cfrs-gentoo.el
deleted file mode 100644
index 1e33e7a8e84a..000000000000
--- a/app-emacs/cfrs/files/50cfrs-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'cfrs-read "cfrs"
- "Read a string using a pos-frame with given PROMPT and INITIAL-INPUT.")
diff --git a/app-emacs/cfrs/metadata.xml b/app-emacs/cfrs/metadata.xml
deleted file mode 100644
index a8b09c169723..000000000000
--- a/app-emacs/cfrs/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- <upstream>
- <bugs-to>https://github.com/Alexander-Miller/cfrs/issues/</bugs-to>
- <remote-id type="github">Alexander-Miller/cfrs</remote-id>
- </upstream>
-</pkgmetadata>