diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:50:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-02 13:41:33 +0200 |
commit | 8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56 (patch) | |
tree | 652c18dee7c769ff4c94f7b49762243ba7a442d5 /gnustep-apps | |
parent | gnustep-apps/graphos: drop 0.6 (diff) | |
download | gentoo-8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56.tar.gz gentoo-8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56.tar.bz2 gentoo-8b6b6d3c97d169ec5c7f09b94f8cf3cae33acf56.zip |
gnustep-apps/ftp: drop 0.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/ftp/Manifest | 1 | ||||
-rw-r--r-- | gnustep-apps/ftp/ftp-0.5.ebuild | 18 |
2 files changed, 0 insertions, 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} |