diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-20 20:25:59 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-10-20 20:36:07 +0200 |
commit | 4b31194ba143ebdb0636956e7e1c21678e0c9ca1 (patch) | |
tree | 4bb9066daceb7333b3454ac1ece5eeb0e8f5f11a /app-emacs | |
parent | profiles: cancel neofetch last-rites, see bug for more info (diff) | |
download | gentoo-4b31194ba143ebdb0636956e7e1c21678e0c9ca1.tar.gz gentoo-4b31194ba143ebdb0636956e7e1c21678e0c9ca1.tar.bz2 gentoo-4b31194ba143ebdb0636956e7e1c21678e0c9ca1.zip |
app-emacs/whine: add 20231020
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/whine/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/whine/files/50whine-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/whine/whine-20231020.ebuild | 16 |
3 files changed, 18 insertions, 1 deletions
diff --git a/app-emacs/whine/Manifest b/app-emacs/whine/Manifest index a862a4c97fc7..3032bf3d21bf 100644 --- a/app-emacs/whine/Manifest +++ b/app-emacs/whine/Manifest @@ -1 +1,2 @@ DIST whine-20091222.tar.bz2 4452 BLAKE2B e2148ddbd06853a1bcd3aa9cd017f97e97b7fcc25b87e05017b7860d604880b48dd45e0e8c0affa07fd10ea5aac2cfecda01221fc9b297a83af1957ebb636e7a SHA512 74d02753a991140d5298f111f08fa346f458723bd1e5a46d2b67dc262fb53f513d5b39ff87eab167f37b0f2be1458ad8d0bc92479f6f9a329eb5dbf79f87fc4d +DIST whine-20231020.el.xz 4100 BLAKE2B e87e93c5480c10d2da7be6cb932ba3df2cd4f9e4b2745b65991b3bf17b1bc2bbbfe7369c729857ef5c842af0f594c9438a0777577603db29c9a2dc7e59003b75 SHA512 6bec2486ac170b78e9a389da598c708644b4fb2825743453892195f37528755fc0037f5ca98b78821b464f1fd6c697934d71986c7e7075e6fdc7eacd8c66e93e diff --git a/app-emacs/whine/files/50whine-gentoo.el b/app-emacs/whine/files/50whine-gentoo.el index 9babd69bec38..a8b0d3d84806 100644 --- a/app-emacs/whine/files/50whine-gentoo.el +++ b/app-emacs/whine/files/50whine-gentoo.el @@ -1,4 +1,4 @@ (add-to-list 'load-path "@SITELISP@") (autoload 'whinify "whine" - "Make certain global-mode keys whine. + "Make certain interactive commands whine. The command `unwhinify' makes them normal again." t) diff --git a/app-emacs/whine/whine-20231020.ebuild b/app-emacs/whine/whine-20231020.ebuild new file mode 100644 index 000000000000..ffd7cf1bd3fe --- /dev/null +++ b/app-emacs/whine/whine-20231020.ebuild @@ -0,0 +1,16 @@ +# 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}.el.xz" + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |