From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1564384-garchives=archives.gentoo.org@lists.gentoo.org>
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 5DFA8158089
	for <garchives@archives.gentoo.org>; Fri, 20 Oct 2023 18:36:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4C772BC09A;
	Fri, 20 Oct 2023 18:36:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 575B42BC09A
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Oct 2023 18:36:56 +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 614FA335CB4
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Oct 2023 18:36:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AF15512A5
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Oct 2023 18:36:53 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1697826968.9fd196a69ed49fe8efaf0e6c2bced015627048ed.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: 9fd196a69ed49fe8efaf0e6c2bced015627048ed
X-VCS-Branch: master
Date: Fri, 20 Oct 2023 18:36:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f30531ff-479e-4f64-9a0b-12a385a3ce6f
X-Archives-Hash: 0ab4cda653eae9efe8cacde6a2fb0d3d

commit:     9fd196a69ed49fe8efaf0e6c2bced015627048ed
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 18:26:08 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 18:36:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd196a6

app-emacs/whine: drop 20091222-r1

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/whine/whine-20091222-r1.ebuild | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/app-emacs/whine/whine-20091222-r1.ebuild b/app-emacs/whine/whine-20091222-r1.ebuild
deleted file mode 100644
index 411efde402e0..000000000000
--- a/app-emacs/whine/whine-20091222-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"