summaryrefslogtreecommitdiff
path: root/app-emacs/whine
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/whine
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/whine')
-rw-r--r--app-emacs/whine/Manifest4
-rw-r--r--app-emacs/whine/files/50whine-gentoo.el4
-rw-r--r--app-emacs/whine/metadata.xml16
-rw-r--r--app-emacs/whine/whine-20091222.ebuild16
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/whine/Manifest b/app-emacs/whine/Manifest
new file mode 100644
index 000000000000..70c300f9c8fc
--- /dev/null
+++ b/app-emacs/whine/Manifest
@@ -0,0 +1,4 @@
+AUX 50whine-gentoo.el 158 BLAKE2B adf739f5dcd9eb718c5c6bd086090040ab6f1729bd6a7688988956a94480d90446197a99c761e61fe8d6cdc1dffe74cbb058041d39a6a34f87097719db9b7e08 SHA512 9ff30ec934a18a5b2338b15fbcc2d9e802e6b6c642d06f907ec43528fb71e6aab4a972648ac3d3a4fc493c936908fe44d2a63bf4dfe8899bcc6ed66bf1faf519
+DIST whine-20091222.tar.bz2 4452 BLAKE2B e2148ddbd06853a1bcd3aa9cd017f97e97b7fcc25b87e05017b7860d604880b48dd45e0e8c0affa07fd10ea5aac2cfecda01221fc9b297a83af1957ebb636e7a SHA512 74d02753a991140d5298f111f08fa346f458723bd1e5a46d2b67dc262fb53f513d5b39ff87eab167f37b0f2be1458ad8d0bc92479f6f9a329eb5dbf79f87fc4d
+EBUILD whine-20091222.ebuild 374 BLAKE2B 3b20d9955105b712644d6361850db25f46666633886e75f35573f384b3f1a437e299dd43a090a6fa40660dc4b5a05988c413120a3167511211333ff549fa53df SHA512 9d6bab0dd9f93c67f50990afd2351c8d24245be5593e39da33729a4f61431f5cbc72b5e87e2eb99e23aa6690a35553149415eb20db60088abbf5adc4ffc251d1
+MISC metadata.xml 703 BLAKE2B 1ed827039f386f5aa2a22f32012ad04788bfe2f0a48a3a9c451ff3304307797fe521108212acd31851527893ca01b6f3ba139ef0c111756e420dde8afab19e50 SHA512 57116838f6b93b65c272b837cac040bd20496135abda6eb762266a682a0cba0b7588bc296f5471c674c8b60d1a39bd26f5745dfd2a041b868921197e9fa6c293
diff --git a/app-emacs/whine/files/50whine-gentoo.el b/app-emacs/whine/files/50whine-gentoo.el
new file mode 100644
index 000000000000..9babd69bec38
--- /dev/null
+++ b/app-emacs/whine/files/50whine-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'whinify "whine"
+ "Make certain global-mode keys whine.
+The command `unwhinify' makes them normal again." t)
diff --git a/app-emacs/whine/metadata.xml b/app-emacs/whine/metadata.xml
new file mode 100644
index 000000000000..e9c137192beb
--- /dev/null
+++ b/app-emacs/whine/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<longdescription>
+ Whine modifies a lot of the commands bound to the main Emacs keys, like SPC
+ and C-f and RET and C-x C-s. They still do the same things they did before,
+ but they whine about it, printing messages which do not in general have
+ anything to do with reality. The main lossage is C-l, which refreshes the
+ screen and then whines about it so that you can't get a clear message line.
+</longdescription>
+<stabilize-allarches/>
+</pkgmetadata>
diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild
new file mode 100644
index 000000000000..78f91982e0e3
--- /dev/null
+++ b/app-emacs/whine/whine-20091222.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+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"