diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/with-simulated-input | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/with-simulated-input')
| -rw-r--r-- | app-emacs/with-simulated-input/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/with-simulated-input/metadata.xml | 22 | ||||
| -rw-r--r-- | app-emacs/with-simulated-input/with-simulated-input-3.0.ebuild | 27 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-emacs/with-simulated-input/Manifest b/app-emacs/with-simulated-input/Manifest deleted file mode 100644 index 7b7d7dde3c4f..000000000000 --- a/app-emacs/with-simulated-input/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST with-simulated-input-3.0.tar.gz 26203 BLAKE2B 2629f28449a71828f67209b84123ee11b9eb838884560836129830f1c6e0dc12e95ba56e806de5eae8b29cbe1b3f199f9a9e292a2f048483b61a64aa138d2848 SHA512 ddb916e51e8f1da76a19a440f0a629ece6e27969be38b70d8b5156ab7c41084ef9a099970e2c74a680e0cdf75463698e60336fcd168f82d62acd1e0994d6897a diff --git a/app-emacs/with-simulated-input/metadata.xml b/app-emacs/with-simulated-input/metadata.xml deleted file mode 100644 index db95820e128c..000000000000 --- a/app-emacs/with-simulated-input/metadata.xml +++ /dev/null @@ -1,22 +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/DarwinAwardWinner/with-simulated-input/issues/</bugs-to> - <remote-id type="github">DarwinAwardWinner/with-simulated-input</remote-id> - </upstream> - <longdescription> - This package provides an Emacs Lisp macro, with-simulated-input, which - evaluates one or more forms while simulating a sequence of input events for - those forms to read. The result is the same as if you had evaluated the - forms and then manually typed in the same input. This macro is useful for - non-interactive testing of normally interactive commands and functions, - such as completing-read. - </longdescription> - <stabilize-allarches /> -</pkgmetadata> diff --git a/app-emacs/with-simulated-input/with-simulated-input-3.0.ebuild b/app-emacs/with-simulated-input/with-simulated-input-3.0.ebuild deleted file mode 100644 index 325ce2045ec9..000000000000 --- a/app-emacs/with-simulated-input/with-simulated-input-3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Emacs Lisp macro to simulate user input non-interactively" -HOMEPAGE="https://github.com/DarwinAwardWinner/with-simulated-input/" -SRC_URI="https://github.com/DarwinAwardWinner/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="amd64 ~x86" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-emacs/buttercup )" - -DOCS=( README.md ) -ELISP_REMOVE="tests/test-${PN}.el" # Remove failing tests; 11/49 specs -SITEFILE="50${PN}-gentoo.el" - -src_test() { - buttercup -L . -L tests --traceback full tests || die -} |
