From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70E5A158089 for ; Sat, 14 Oct 2023 11:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 964562BC01A; Sat, 14 Oct 2023 11:50:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71F352BC01A for ; Sat, 14 Oct 2023 11:50:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2859D335C31 for ; Sat, 14 Oct 2023 11:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C3491074 for ; Sat, 14 Oct 2023 11:50:09 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1697284183.1333f59e6ebbc2514597774c3705d0d12db64664.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/whine/whine-20091222-r1.ebuild X-VCS-Directories: app-emacs/whine/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1333f59e6ebbc2514597774c3705d0d12db64664 X-VCS-Branch: master Date: Sat, 14 Oct 2023 11:50:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01ab5554-b0a5-495c-b1f7-35768c0330f9 X-Archives-Hash: 2acb60e8665b9c286217828eed82e7e3 commit: 1333f59e6ebbc2514597774c3705d0d12db64664 Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 14 11:47:26 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 14 11:49:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1333f59e app-emacs/whine: Install the README file Update to EAPI 8. Signed-off-by: Ulrich Müller gentoo.org> app-emacs/whine/whine-20091222-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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"