commit: c3f763b21dfea74cdbfc29f3e42e9b6430b92f96 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun May 28 10:49:04 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sun May 28 10:49:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f763b2
app-emacs/devil: new package, add 0.4.0 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> app-emacs/devil/Manifest | 1 + app-emacs/devil/devil-0.4.0.ebuild | 26 ++++++++++++++++++++++++++ app-emacs/devil/files/50devil-gentoo.el | 2 ++ app-emacs/devil/metadata.xml | 12 ++++++++++++ 4 files changed, 41 insertions(+) diff --git a/app-emacs/devil/Manifest b/app-emacs/devil/Manifest new file mode 100644 index 000000000000..c845f5fb9df6 --- /dev/null +++ b/app-emacs/devil/Manifest @@ -0,0 +1 @@ +DIST devil-0.4.0.tar.gz 20628 BLAKE2B 77bb01721cf3489151964515760c9d1778d4407339c081c0dc61f072dd6b75c56538fd917bb468f9ac827563dab698a28a67a3eece786547c9ecb544196b23d4 SHA512 7bf9422d5845f4a311672c8a27bd691d4246ddb2462efa8766f42eb6b8456e7960d191746fd325417fd23992f7e2af264cf975d193e9da16554a60944c8bff4a diff --git a/app-emacs/devil/devil-0.4.0.ebuild b/app-emacs/devil/devil-0.4.0.ebuild new file mode 100644 index 000000000000..3331c9ddef6e --- /dev/null +++ b/app-emacs/devil/devil-0.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Provides a modifier-free editing experience" +HOMEPAGE="https://github.com/susam/devil" +SRC_URI="https://github.com/susam/devil/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( MANUAL.org ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +} + +src_test() { + elisp-test-ert . -l ${PN}-tests.el +} diff --git a/app-emacs/devil/files/50devil-gentoo.el b/app-emacs/devil/files/50devil-gentoo.el new file mode 100644 index 000000000000..6386b20c5934 --- /dev/null +++ b/app-emacs/devil/files/50devil-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "@SITELISP@/devil-autoloads" nil t) diff --git a/app-emacs/devil/metadata.xml b/app-emacs/devil/metadata.xml new file mode 100644 index 000000000000..669c93793f0c --- /dev/null +++ b/app-emacs/devil/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <upstream> + <remote-id type="github">susam/devil</remote-id> + </upstream> +</pkgmetadata>
