From 91254e5251e35bc3376aab716c6177bbf873b1f8 Mon Sep 17 00:00:00 2001 From: Chema Alonso Josa Date: Sun, 10 Dec 2017 17:47:48 +0100 Subject: app-emulation/libdsk: Bumps version to 1.5.5 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- app-emulation/libdsk/Manifest | 1 + app-emulation/libdsk/libdsk-1.5.5.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 app-emulation/libdsk/libdsk-1.5.5.ebuild (limited to 'app-emulation/libdsk') diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index 53d4cdaf2509..f7f43cfb9393 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -1 +1,2 @@ DIST libdsk-1.5.4.tar.gz 1211575 BLAKE2B 252a90f8ecea1ce2d525bb66b1efa5896065dc0ceadf9170fedf3362626f905b89f5092afe701654a4e9a3fe732c877958f4c6c3107eabc6f451923e88246a3c SHA512 df5781a1c75d18897eaeb298222515241d7f0e3bfc6b88a15557f809ddb6674347a84227028dd9915b1086e9bb5481280e0337fc9167b7ba0e888e77c9d448c2 +DIST libdsk-1.5.5.tar.gz 1211603 BLAKE2B 678f2fd4f7c275e413f3626858368ba631a03ba06079e0e5a76b792fd664e09df8bab3c7773365bbda4d2cbe27730fc2d46d4e4bf68828e0beab30b87147088d SHA512 58d5f78e7c83870f62804278ab4a801086763c5fda7bf8740edec3b9e69b35ececa98c9c6689dcd4b31053fa392952362ac461956b00f6f17a5da4b56aa6342b diff --git a/app-emulation/libdsk/libdsk-1.5.5.ebuild b/app-emulation/libdsk/libdsk-1.5.5.ebuild new file mode 100644 index 000000000000..d7b91ae18fbb --- /dev/null +++ b/app-emulation/libdsk/libdsk-1.5.5.ebuild @@ -0,0 +1,18 @@ +# 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 +} -- cgit v1.2.3-65-gdbad