app-emulation/libdsk: Drops old version

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Chema Alonso Josa
2017-12-10 17:51:46 +01:00
parent 0b5ffa08e7
commit c0d2d2860e
2 changed files with 0 additions and 19 deletions

View File

@@ -1,2 +1 @@
DIST libdsk-1.5.4.tar.gz 1211575 BLAKE2B 252a90f8ecea1ce2d525bb66b1efa5896065dc0ceadf9170fedf3362626f905b89f5092afe701654a4e9a3fe732c877958f4c6c3107eabc6f451923e88246a3c SHA512 df5781a1c75d18897eaeb298222515241d7f0e3bfc6b88a15557f809ddb6674347a84227028dd9915b1086e9bb5481280e0337fc9167b7ba0e888e77c9d448c2
DIST libdsk-1.5.5.tar.gz 1211603 BLAKE2B 678f2fd4f7c275e413f3626858368ba631a03ba06079e0e5a76b792fd664e09df8bab3c7773365bbda4d2cbe27730fc2d46d4e4bf68828e0beab30b87147088d SHA512 58d5f78e7c83870f62804278ab4a801086763c5fda7bf8740edec3b9e69b35ececa98c9c6689dcd4b31053fa392952362ac461956b00f6f17a5da4b56aa6342b

View File

@@ -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
}