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 7AB591382C5 for ; Sun, 7 Jun 2020 12:12:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A606CE0980; Sun, 7 Jun 2020 12:12:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6C683E0980 for ; Sun, 7 Jun 2020 12:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9496434F200 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 3AA71288 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: <1591531945.30b752b2398157cd20c927ebac8e0a3b2e038a70.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libspectrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libspectrum/Manifest app-emulation/libspectrum/libspectrum-1.4.2.ebuild X-VCS-Directories: app-emulation/libspectrum/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 30b752b2398157cd20c927ebac8e0a3b2e038a70 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: a0ebd1a3-c569-47ee-a484-89075ca473ed X-Archives-Hash: f82331c80488785377458a9538d3d914 commit: 30b752b2398157cd20c927ebac8e0a3b2e038a70 Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Mon Jun 1 17:59:52 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 7 12:12:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b752b2 app-emulation/libspectrum: remove old version 1.4.2 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-emulation/libspectrum/Manifest | 1 - app-emulation/libspectrum/libspectrum-1.4.2.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/app-emulation/libspectrum/Manifest b/app-emulation/libspectrum/Manifest index 28143213609..975b3240ae8 100644 --- a/app-emulation/libspectrum/Manifest +++ b/app-emulation/libspectrum/Manifest @@ -1,2 +1 @@ -DIST libspectrum-1.4.2.tar.gz 568052 BLAKE2B 84ffa5b2ac376c72d309c623610e5e30ebc98ab81a4505ffd88c8fc88145c6d63a112c60a57585c827b352e0a73ec330fc9f3601a714d1a6ad522cc40105d171 SHA512 391eb6fd805ab5a7ba5186ced8aa06be8b25973512860bfd0680585120a9617a1406f9327a7acb3ad7b7e473be8214c9b228d8b4adcf45a8bf3d3b6d27ee4d6f DIST libspectrum-1.4.4.tar.gz 568684 BLAKE2B b6ab4fc4173e7de9a7c3b14fda03420a56f02c5c590770158443bc37bee99a55dd3bdf6864f8ca33adb5ed59f4abd5c5b97736456ba2e6e6aaa2b49e07097cc4 SHA512 83bb9242010d49898531bb62e0d4d55439b0b6a548b57a7932f074429aca70cf252dfb195e9751384510b08c98bd6bc8eefd8cb3f82b0c8d07fa245ba66e9fe2 diff --git a/app-emulation/libspectrum/libspectrum-1.4.2.ebuild b/app-emulation/libspectrum/libspectrum-1.4.2.ebuild deleted file mode 100644 index 75e11f4bc84..00000000000 --- a/app-emulation/libspectrum/libspectrum-1.4.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Spectrum emulation library" -HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php" -SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="audiofile bzip2 gcrypt zlib" - -RDEPEND="dev-libs/glib:2 - audiofile? ( >=media-libs/audiofile-0.3.6 ) - bzip2? ( >=app-arch/bzip2-1.0 ) - gcrypt? ( dev-libs/libgcrypt:0 ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - dev-lang/perl - virtual/pkgconfig" - -src_configure() { - local myconf=( - $(use_with audiofile libaudiofile) - $(use_with bzip2) - $(use_with gcrypt libgcrypt) - $(use_with zlib) - ) - econf "${myconf[@]}" -} - -src_test() { - # check only builds test executable but doesn't run it - emake check - ./test/test || die -} - -src_install() { - default - dodoc doc/*.txt *.txt -}