summaryrefslogtreecommitdiff
path: root/app-emacs/tempo-snippets
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/tempo-snippets')
-rw-r--r--app-emacs/tempo-snippets/Manifest4
-rw-r--r--app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el2
-rw-r--r--app-emacs/tempo-snippets/metadata.xml9
-rw-r--r--app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild17
4 files changed, 32 insertions, 0 deletions
diff --git a/app-emacs/tempo-snippets/Manifest b/app-emacs/tempo-snippets/Manifest
new file mode 100644
index 000000000000..4fcde0435f32
--- /dev/null
+++ b/app-emacs/tempo-snippets/Manifest
@@ -0,0 +1,4 @@
+AUX 50tempo-snippets-gentoo.el 88 BLAKE2B 4d62db9046a7412ab12728cb64a7c0afdbdaf1aeb35d209b977584046e1c7b97b1da834eaffa960a529f78e9b0ca366d70b55b729f3057ce78d911a2941fcfe2 SHA512 aaeaf81327283a4f482c08b6bf78f0e60154e76ec2df15aafb213b5d25d54778a26e204e0c5cc7816aa4a82add11e6291332cd1f6130c77be92b72406994e88e
+DIST tempo-snippets-0.1.5.el.bz2 5369 BLAKE2B d58073b1cd6585b76388f89470a0e5272e1f686a456ca7a7b7ae69e4a8aba81414c70c443be209eacd3b1404b21227330618e74c9f2f0056ba11b22933b6744c SHA512 77b739d3c9def0abc422daee372cdf5602ed79b7cb154125a0aa3ca99e24b025c070fbb8439638ce35849243efadc9cddf187debc53905242ab417ec79acacec
+EBUILD tempo-snippets-0.1.5.ebuild 423 BLAKE2B cadec630196ffbc48b3af61a4683e57ff7c8418f2a38a25200f21e4465f724ce11c937087370fa9171af13b3872320655e52e5f6d4b56816748d56d3dca2e2a9 SHA512 f63c8655904c44a518a3363290b2267b7592a751bbe95d4251e07d68750327b7be349163eebb025824e615f90c992be9531e02642841087ec8713ae325c57248
+MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el b/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el
new file mode 100644
index 000000000000..d35cc3e61bf0
--- /dev/null
+++ b/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'tempo-define-snippet "tempo-snippets")
diff --git a/app-emacs/tempo-snippets/metadata.xml b/app-emacs/tempo-snippets/metadata.xml
new file mode 100644
index 000000000000..c918cdef9591
--- /dev/null
+++ b/app-emacs/tempo-snippets/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+</pkgmetadata>
diff --git a/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild b/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild
new file mode 100644
index 000000000000..1442e9fd6e58
--- /dev/null
+++ b/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Visual insertion of tempo templates"
+HOMEPAGE="https://nschum.de/src/emacs/tempo-snippets/
+ https://www.emacswiki.org/emacs/TempoSnippets"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"