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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A67FC1581D3 for ; Tue, 14 May 2024 09:14:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3D7DE29E6; Tue, 14 May 2024 09:14:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B67D3E29D0 for ; Tue, 14 May 2024 09:14:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1D7F342FF9 for ; Tue, 14 May 2024 09:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D35E1A80 for ; Tue, 14 May 2024 09:14:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1715677949.d2e5f8f782adf0f86fc4c2dd462a10a8df41fd1c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild X-VCS-Directories: x11-wm/stumpwm-contrib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d2e5f8f782adf0f86fc4c2dd462a10a8df41fd1c X-VCS-Branch: master Date: Tue, 14 May 2024 09:14:38 +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: 6eea7db3-48a9-4ebe-930d-f12a05189e6d X-Archives-Hash: b72a31a19fc7e6a0fdfec6c8cb7ce0c3 commit: d2e5f8f782adf0f86fc4c2dd462a10a8df41fd1c Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 14 09:12:29 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 14 09:12:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e5f8f7 x11-wm/stumpwm-contrib: remove stale live ebuild, EAPI6-- Signed-off-by: Arthur Zamarin gentoo.org> .../stumpwm-contrib-99999999.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild deleted file mode 100644 index 373f997b8e5a..000000000000 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/stumpwm/${PN}" -else - SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Extension Modules for StumpWM" -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/" - -LICENSE="GPL-2 GPL-3 BSD-2" -SLOT="0" -IUSE="" - -RDEPEND=">=x11-wm/stumpwm-0.9.9" - -CONTRIBCATEGORIES="media modeline minor-mode util" - -src_install() { - common-lisp-install-sources -t all ${CONTRIBCATEGORIES} - dobin util/stumpish/stumpish - dobin util/pinentry/stumpwm-pinentry - dodoc README.org -}