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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CDA5158018 for ; Sun, 3 Oct 2021 07:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EA8AE0886; Sun, 3 Oct 2021 07:28:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 348E7E0886 for ; Sun, 3 Oct 2021 07:28:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14E46342DCE for ; Sun, 3 Oct 2021 07:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA56489 for ; Sun, 3 Oct 2021 07:28:10 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1633246084.716a60ed06764e1b606eed5e31db0033e3d386fb.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/texinfo/Manifest app-xemacs/texinfo/texinfo-1.30.ebuild X-VCS-Directories: app-xemacs/texinfo/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 716a60ed06764e1b606eed5e31db0033e3d386fb X-VCS-Branch: master Date: Sun, 3 Oct 2021 07:28: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: 71a02bd4-682f-4853-b34e-9f23b1cedb26 X-Archives-Hash: 816ed6b261bdb01733396e0742398902 commit: 716a60ed06764e1b606eed5e31db0033e3d386fb Author: Mats Lidell gentoo org> AuthorDate: Sun Oct 3 07:27:47 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sun Oct 3 07:28:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716a60ed app-xemacs/texinfo: drop 1.30 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/texinfo/Manifest | 1 - app-xemacs/texinfo/texinfo-1.30.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-xemacs/texinfo/Manifest b/app-xemacs/texinfo/Manifest index 58a869b90ec..718e13588af 100644 --- a/app-xemacs/texinfo/Manifest +++ b/app-xemacs/texinfo/Manifest @@ -1,2 +1 @@ -DIST texinfo-1.30-pkg.tar.gz 145763 BLAKE2B f4bdd2381fb2efa5e6d318431e8a8a56911b2f84b161f96610e2e43a8e49c9ba15c63915f3219b4b47901834c3cf51aaa4fbc1b51ce18ae0d574bf99baafcae6 SHA512 dadcbb0a2dbbdc311d19a4e796ac574f18234938ddeb16da1ac8b9e150459536bac46b00b1609b8cd837ef980cc5b13f77b8321edfb347614340d1db0f3f78c0 DIST texinfo-1.32-pkg.tar.gz 145642 BLAKE2B 75372484fccb2f8de979a29c506e1e4479ce5371bc4a8c3c06de6b407c1bab132cb156281e458966e673d505ba2f7547e767aadc124df14299fedf1f7145970f SHA512 026d5749acfb4f34bbc6bdb8471419fc48ae537051808d73bc04d6a11cae404b5e877305b5b02e1eabb79292f1cb73795c7521e384350948937d9cc7033bda66 diff --git a/app-xemacs/texinfo/texinfo-1.30.ebuild b/app-xemacs/texinfo/texinfo-1.30.ebuild deleted file mode 100644 index f71f6324df4..00000000000 --- a/app-xemacs/texinfo/texinfo-1.30.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="XEmacs TeXinfo support" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/text-modes -app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" - -inherit xemacs-packages