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 05C35158086 for ; Sat, 11 Dec 2021 14:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F1B2BC026; Sat, 11 Dec 2021 14:48:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7FB802BC001 for ; Sat, 11 Dec 2021 14:48:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 639BC3434BB for ; Sat, 11 Dec 2021 14:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA471AE for ; Sat, 11 Dec 2021 14:48:49 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1639234109.a05c8ddd0e5fc35ba7f55590a7cb97526e8c5e72.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/highlighterkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild X-VCS-Directories: gnustep-libs/highlighterkit/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a05c8ddd0e5fc35ba7f55590a7cb97526e8c5e72 X-VCS-Branch: master Date: Sat, 11 Dec 2021 14:48:49 +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: 1c2142c8-7803-45c0-a15a-d5ed0620429b X-Archives-Hash: b7ffd8fac0a82e1d287bb8e01bff5a9a commit: a05c8ddd0e5fc35ba7f55590a7cb97526e8c5e72 Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 11 14:46:28 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 11 14:48:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05c8ddd gnustep-libs/highlighterkit: drop 0.1.3 Bug: https://bugs.gentoo.org/828722 Signed-off-by: Jakov Smolić gentoo.org> .../highlighterkit/highlighterkit-0.1.3.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild b/gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild deleted file mode 100644 index 139ec46bd663..000000000000 --- a/gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnustep-2 - -MY_P="HighlighterKit-${PV}" - -DESCRIPTION="Syntax highlighter framework" -HOMEPAGE="http://wiki.gnustep.org/index.php/HighlighterKit" -SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}"