summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-12-10 17:47:48 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2017-12-10 17:47:48 +0100
commit91254e5251e35bc3376aab716c6177bbf873b1f8 (patch)
tree32a8daa21fcfebf8463289fed7fdc4f07202976b /app-emulation/libdsk
parentmail-client/mutt: add rdeps for crypt/smime flags to finish #637178 (diff)
downloadgentoo-91254e5251e35bc3376aab716c6177bbf873b1f8.tar.gz
gentoo-91254e5251e35bc3376aab716c6177bbf873b1f8.tar.bz2
gentoo-91254e5251e35bc3376aab716c6177bbf873b1f8.zip
app-emulation/libdsk: Bumps version to 1.5.5
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r--app-emulation/libdsk/Manifest1
-rw-r--r--app-emulation/libdsk/libdsk-1.5.5.ebuild18
2 files changed, 19 insertions, 0 deletions
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
+}