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 997DB1382C5 for ; Thu, 1 Mar 2018 08:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0D90E0908; Thu, 1 Mar 2018 08:38:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90B4CE0908 for ; Thu, 1 Mar 2018 08:38:17 +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 E9E37335C34 for ; Thu, 1 Mar 2018 08:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E8B51E6 for ; Thu, 1 Mar 2018 08:38:14 +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: <1519893485.2dc0ae5a0c1664be4107b67ce303aafc7b05298c.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libdsk/, app-emulation/libdsk/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libdsk/Manifest app-emulation/libdsk/files/libdsk-1.5.6-include-sysmacros.patch app-emulation/libdsk/libdsk-1.5.6.ebuild X-VCS-Directories: app-emulation/libdsk/ app-emulation/libdsk/files/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2dc0ae5a0c1664be4107b67ce303aafc7b05298c X-VCS-Branch: master Date: Thu, 1 Mar 2018 08:38:14 +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: 65869a4d-ec37-41f9-9678-2611b8826059 X-Archives-Hash: 741e22cd36cd96415701fca9fb576d91 commit: 2dc0ae5a0c1664be4107b67ce303aafc7b05298c Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Mar 1 08:38:05 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Mar 1 08:38:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc0ae5a app-emulation/libdsk: Drops old version 1.5.6 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emulation/libdsk/Manifest | 1 - .../files/libdsk-1.5.6-include-sysmacros.patch | 22 --------------------- app-emulation/libdsk/libdsk-1.5.6.ebuild | 23 ---------------------- 3 files changed, 46 deletions(-) diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index f11c32f1455..948efc2aaff 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -1,2 +1 @@ -DIST libdsk-1.5.6.tar.gz 1212346 BLAKE2B 4b456fa4cba759898e045706ee13b3b7a8b520adc559d28541217e208788aaddee79bde949b71d2af4100c2696768e9568d73faaa7d900dc8ad52a58f593b922 SHA512 042d876dbc7598ea54a8acec44ad3417ddf69e96000219fd3effc5e0f76a9571839fbd15107578e312759cca732b86e68bc9fd2cef28cc41b0ae094ea9667a89 DIST libdsk-1.5.8.tar.gz 1212684 BLAKE2B 52a2687d8ade0378096215d362df21b6eb477b3304910bb98c56264fb05bec6ad2d2b7254dd132fe50e60d5179b4875a1a91088f8ed93f68886054bf1df060f4 SHA512 6bb332dcd58b88272130a950ed686852f66a1e97030aaa280db3bc65a7f82513d57055c2cc3e653e1e06843c453e46a52ce280b45b42c0bb671d1e0f6d7c9520 diff --git a/app-emulation/libdsk/files/libdsk-1.5.6-include-sysmacros.patch b/app-emulation/libdsk/files/libdsk-1.5.6-include-sysmacros.patch deleted file mode 100644 index e52b92bf2e3..00000000000 --- a/app-emulation/libdsk/files/libdsk-1.5.6-include-sysmacros.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nuar a/lib/compress.c b/lib/compress.c ---- a/lib/compress.c 2017-02-13 20:34:21.000000000 +0100 -+++ b/lib/compress.c 2018-01-28 15:22:15.571892254 +0100 -@@ -23,6 +23,7 @@ - #include "drvi.h" /* For LINUXFLOPPY and WIN32FLOPPY */ - #include "compi.h" - #include "comp.h" -+#include - /* LibDsk generalised compression support */ - #ifdef HAVE_SYS_STAT_H - #include -diff -Nuar a/lib/drvlinux.c b/lib/drvlinux.c ---- a/lib/drvlinux.c 2017-02-26 01:43:39.000000000 +0100 -+++ b/lib/drvlinux.c 2018-01-28 15:22:08.661892284 +0100 -@@ -26,6 +26,7 @@ - - #include "drvi.h" - #include "drvlinux.h" -+#include - - #ifdef LINUXFLOPPY - diff --git a/app-emulation/libdsk/libdsk-1.5.6.ebuild b/app-emulation/libdsk/libdsk-1.5.6.ebuild deleted file mode 100644 index f3f60beebc7..00000000000 --- a/app-emulation/libdsk/libdsk-1.5.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 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_prepare() { - eapply "${FILESDIR}"/${P}-include-sysmacros.patch - eapply_user -} - -src_install() { - emake DESTDIR="${D}" install - DOCS="doc/${PN}.txt doc/${PN}.pdf" einstalldocs -}