2021-04-14 11:46:28 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-01-02 12:55:11 +04:00
|
|
|
|
2021-04-14 11:46:28 +03:00
|
|
|
EAPI=7
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
inherit elisp
|
|
|
|
|
|
|
|
DESCRIPTION="Complaint generator for GNU Emacs"
|
2018-02-21 23:01:02 +03:00
|
|
|
HOMEPAGE="https://www.emacswiki.org/emacs/Whine"
|
2015-08-24 15:02:01 +03:00
|
|
|
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
LICENSE="public-domain"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="amd64 x86"
|
|
|
|
|
|
|
|
SITEFILE="50${PN}-gentoo.el"
|