summaryrefslogtreecommitdiff
path: root/app-emacs/dictionary
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-emacs/dictionary
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-emacs/dictionary')
-rw-r--r--app-emacs/dictionary/Manifest2
-rw-r--r--app-emacs/dictionary/dictionary-1.11.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/dictionary/Manifest b/app-emacs/dictionary/Manifest
index 41f21117c927..d34c49d424b7 100644
--- a/app-emacs/dictionary/Manifest
+++ b/app-emacs/dictionary/Manifest
@@ -1,4 +1,6 @@
AUX 50dictionary-gentoo.el 69 BLAKE2B 7ab2446166a477b09885653ac98616dd4b704bfeccb3509cafb435a56abf1092e534f57728ee7fb84d048823fae1cf23d04479240e42ae43416f0906eac89232 SHA512 787fcef6d82e4805110de6480be97b889d3b7329e4aa852dc36bf2fa8180ad6948935270077dcf257b5f3f7c028b05edc7905714bff0a565c3d54092f49f766e
DIST dictionary-1.10.tar.gz 33332 BLAKE2B be0e5d851d3d66f7bb0bf08a7763d3c1e54ed8023ee9d0e3560965baad8cddb67894d85f6ace8caac6d2c1aedf24b3b753d7e48e706a49ace1a1a8ba0edf1b42 SHA512 7f5ec0e023ea2ab3f42fbf9200c1ac86cbcb330c14d2fce791f65cdce010d7e6a6c72e0589769dd94fe3c3d7543b730aacfb373e496933caccf8542224bfa356
+DIST dictionary-1.11.tar.gz 33895 BLAKE2B 748b10adf5a9ab1e2cc50d468ecfe122b8911b05c989b8d48f47ecf93056dd35675f6c1c498abc284dcebf39b97649d890524e49932e501d0ae1afd2df38c999 SHA512 a8b1af8b844c153a39ee3e4c58492577064c42ddd5d7e5c923809488ce9650bb7bbf74d63a587cb9caa18d20b214a3df1bc1866386c0bacc60db2cdb1c1e8436
EBUILD dictionary-1.10.ebuild 453 BLAKE2B 5efe038f1fbc1cf2338c88c734ea5f7a7b86162a9437cb4d6b4605069361290f02a1babe2d3505412d61e3df34e023ff3e55eed847cdec7ced1e47b0fd108a4c SHA512 c74c224c070263eafb20082eeb887f50da9ff07e5e309fe5c8ed081a039a4183ab00cb053ab6f633010a6ba335f815cf4e565bd4db54b7a7b1296e5ac7921c30
+EBUILD dictionary-1.11.ebuild 532 BLAKE2B d56122bfa60026b7b6954f34c5288e51dbf932ed261826a39e34d4c5035477ec428c6e51b4030782112060616200c7e74648caf631567fb53e734adc6960af73 SHA512 162e71cb94bc8a5befd5060337d8e62393df1a27520104fe40b346f301712a1371eefd2204195657f1f18319056113d4e8e991912d716b27df088807c67f6235
MISC metadata.xml 283 BLAKE2B 81c49021199f71096079a27f9121390fb8c1285c54b9478583ff2d647277fa106ef12456d7097c4be092fc48b514a1adcf855ca0fac911598232ef9eb7f102c0 SHA512 f32b303760addf5d4db8d18bd10fb677353cdfa4c5e545d47804ef756cf5e5a21f8b8efb631b08f802185913ceb98da820e404e06eb03d01fe9ea85c10d1ac13
diff --git a/app-emacs/dictionary/dictionary-1.11.ebuild b/app-emacs/dictionary/dictionary-1.11.ebuild
new file mode 100644
index 000000000000..17a6823ffabe
--- /dev/null
+++ b/app-emacs/dictionary/dictionary-1.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+MY_PN="${PN}-el"
+DESCRIPTION="Emacs package for talking to a dictionary server"
+HOMEPAGE="https://www.myrkr.in-berlin.de/dictionary/index.html"
+SRC_URI="https://github.com/myrkr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+
+ELISP_REMOVE="install-package.el lpath.el"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README"