From 8546e3365180cb1a13f676f9faf3502245c941af Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 2 Dec 2021 19:44:07 -0500 Subject: Removed unused ebuilds for now --- app-emacs/cfrs/Manifest | 1 - app-emacs/cfrs/cfrs-1.5.4.ebuild | 29 ----------------------------- app-emacs/cfrs/files/50cfrs-gentoo.el | 2 -- app-emacs/cfrs/metadata.xml | 24 ------------------------ 4 files changed, 56 deletions(-) delete mode 100644 app-emacs/cfrs/Manifest delete mode 100644 app-emacs/cfrs/cfrs-1.5.4.ebuild delete mode 100644 app-emacs/cfrs/files/50cfrs-gentoo.el delete mode 100644 app-emacs/cfrs/metadata.xml (limited to 'app-emacs/cfrs') 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 @@ - - - - - jturner.usa+gentoo@gmail.com - John Turner - - - proxy-maint@gentoo.org - Proxy Maintainers - - - Alexander-Miller/cfrs - https://github.com/Alexander-Miller/cfrs/blob/master/README.org - - - 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. - - -- cgit v1.2.3