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 BEBE4139695 for ; Sun, 11 Jun 2017 15:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57F121C0A0; Sun, 11 Jun 2017 15:16:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A597A21C0A0 for ; Sun, 11 Jun 2017 15:16:14 +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 9A5C234171F for ; Sun, 11 Jun 2017 15:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8717486 for ; Sun, 11 Jun 2017 15:16:12 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1497194100.83722a108fe86e633aad22824e99b803a2970cc6.dilfridge@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.0.0.ebuild X-VCS-Directories: app-emulation/libspectrum/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 83722a108fe86e633aad22824e99b803a2970cc6 X-VCS-Branch: master Date: Sun, 11 Jun 2017 15:16:12 +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-Archives-Salt: ddb76514-85b7-4952-9fcb-e9b360614db7 X-Archives-Hash: 9bf00393e080ab2b068bb0cf0beeb515 commit: 83722a108fe86e633aad22824e99b803a2970cc6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jun 11 14:53:58 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jun 11 15:15:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83722a10 app-emulation/libspectrum: Remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emulation/libspectrum/Manifest | 1 - app-emulation/libspectrum/libspectrum-1.0.0.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/app-emulation/libspectrum/Manifest b/app-emulation/libspectrum/Manifest index 44fd1be27e9..91ca4c9b764 100644 --- a/app-emulation/libspectrum/Manifest +++ b/app-emulation/libspectrum/Manifest @@ -1,2 +1 @@ -DIST libspectrum-1.0.0.tar.gz 462552 SHA256 cdf8f5006676c0f68939e331eeadeda5d608d777f1234b080b97f677f1dd287c SHA512 1ed3e36e9d62d69b470e959509d2a56e5a3608a9ea9f3f6f0ddd78e4f5f4a75da957e4120a0ffdf6366c3e90e148de9d83954fc711414389687e55bbc91f1bc8 WHIRLPOOL bf245f20181c82bae9e985e230729c3f341134f84239d82133231b2de5d8fe61533a1e11a9004b6d5a0971bdd97622ba453912522c66292b82715a5a937d351b DIST libspectrum-1.1.1.tar.gz 502942 SHA256 178d3607af2109b6b8dafac4f91912745b9f3c087319945c3a886bb7fe7989d5 SHA512 61197c8d1d6b4b595b55cf7e8f8c43423935291a9fbc688f1bb06d4c3ef53dbcf391a96f0528443518c2ca2d6fe187ee56d5ed915702f13a16ad44aa16037f49 WHIRLPOOL c89c7c3183f9d960dcedf789c763687e66cdaea1b2c41fdd41c1f1b0484cc9039790415bf8f231ff2bea0914fe2ababfd6d174338141bee13859521bf73caa92 diff --git a/app-emulation/libspectrum/libspectrum-1.0.0.ebuild b/app-emulation/libspectrum/libspectrum-1.0.0.ebuild deleted file mode 100644 index 77299956610..00000000000 --- a/app-emulation/libspectrum/libspectrum-1.0.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -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="zlib? ( sys-libs/zlib ) - bzip2? ( >=app-arch/bzip2-1.0 ) - >=dev-libs/glib-2 - gcrypt? ( dev-libs/libgcrypt:0 ) - audiofile? ( >=media-libs/audiofile-0.2.3 )" -DEPEND="${RDEPEND} - dev-lang/perl - virtual/pkgconfig" - -src_configure() { - econf --with-glib \ - $(use_with zlib zlib) \ - $(use_with bzip2 bzip2) \ - $(use_with audiofile libaudiofile) \ - $(use_with gcrypt libgcrypt) \ - || die "econf failed!" -} - -src_compile() { - emake || die "Compilation failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "Make install failed" - dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt - doman doc/libspectrum.3 -}