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 B1A0615800A for ; Sat, 26 Aug 2023 16:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 736A92BC1BE; Sat, 26 Aug 2023 16:34:24 +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 58C082BC1BE for ; Sat, 26 Aug 2023 16:34:24 +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 4E24E340D8C for ; Sat, 26 Aug 2023 16:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6C1F10AD for ; Sat, 26 Aug 2023 16:34:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693067633.c5eeb1a66e701d28dc6818688310e23e537cde05.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tktable/tktable-2.10.ebuild X-VCS-Directories: dev-tcltk/tktable/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5eeb1a66e701d28dc6818688310e23e537cde05 X-VCS-Branch: master Date: Sat, 26 Aug 2023 16:34:21 +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: e2b46141-486f-4eae-aa33-2e8d02734d75 X-Archives-Hash: 33048a98cb290e1fb6d840a9b18f3a7a commit: c5eeb1a66e701d28dc6818688310e23e537cde05 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 12:46:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 16:33:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eeb1a6 dev-tcltk/tktable: drop 2.10 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-tcltk/tktable/tktable-2.10.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-tcltk/tktable/tktable-2.10.ebuild b/dev-tcltk/tktable/tktable-2.10.ebuild deleted file mode 100644 index 52a27f766a8f..000000000000 --- a/dev-tcltk/tktable/tktable-2.10.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="Tktable${PV}" - -DESCRIPTION="full-featured 2D table widget" -HOMEPAGE="http://tktable.sourceforge.net/" -SRC_URI="mirror://sourceforge/tktable/${MY_P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="amd64 ppc x86" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/tk-8.0:=" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -HTML_DOCS=( doc/tkTable.html ) -DOCS=( ChangeLog README.txt release.txt ) - -src_prepare() { - default - sed -e '/^install:/{s: install-doc::}' \ - -e '/^PKG_EXTRA_FILES/{s:=.*:=:}' -i Makefile.in || die -}