commit:     111093c246e504764daee1e46f7eafaa0a9556f2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 02:12:07 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 03:00:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111093c2

app-emacs/el-mock: new package; add version 1.25.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/el-mock/Manifest                  |  1 +
 app-emacs/el-mock/el-mock-1.25.1.ebuild     | 19 +++++++++++++++++++
 app-emacs/el-mock/files/50el-mock-gentoo.el |  1 +
 app-emacs/el-mock/metadata.xml              | 13 +++++++++++++
 4 files changed, 34 insertions(+)

diff --git a/app-emacs/el-mock/Manifest b/app-emacs/el-mock/Manifest
new file mode 100644
index 000000000000..4f88a04b8909
--- /dev/null
+++ b/app-emacs/el-mock/Manifest
@@ -0,0 +1 @@
+DIST el-mock-1.25.1.tar.gz 5825 BLAKE2B 
e04f193e6d27a0081dd8c9eceafc79b585f8556e0c4dc75f7c27e657b939e6320268c90bb63aca15a7261598edbdbf6cd936230b0c1dc64de24de8a67bc51920
 SHA512 
8b55c94489d6461124c3e39920e5aeb2e1adb492f08aa4312c6029f392c6acdea1c01872995934e500d6ff63c3d2d38c9dde86c55135421a28e3a79ace38d7d8

diff --git a/app-emacs/el-mock/el-mock-1.25.1.ebuild 
b/app-emacs/el-mock/el-mock-1.25.1.ebuild
new file mode 100644
index 000000000000..335163df7109
--- /dev/null
+++ b/app-emacs/el-mock/el-mock-1.25.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Mocking library for Emacs"
+HOMEPAGE="https://github.com/rejeep/el-mock.el/";
+SRC_URI="https://github.com/rejeep/${PN}.el/archive/v${PV}.tar.gz
+                       -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}.el-${PV}
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/el-mock/files/50el-mock-gentoo.el 
b/app-emacs/el-mock/files/50el-mock-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/el-mock/files/50el-mock-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/el-mock/metadata.xml b/app-emacs/el-mock/metadata.xml
new file mode 100644
index 000000000000..278694c35599
--- /dev/null
+++ b/app-emacs/el-mock/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>gnu-em...@gentoo.org</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/rejeep/el-mock.el/issues/</bugs-to>
+    <remote-id type="github">rejeep/el-mock.el</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to