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 5C91D158086 for ; Sat, 9 Oct 2021 15:28:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3209E07D8; Sat, 9 Oct 2021 15:28:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7B3ADE07D8 for ; Sat, 9 Oct 2021 15:28:07 +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 B3B33342FA1 for ; Sat, 9 Oct 2021 15:28:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E778A138 for ; Sat, 9 Oct 2021 15:28:04 +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: <1633793272.5d614f32bee60e08b9263aceee41c18394a87e55.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/dictionary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/dictionary/Manifest app-xemacs/dictionary/dictionary-1.16.ebuild X-VCS-Directories: app-xemacs/dictionary/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 5d614f32bee60e08b9263aceee41c18394a87e55 X-VCS-Branch: master Date: Sat, 9 Oct 2021 15:28:04 +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: e02bd056-e671-49cd-aa2c-b18289210564 X-Archives-Hash: 683e05b7e36d25e0093ec44971270979 commit: 5d614f32bee60e08b9263aceee41c18394a87e55 Author: Mats Lidell gentoo org> AuthorDate: Sat Oct 9 15:27:52 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Oct 9 15:27:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d614f32 app-xemacs/dictionary: drop 1.16 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/dictionary/Manifest | 1 - app-xemacs/dictionary/dictionary-1.16.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/app-xemacs/dictionary/Manifest b/app-xemacs/dictionary/Manifest index 450db84e50b..27b5d108283 100644 --- a/app-xemacs/dictionary/Manifest +++ b/app-xemacs/dictionary/Manifest @@ -1,2 +1 @@ -DIST dictionary-1.16-pkg.tar.gz 40085 BLAKE2B 413d5b82704eed5f96b99ffaedecdb149e8e562fa7e1a559cb396076d1ddae758fb634e00326f3f8682f7a1199905e3be7b0f271903f52faa532dbf31b8367fe SHA512 8dc0c0809d713f9eda280b110dbffa6f237c50ebb2e6c93f571efb3d22c1875ee5359fa91bc3faa58b3b0f431e75b84527262defb8aff5174a400be61f1a80dd DIST dictionary-1.18-pkg.tar.gz 40135 BLAKE2B 1fab7942a70e622613a5e126d2e48403d6b0d5594aca00e4cff9ac56db03aa2379a9742301a5a959e54ba8ca29780bd138d871577e31dc72805a6ccdabc4b44a SHA512 bdcdf63eb60dfe1a296b22b7493d842cbb3ae210dfc4cbcf7602fd00e7791736690961bb339293e1fdcee2bb527b87c003acd0dc640dce0c4dd5208c03fb1386 diff --git a/app-xemacs/dictionary/dictionary-1.16.ebuild b/app-xemacs/dictionary/dictionary-1.16.ebuild deleted file mode 100644 index 3db061687e1..00000000000 --- a/app-xemacs/dictionary/dictionary-1.16.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Interface to RFC2229 dictionary servers" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages