From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40A1A139694 for ; Wed, 5 Apr 2017 21:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E03BE0CED; Wed, 5 Apr 2017 21:45:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47EE5E0CED for ; Wed, 5 Apr 2017 21:45:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF76E34165C for ; Wed, 5 Apr 2017 21:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D17E973FE for ; Wed, 5 Apr 2017 21:45:27 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1491428719.859da983cc8ba5b19e76d471ce40ef366e062426.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libdsk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libdsk/Manifest app-emulation/libdsk/libdsk-1.5.4.ebuild X-VCS-Directories: app-emulation/libdsk/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 859da983cc8ba5b19e76d471ce40ef366e062426 X-VCS-Branch: master Date: Wed, 5 Apr 2017 21:45:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7711c32-cc16-4ad7-a9e7-c92dbd8eb993 X-Archives-Hash: 55a29b0d0df7a1f3ab30247a4502bee2 commit: 859da983cc8ba5b19e76d471ce40ef366e062426 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Apr 5 21:44:54 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Apr 5 21:45:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859da983 app-emulation/libdsk: Bumps version to 1.5.4 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/libdsk/Manifest | 1 + app-emulation/libdsk/libdsk-1.5.4.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index bbab9b07f83..fce68744bb0 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -1 +1,2 @@ DIST libdsk-1.4.2.tar.gz 1083103 SHA256 71eda9d0e33ab580cea1bb507467877d33d887cea6ec042b8d969004db89901a SHA512 7550b131b0ac061aa755260263e439959aa747cdac2c0df2d7e20c89c5724910ae948793884bda9fe4e504608fd34baa2db72d2066a91dda6eb797bedffd1a39 WHIRLPOOL c43af081189f28e362d104f533c777827b17511a44634dc01d3eca80289d58bc2a8d1dc1ab7049a1f6099c027742a8abbf5c3eac995736e61e5f6d1fd790155e +DIST libdsk-1.5.4.tar.gz 1211575 SHA256 e1c56f6395a011d508a5e548dcbcadce8ee8cb95740f986d6e8e3695ed59de82 SHA512 df5781a1c75d18897eaeb298222515241d7f0e3bfc6b88a15557f809ddb6674347a84227028dd9915b1086e9bb5481280e0337fc9167b7ba0e888e77c9d448c2 WHIRLPOOL fa0c55695c26775844138f58d12138ea3eb58a28da7fbce2015a48cb55f1968ff929421ccf2fba4f3ec87e45607b110bdb92f1d59dcd0daba345b35514b41637 diff --git a/app-emulation/libdsk/libdsk-1.5.4.ebuild b/app-emulation/libdsk/libdsk-1.5.4.ebuild new file mode 100644 index 00000000000..d7b91ae18fb --- /dev/null +++ b/app-emulation/libdsk/libdsk-1.5.4.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 +}