summaryrefslogtreecommitdiff
path: root/app-emacs/cfrs
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/cfrs')
-rw-r--r--app-emacs/cfrs/Manifest1
-rw-r--r--app-emacs/cfrs/cfrs-1.5.4.ebuild29
-rw-r--r--app-emacs/cfrs/files/50cfrs-gentoo.el2
-rw-r--r--app-emacs/cfrs/metadata.xml24
4 files changed, 0 insertions, 56 deletions
diff --git a/app-emacs/cfrs/Manifest b/app-emacs/cfrs/Manifest
deleted file mode 100644
index c0d3455..0000000
--- a/app-emacs/cfrs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cfrs-1.5.4.tar.gz 27542 BLAKE2B b53e2681b3107d590d73175aa608ee617ec99e941e2a0d840dc6dcd48a1a835fd909d20163e96981fa20225ac83903be81ba138ef9485d043e76eb353a3c7b70 SHA512 36d15573d7211db62f5877b0b0d30129e8f264c54bde9e5d01fb5b825ee362d30a082f98413ebff8862e142140544635564d0f31723535869bfea339a4407a69
diff --git a/app-emacs/cfrs/cfrs-1.5.4.ebuild b/app-emacs/cfrs/cfrs-1.5.4.ebuild
deleted file mode 100644
index 8e306d6..0000000
--- a/app-emacs/cfrs/cfrs-1.5.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="26.1"
-
-inherit elisp
-
-DESCRIPTION="Use a small frame at the cursor to read input"
-HOMEPAGE="https://github.com/Alexander-Miller/cfrs"
-SRC_URI="https://github.com/Alexander-Miller/cfrs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=app-emacs/dash-2.11.0
- >=app-emacs/posframe-0.8.5
- >=app-emacs/s-1.10.0"
-RDEPEND="${DEPEND}"
-
-SITEFILE="50cfrs-gentoo.el"
-DOCS=( README.org )
-
-src_compile() {
- elisp-make-autoload-file "${S}/${PN}-autoload.el" "${S}/"
- elisp_src_compile
-}
diff --git a/app-emacs/cfrs/files/50cfrs-gentoo.el b/app-emacs/cfrs/files/50cfrs-gentoo.el
deleted file mode 100644
index 7a416a1..0000000
--- a/app-emacs/cfrs/files/50cfrs-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/cfrs-autoload.el" nil t)
diff --git a/app-emacs/cfrs/metadata.xml b/app-emacs/cfrs/metadata.xml
deleted file mode 100644
index 68bc463..0000000
--- a/app-emacs/cfrs/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jturner.usa+gentoo@gmail.com</email>
- <name>John Turner</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Alexander-Miller/cfrs</remote-id>
- <doc>https://github.com/Alexander-Miller/cfrs/blob/master/README.org</doc>
- </upstream>
- <longdescription>
- A simple alternative to read-string that allows reading input via
- a small child-frame spawned at the position of the cursor.
- Its goal is to make the string input interface closer to those
- used in modern GUI programs and to help the user with having
- to switch focus from whatever they are doing currently to look
- at the minibuffer.
- </longdescription>
-</pkgmetadata>