summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-10-14 13:47:26 +0200
committerUlrich Müller <ulm@gentoo.org>2023-10-14 13:49:43 +0200
commit1333f59e6ebbc2514597774c3705d0d12db64664 (patch)
treeb682933f4a68efad8c5836ca9d5a8f0a98994693 /app-emacs
parentapp-containers/incus: add missing group dep for incus-admin (diff)
downloadgentoo-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.ebuild17
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"