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 DFA4B158086 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 30C292BC025; Sat, 11 Dec 2021 14:48:53 +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 A5E5A2BC025 for ; Sat, 11 Dec 2021 14:48:52 +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 9B8BB3434D3 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 33D59236 for ; Sat, 11 Dec 2021 14:48:50 +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: <1639234112.574626914aaf97e8af7c54844a30fbfec1a8c820.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/projectcenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild X-VCS-Directories: gnustep-apps/projectcenter/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 574626914aaf97e8af7c54844a30fbfec1a8c820 X-VCS-Branch: master Date: Sat, 11 Dec 2021 14:48:50 +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: 60c55b10-2f04-44fe-894a-eaf0f9b60449 X-Archives-Hash: 0e2539d52c6478771a613d8c81e7e964 commit: 574626914aaf97e8af7c54844a30fbfec1a8c820 Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 11 14:47:30 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 11 14:48:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57462691 gnustep-apps/projectcenter: drop 0.6.2 Bug: https://bugs.gentoo.org/828729 Signed-off-by: Jakov Smolić gentoo.org> gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild b/gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild deleted file mode 100644 index 36b7e9692d73..000000000000 --- a/gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild +++ /dev/null @@ -1,19 +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=${P/projectc/ProjectC} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="An IDE for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html" -SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz" - -KEYWORDS="amd64 ppc x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-devel/gdb-6.0"