From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 F184615802E for ; Tue, 25 Jun 2024 15:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 316AC2BC03B; Tue, 25 Jun 2024 15:26:15 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 027392BC03B for ; Tue, 25 Jun 2024 15:26:14 +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 0F73633BEB9 for ; Tue, 25 Jun 2024 15:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B8F1D61 for ; Tue, 25 Jun 2024 15:26:10 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1719329165.69b9c7c67c2161857f47cf09884936a5e3d301e2.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/stripes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/stripes/Manifest app-emacs/stripes/stripes-0.2-r2.ebuild X-VCS-Directories: app-emacs/stripes/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 69b9c7c67c2161857f47cf09884936a5e3d301e2 X-VCS-Branch: master Date: Tue, 25 Jun 2024 15:26:10 +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: be9892eb-7fdc-434a-9abc-3713b716fa67 X-Archives-Hash: 98df21dcee68c958f32545b867672a91 commit: 69b9c7c67c2161857f47cf09884936a5e3d301e2 Author: Maciej Barć gentoo org> AuthorDate: Tue Jun 25 15:20:26 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jun 25 15:26:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b9c7c6 app-emacs/stripes: drop old 0.2-r2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/stripes/Manifest | 1 - app-emacs/stripes/stripes-0.2-r2.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/app-emacs/stripes/Manifest b/app-emacs/stripes/Manifest index 8d8713385f16..7d40035134ca 100644 --- a/app-emacs/stripes/Manifest +++ b/app-emacs/stripes/Manifest @@ -1,2 +1 @@ -DIST stripes-0.2.tar.gz 2203 BLAKE2B 4daec93d681bd2cb7187b427c13b27990e03bdb34b6131cda3b8d88bd48cdece57d53dd9f124c0f65e2869045e69ca8c98e39cc03b3a6c75f5b1ca359a12582f SHA512 c0e0d7c16f6d593221573268e8ec30f30374a6c4ad6e34458139de90f5cde12cdb02b81e91f40176ea10a9e411921bdeb324eb0bc6aa5f2874602bf38bdf9521 DIST stripes-el-0.3.1.1.tar.bz2 1867 BLAKE2B ebaf7d9fb8769764222e755f54061ac3d8d75bb679a72c823d714af233e4d123f93a584e00119ce78676aec473e6a2fe432a91b6d219d39c9a6b20003959347f SHA512 87fca70165bb4f76470b4bd707d3e3aea7a265e9742ae0b53175a18d128d74ffa2e9a15417549f9ead0cc0ae7b1d9a4e8c4eb88d64a7deb49dc1eb8932010a51 diff --git a/app-emacs/stripes/stripes-0.2-r2.ebuild b/app-emacs/stripes/stripes-0.2-r2.ebuild deleted file mode 100644 index 96274814e987..000000000000 --- a/app-emacs/stripes/stripes-0.2-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="An Emacs mode that alternates the background color of lines" -HOMEPAGE="https://www.emacswiki.org/emacs/StripesMode" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 x86" - -SITEFILE="50${PN}-gentoo.el"