app-emulation/libdsk: Drops old version 1.5.5
authorChema Alonso Josa <nimiux@gentoo.org>
Sun, 28 Jan 2018 15:24:09 +0000 (16:24 +0100)
committerChema Alonso Josa <nimiux@gentoo.org>
Sun, 28 Jan 2018 15:24:09 +0000 (16:24 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-emulation/libdsk/Manifest
app-emulation/libdsk/libdsk-1.5.5.ebuild [deleted file]

index da47a2ebac92918e30e1dae85be49073f28adcab..34d0066a8655b55e01e87a94a847c20b751ce9ff 100644 (file)
@@ -1,2 +1 @@
-DIST libdsk-1.5.5.tar.gz 1211603 BLAKE2B 678f2fd4f7c275e413f3626858368ba631a03ba06079e0e5a76b792fd664e09df8bab3c7773365bbda4d2cbe27730fc2d46d4e4bf68828e0beab30b87147088d SHA512 58d5f78e7c83870f62804278ab4a801086763c5fda7bf8740edec3b9e69b35ececa98c9c6689dcd4b31053fa392952362ac461956b00f6f17a5da4b56aa6342b
 DIST libdsk-1.5.6.tar.gz 1212346 BLAKE2B 4b456fa4cba759898e045706ee13b3b7a8b520adc559d28541217e208788aaddee79bde949b71d2af4100c2696768e9568d73faaa7d900dc8ad52a58f593b922 SHA512 042d876dbc7598ea54a8acec44ad3417ddf69e96000219fd3effc5e0f76a9571839fbd15107578e312759cca732b86e68bc9fd2cef28cc41b0ae094ea9667a89
diff --git a/app-emulation/libdsk/libdsk-1.5.5.ebuild b/app-emulation/libdsk/libdsk-1.5.5.ebuild
deleted file mode 100644 (file)
index d7b91ae..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="LIBDSK is a library for accessing discs and disc image files"
-HOMEPAGE="http://www.seasip.info/Unix/LibDsk/"
-SRC_URI="http://www.seasip.info/Unix/LibDsk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-src_install() {
-       emake DESTDIR="${D}" install
-       DOCS="doc/${PN}.txt doc/${PN}.pdf" einstalldocs
-}