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/dictionary | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/dictionary')
-rw-r--r-- | app-emacs/dictionary/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/dictionary/dictionary-1.10.ebuild | 18 | ||||
-rw-r--r-- | app-emacs/dictionary/files/50dictionary-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/dictionary/metadata.xml | 9 |
4 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/dictionary/Manifest b/app-emacs/dictionary/Manifest new file mode 100644 index 000000000000..0502cc2fb596 --- /dev/null +++ b/app-emacs/dictionary/Manifest @@ -0,0 +1,4 @@ +AUX 50dictionary-gentoo.el 69 BLAKE2B 7ab2446166a477b09885653ac98616dd4b704bfeccb3509cafb435a56abf1092e534f57728ee7fb84d048823fae1cf23d04479240e42ae43416f0906eac89232 SHA512 787fcef6d82e4805110de6480be97b889d3b7329e4aa852dc36bf2fa8180ad6948935270077dcf257b5f3f7c028b05edc7905714bff0a565c3d54092f49f766e +DIST dictionary-1.10.tar.gz 33332 BLAKE2B be0e5d851d3d66f7bb0bf08a7763d3c1e54ed8023ee9d0e3560965baad8cddb67894d85f6ace8caac6d2c1aedf24b3b753d7e48e706a49ace1a1a8ba0edf1b42 SHA512 7f5ec0e023ea2ab3f42fbf9200c1ac86cbcb330c14d2fce791f65cdce010d7e6a6c72e0589769dd94fe3c3d7543b730aacfb373e496933caccf8542224bfa356 +EBUILD dictionary-1.10.ebuild 454 BLAKE2B 134315e3b8a34cb85b196a19b466350643a19fe8c193ea1decd696deeac34561df392ad6331d25e23821d56608cdb0004f635ebf54c3590b0139f1c3eeba5042 SHA512 94bedb30aa2c8e3f2445c3f09653f32806f4b8a16482a071f0a47d8afed089cfe7af938fd64d34ccf91e5e85cc81a44e65fb1c910a1f54f79ff5b69a7ff02140 +MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072 diff --git a/app-emacs/dictionary/dictionary-1.10.ebuild b/app-emacs/dictionary/dictionary-1.10.ebuild new file mode 100644 index 000000000000..c979234a150c --- /dev/null +++ b/app-emacs/dictionary/dictionary-1.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit elisp + +DESCRIPTION="Emacs package for talking to a dictionary server" +HOMEPAGE="http://www.myrkr.in-berlin.de/dictionary/index.html" +SRC_URI="http://www.myrkr.in-berlin.de/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +ELISP_REMOVE="install-package.el lpath.el" +SITEFILE="50${PN}-gentoo.el" +DOCS="README" diff --git a/app-emacs/dictionary/files/50dictionary-gentoo.el b/app-emacs/dictionary/files/50dictionary-gentoo.el new file mode 100644 index 000000000000..c674336a2bfe --- /dev/null +++ b/app-emacs/dictionary/files/50dictionary-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "dictionary-init" nil t) diff --git a/app-emacs/dictionary/metadata.xml b/app-emacs/dictionary/metadata.xml new file mode 100644 index 000000000000..c918cdef9591 --- /dev/null +++ b/app-emacs/dictionary/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> |