public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/speed-type/, app-emacs/speed-type/files/
@ 2023-09-02 17:31 Matthew Smith
  0 siblings, 0 replies; only message in thread
From: Matthew Smith @ 2023-09-02 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     84b76c6e0be29d0c6cb7dfa6986b5cb9f1be9c9e
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 15:48:21 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 17:31:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b76c6e

app-emacs/speed-type: new package, add 20230206

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-emacs/speed-type/Manifest                      |  1 +
 app-emacs/speed-type/files/50-speed-type-gentoo.el |  2 ++
 app-emacs/speed-type/metadata.xml                  | 11 +++++++++
 app-emacs/speed-type/speed-type-20230206.ebuild    | 26 ++++++++++++++++++++++
 4 files changed, 40 insertions(+)

diff --git a/app-emacs/speed-type/Manifest b/app-emacs/speed-type/Manifest
new file mode 100644
index 000000000000..839ca84533aa
--- /dev/null
+++ b/app-emacs/speed-type/Manifest
@@ -0,0 +1 @@
+DIST speed-type-20230206.tar.gz 99344 BLAKE2B 5d7545b062d8058e5713095627cb534111fce3b1ab3f7c7f1c862020826d37cb555344b6807ecacf72eb812961220eb828d5dc36c8da6273dcd68541b909804a SHA512 39cd3039e1490bff277fc6e6396e75fa119694833085090a6753204e282eac611676c8acb210c4c054c872000d809a7fe30e91267f1eb3d6e42a1d5e38c96d09

diff --git a/app-emacs/speed-type/files/50-speed-type-gentoo.el b/app-emacs/speed-type/files/50-speed-type-gentoo.el
new file mode 100644
index 000000000000..03fd426bd853
--- /dev/null
+++ b/app-emacs/speed-type/files/50-speed-type-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "speed-type-autoloads" nil t)

diff --git a/app-emacs/speed-type/metadata.xml b/app-emacs/speed-type/metadata.xml
new file mode 100644
index 000000000000..9f764d515915
--- /dev/null
+++ b/app-emacs/speed-type/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+    <remote-id type="github">dakra/speed-type</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/app-emacs/speed-type/speed-type-20230206.ebuild b/app-emacs/speed-type/speed-type-20230206.ebuild
new file mode 100644
index 000000000000..90272f9b7952
--- /dev/null
+++ b/app-emacs/speed-type/speed-type-20230206.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+MY_COMMIT=4f8553632d71e827b4da6e091143779d2ad970a8
+DESCRIPTION="Practice touch and speed typing"
+HOMEPAGE="https://github.com/dakra/speed-type"
+SRC_URI="https://github.com/dakra/speed-type/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-29.1"
+DEPEND="${RDEPEND}"
+
+SITEFILE=50${PN}-gentoo.el
+
+src_compile() {
+	elisp_src_compile
+	elisp-make-autoload-file
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-02 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02 17:31 [gentoo-commits] repo/gentoo:master commit in: app-emacs/speed-type/, app-emacs/speed-type/files/ Matthew Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox