diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-14 13:47:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-10-14 13:49:43 +0200 |
commit | 1333f59e6ebbc2514597774c3705d0d12db64664 (patch) | |
tree | b682933f4a68efad8c5836ca9d5a8f0a98994693 /app-emacs | |
parent | app-containers/incus: add missing group dep for incus-admin (diff) | |
download | gentoo-1333f59e6ebbc2514597774c3705d0d12db64664.tar.gz gentoo-1333f59e6ebbc2514597774c3705d0d12db64664.tar.bz2 gentoo-1333f59e6ebbc2514597774c3705d0d12db64664.zip |
app-emacs/whine: Install the README file
Update to EAPI 8.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/whine/whine-20091222-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/whine/whine-20091222-r1.ebuild b/app-emacs/whine/whine-20091222-r1.ebuild new file mode 100644 index 000000000000..411efde402e0 --- /dev/null +++ b/app-emacs/whine/whine-20091222-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Complaint generator for GNU Emacs" +HOMEPAGE="https://www.emacswiki.org/emacs/Whine" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.orig" |