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 1381215801B for ; Sat, 2 Sep 2023 11:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47DC02BC029; Sat, 2 Sep 2023 11:42:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3137E2BC028 for ; Sat, 2 Sep 2023 11:42:41 +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 59D57340732 for ; Sat, 2 Sep 2023 11:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A0A31106 for ; Sat, 2 Sep 2023 11:42:37 +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: <1693654893.8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/ftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/ftp/Manifest gnustep-apps/ftp/ftp-0.5.ebuild X-VCS-Directories: gnustep-apps/ftp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56 X-VCS-Branch: master Date: Sat, 2 Sep 2023 11:42:37 +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: 36f58379-3064-4d76-9061-aec6e4feab31 X-Archives-Hash: b3f201333cdbfd66b968075dba3a365c commit: 8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 15:50:11 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 2 11:41:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6b6d3c gnustep-apps/ftp: drop 0.5 Signed-off-by: Andreas Sturmlechner gentoo.org> gnustep-apps/ftp/Manifest | 1 - gnustep-apps/ftp/ftp-0.5.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest index 375e3af8cfe7..d10fb44466f6 100644 --- a/gnustep-apps/ftp/Manifest +++ b/gnustep-apps/ftp/Manifest @@ -1,2 +1 @@ -DIST FTP-0.5.tar.gz 132587 BLAKE2B cf564c0780abae841ea9ac8774841955429b688e8e4150391996d4d72051a8be9e14d8533d21a238f1b4a50c9bdf17cc717a9788a7b1514d30a1e2a3bf0f4037 SHA512 186ea229d15d06f43410bfb7eaa5d50548f908f1675a0beae54dcbc9f7adeb62384ab68fee8980df582d0c257721fb3a56ea4968ecdc91c3301172d82d61bee7 DIST FTP-0.6.tar.gz 161962 BLAKE2B c2a121455589ee76c78df171a9f099737bd006da9775d0edd7c5c9643de79300a720a8cccde7b2ed835b73e3d78079b3c9a8932af52636a0f957d8461ab881ce SHA512 c717a7163b98b00c20aa06ab9acc5f3abca0e2b035a3ad801d5339bc80ad54cd86f1e52c1a28f0d7fb931bf70f0565073c20f9ba5e129cb7514cf0a153ec16a4 diff --git a/gnustep-apps/ftp/ftp-0.5.ebuild b/gnustep-apps/ftp/ftp-0.5.ebuild deleted file mode 100644 index 8b5d205858c2..000000000000 --- a/gnustep-apps/ftp/ftp-0.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnustep-2 - -MY_P="FTP-${PV}" - -DESCRIPTION="FTP client for GNUstep" -HOMEPAGE="http://gap.nongnu.org/ftp/" -SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P}