diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/basic-toolkit | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/basic-toolkit')
-rw-r--r-- | app-emacs/basic-toolkit/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild | 25 | ||||
-rw-r--r-- | app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/basic-toolkit/metadata.xml | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/basic-toolkit/Manifest b/app-emacs/basic-toolkit/Manifest new file mode 100644 index 000000000000..66adb7de9e27 --- /dev/null +++ b/app-emacs/basic-toolkit/Manifest @@ -0,0 +1,4 @@ +AUX 50basic-toolkit-gentoo.el 77 BLAKE2B 62b1e6c3a3b5a134a482c24d6bd7e620109e95117d12e9e348b5628e62139edc8a237b1569e2751bb7f7284d84f1877a18baa9c933e57c174f695f218876d323 SHA512 e6e622dbb2df0d55e5f5b18e29afa95a52065783a84f3e982799c614c95f305081ec6f9214f8bb31a50eef77c7c18987259d326c5ad56d01f4130266fc29a6ef +DIST basic-toolkit-0.3.el.xz 6524 BLAKE2B e0cebca137c786faebe5b76b1fd0e9b7181a4970aee69c1486deabd8e7712e6b54a3491768212516f9b7c8cc5a073d41dd1a22b49a3a9140ae21e1756997ea6d SHA512 3ba22833e8e899c5276e9c36779b1cffdcf3a76adaa0379a346331190f4529c8706b7e3b850768ce270016d8bc184abb4a48dc5ed11bb4766062bae966e9806d +EBUILD basic-toolkit-0.3.ebuild 573 BLAKE2B 2a3792cdce57d01e40353f9a594222c7ee7e1462eae372971ee3cbbbe54a829e8b9edd7d4b81c2208de071f9d07888d954b53b45d53089ffcb07fff9d9933491 SHA512 614df71ae1578fbdc0c428e275dd2fa3ba63ed4fc7c3250c7b2c27922f6fa6f34c481e030c8aa81aa3ae9fde4d698b817d5564a59623415bdd6acd9ddfff3f17 +MISC metadata.xml 292 BLAKE2B 046265ce3ff94f04bba9b4b344d852203657df8dd300f30620df260bad1c56b3c23a8c48d073f70f571f733af9a7c034922e0465878028ee8f748060a6816ec6 SHA512 f0115ae686d3003f4264968d3aeb0b054830f87f35378e15e205a729d591c8697507d3c76ead9e1f0bab1f1f66a3fda108322dbcec7b857a37000511d1dd17df diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild new file mode 100644 index 000000000000..bf652da1d2f0 --- /dev/null +++ b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp + +DESCRIPTION="Basic edit toolkit" +HOMEPAGE="https://www.emacswiki.org/emacs/basic-toolkit.el" +# taken from https://www.emacswiki.org/emacs/download/basic-toolkit.el +SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-emacs/windows app-emacs/cycle-buffer" +DEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-compile *.el + elisp-make-autoload-file +} diff --git a/app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el b/app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el new file mode 100644 index 000000000000..ebb24ef6ca16 --- /dev/null +++ b/app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "basic-toolkit-autoloads" nil t) diff --git a/app-emacs/basic-toolkit/metadata.xml b/app-emacs/basic-toolkit/metadata.xml new file mode 100644 index 000000000000..c6a53b949e75 --- /dev/null +++ b/app-emacs/basic-toolkit/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> |