summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2018-05-12 15:16:55 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-12 17:55:25 +0200
commit8d1cc7aa6a28a117e5a95d490efc218d69528eec (patch)
tree6692f2f3f4ab315cd81e3d0a2db7203e9b1cbd11 /app-emulation
parentapp-emulation/fuse-utils: bump to version 1.4.1 (diff)
downloadgentoo-8d1cc7aa6a28a117e5a95d490efc218d69528eec.tar.gz
gentoo-8d1cc7aa6a28a117e5a95d490efc218d69528eec.tar.bz2
gentoo-8d1cc7aa6a28a117e5a95d490efc218d69528eec.zip
app-emulation/libspectrum: remove old version 1.4.0
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/libspectrum/Manifest1
-rw-r--r--app-emulation/libspectrum/libspectrum-1.4.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-emulation/libspectrum/Manifest b/app-emulation/libspectrum/Manifest
index 7e46ebd6e18e..0453f3090b2b 100644
--- a/app-emulation/libspectrum/Manifest
+++ b/app-emulation/libspectrum/Manifest
@@ -1,3 +1,2 @@
-DIST libspectrum-1.4.0.tar.gz 514972 BLAKE2B 698ada3d404db15d95946b8098d80b791c63548a6d09a442f926e4fb36b01e00ab8d9fea60b33edee688e02cf753fa37f91bd09a97090b152ac16e4d41d482f8 SHA512 4005133185bc677ac8c960fb3f731fa6dc29caa31e008ba59f1791626999717cb79e9be284d1534a3a3550fa2ea5f2b1616256f3deeac73853f5b8fe3031e3f3
DIST libspectrum-1.4.1.tar.gz 516697 BLAKE2B 863030fabf37b03f15af389d8ab625f0f54c439153900e8b44bfefe2196fd576fbed9c23a6d2cfd7b07ca804a20329d8e646d3b7741ee1ded3d42246e36f203d SHA512 550d96c2432400a5b6ba86534acc0a2786dcdb9a8c847caf7768f1053cdbe0825d208128713a3f4b7fa42547bb3eac56329433a4c0a6753eec3ba9623eef5bf5
DIST libspectrum-1.4.2.tar.gz 568052 BLAKE2B 84ffa5b2ac376c72d309c623610e5e30ebc98ab81a4505ffd88c8fc88145c6d63a112c60a57585c827b352e0a73ec330fc9f3601a714d1a6ad522cc40105d171 SHA512 391eb6fd805ab5a7ba5186ced8aa06be8b25973512860bfd0680585120a9617a1406f9327a7acb3ad7b7e473be8214c9b228d8b4adcf45a8bf3d3b6d27ee4d6f
diff --git a/app-emulation/libspectrum/libspectrum-1.4.0.ebuild b/app-emulation/libspectrum/libspectrum-1.4.0.ebuild
deleted file mode 100644
index 89d3021f9a99..000000000000
--- a/app-emulation/libspectrum/libspectrum-1.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 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() {
- econf \
- $(use_with audiofile libaudiofile) \
- $(use_with bzip2 bzip2) \
- $(use_with gcrypt libgcrypt) \
- $(use_with zlib zlib)
-}
-
-src_install() {
- default
- dodoc doc/*.txt *.txt
-}