summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-02-16 13:53:51 +0100
committerUlrich Müller <ulm@gentoo.org>2022-02-16 14:02:07 +0100
commitc57b63794dc9d59e508eb4f52a49f2870489c245 (patch)
tree03c17b3adbc30c1ea2fb7c29676cdcd97373e25d /app-emacs
parentsci-chemistry/ParmEd: Initial import (diff)
downloadgentoo-c57b63794dc9d59e508eb4f52a49f2870489c245.tar.gz
gentoo-c57b63794dc9d59e508eb4f52a49f2870489c245.tar.bz2
gentoo-c57b63794dc9d59e508eb4f52a49f2870489c245.zip
app-emacs/dictionary: Version bump to 1.11
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/dictionary/Manifest1
-rw-r--r--app-emacs/dictionary/dictionary-1.11.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/dictionary/Manifest b/app-emacs/dictionary/Manifest
index 770384e42545..2c3adb7c801e 100644
--- a/app-emacs/dictionary/Manifest
+++ b/app-emacs/dictionary/Manifest
@@ -1 +1,2 @@
DIST dictionary-1.10.tar.gz 33332 BLAKE2B be0e5d851d3d66f7bb0bf08a7763d3c1e54ed8023ee9d0e3560965baad8cddb67894d85f6ace8caac6d2c1aedf24b3b753d7e48e706a49ace1a1a8ba0edf1b42 SHA512 7f5ec0e023ea2ab3f42fbf9200c1ac86cbcb330c14d2fce791f65cdce010d7e6a6c72e0589769dd94fe3c3d7543b730aacfb373e496933caccf8542224bfa356
+DIST dictionary-1.11.tar.gz 33895 BLAKE2B 748b10adf5a9ab1e2cc50d468ecfe122b8911b05c989b8d48f47ecf93056dd35675f6c1c498abc284dcebf39b97649d890524e49932e501d0ae1afd2df38c999 SHA512 a8b1af8b844c153a39ee3e4c58492577064c42ddd5d7e5c923809488ce9650bb7bbf74d63a587cb9caa18d20b214a3df1bc1866386c0bacc60db2cdb1c1e8436
diff --git a/app-emacs/dictionary/dictionary-1.11.ebuild b/app-emacs/dictionary/dictionary-1.11.ebuild
new file mode 100644
index 000000000000..f87279ce94c5
--- /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"