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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0ED813835A for ; Sun, 7 Jun 2020 12:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3680E097B; Sun, 7 Jun 2020 12:12:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC376E097B for ; Sun, 7 Jun 2020 12:12:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 969BD34F204 for ; Sun, 7 Jun 2020 12:12:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 273F927F for ; Sun, 7 Jun 2020 12:12:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591531944.effe6d9e16e75bd8e157fc42a6483d261bc406e9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fuse-utils/Manifest app-emulation/fuse-utils/fuse-utils-1.4.1.ebuild X-VCS-Directories: app-emulation/fuse-utils/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: effe6d9e16e75bd8e157fc42a6483d261bc406e9 X-VCS-Branch: master Date: Sun, 7 Jun 2020 12:12:35 +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: 21c198b1-e809-44cb-bc53-27f2e992d8c8 X-Archives-Hash: dbdb2b81955eeb25f662938f3deaddf8 commit: effe6d9e16e75bd8e157fc42a6483d261bc406e9 Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Mon Jun 1 17:59:24 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 7 12:12:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effe6d9e app-emulation/fuse-utils: remove old version 1.4.1 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-emulation/fuse-utils/Manifest | 1 - app-emulation/fuse-utils/fuse-utils-1.4.1.ebuild | 32 ------------------------ 2 files changed, 33 deletions(-) diff --git a/app-emulation/fuse-utils/Manifest b/app-emulation/fuse-utils/Manifest index 07551dd4b4c..c4b333ee2e7 100644 --- a/app-emulation/fuse-utils/Manifest +++ b/app-emulation/fuse-utils/Manifest @@ -1,2 +1 @@ -DIST fuse-utils-1.4.1.tar.gz 500533 BLAKE2B 58d75c336e0b46b500b614ce858978391986c0950f011986860c86ce153227a5116859aafb26ffbef8f5989e32e7df6fe77974943277e83c64ccee1217409b54 SHA512 973ae172fa38dab27da4b305bbcaad95ba8d2c3d60a9a1e7d8032113b66536506a458fc0ef5d1faf3b2082255a0d54d6bbbf7eaac4c2981b6a77bc7afae9974b DIST fuse-utils-1.4.3.tar.gz 501006 BLAKE2B 0637fe05b71416e89eb61e3618ff45bd71250201924fb3741a4c5b9898d09b30acecba9957baeaa864c2c9cfe1bcb9cb38a2af83368bc5729221cec36a1eda47 SHA512 13404d1be81a2de9262cd79cce9dd8dc3f17238fdbb75da8a724b76b0976c03f34da9978af36b808103fedcf3f5d5da4bb10f251c5510127d59ca8de5607b99e diff --git a/app-emulation/fuse-utils/fuse-utils-1.4.1.ebuild b/app-emulation/fuse-utils/fuse-utils-1.4.1.ebuild deleted file mode 100644 index 67c293014ef..00000000000 --- a/app-emulation/fuse-utils/fuse-utils-1.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Utils for the Free Unix Spectrum Emulator by Philip Kendall" -HOMEPAGE="http://fuse-emulator.sourceforge.net" -SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="audiofile gcrypt jpeg png zlib" - -RDEPEND=">=app-emulation/libspectrum-1.4.2[gcrypt?,zlib?] - audiofile? ( >=media-libs/audiofile-0.3.6 ) - jpeg? ( virtual/jpeg:0 ) - png? ( media-libs/libpng:0 ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - local myconf=( - $(use_with audiofile) - $(use_with gcrypt libgcrypt) - $(use_with jpeg libjpeg) - $(use_with png libpng) - $(use_with zlib) - ) - econf "${myconf[@]}" -}