diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-06-24 12:34:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-06-24 12:37:24 +0200 |
commit | 86c083c1d4ca4f7770e6e66cf456f89567d71b4e (patch) | |
tree | 38001f08150d2ac4109b52f0960c78f0b742784a /app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild | |
parent | app-emacs/wanderlust: Remove old. (diff) | |
download | gentoo-86c083c1d4ca4f7770e6e66cf456f89567d71b4e.tar.gz gentoo-86c083c1d4ca4f7770e6e66cf456f89567d71b4e.tar.bz2 gentoo-86c083c1d4ca4f7770e6e66cf456f89567d71b4e.zip |
app-emacs/mu-cite: New snapshot from upstream.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild')
-rw-r--r-- | app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild b/app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild new file mode 100644 index 000000000000..89d2e17bf686 --- /dev/null +++ b/app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +MY_P="${PN}-${PV#*_p}" +DESCRIPTION="Message citation utilities for emacsen" +HOMEPAGE="http://www.jpl.org/elips/mu/" +SRC_URI="http://www.jpl.org/elips/mu/snapshots/${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-emacs/apel + app-emacs/flim" +DEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" +DOCS="ChangeLog NEWS README.en" + +S="${WORKDIR}/${MY_P}" |