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 35FC9138334 for ; Mon, 7 Oct 2019 13:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 092D2E0876; Mon, 7 Oct 2019 13:53:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E4E55E0876 for ; Mon, 7 Oct 2019 13:53: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 0910034B9FD for ; Mon, 7 Oct 2019 13:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C39E883 for ; Mon, 7 Oct 2019 13:53:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570456403.39c42f0fb2fb786cfd6f14a9bd10e5a16bd324d4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/diskdev_cmds/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild X-VCS-Directories: sys-fs/diskdev_cmds/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 39c42f0fb2fb786cfd6f14a9bd10e5a16bd324d4 X-VCS-Branch: master Date: Mon, 7 Oct 2019 13:53:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5da04feb-8e50-4751-8617-a3c0dc211ecd X-Archives-Hash: 64b6d7de90f9a53baa77c457f5372547 commit: 39c42f0fb2fb786cfd6f14a9bd10e5a16bd324d4 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 13:18:55 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 13:53:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c42f0f sys-fs/diskdev_cmds: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild | 48 ----------------------- 1 file changed, 48 deletions(-) diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild deleted file mode 100644 index 6b608a1b631..00000000000 --- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -MY_PV=${PV%_p*} - -DESCRIPTION="HFS and HFS+ utils ported from OSX, supplies mkfs and fsck" -HOMEPAGE="http://opendarwin.org" -SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-${MY_PV}.tar.gz - mirror://gentoo/diskdev_cmds-${PV}.patch.bz2" -LICENSE="APSL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="" -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/diskdev_cmds-${PV}.patch - epatch "${FILESDIR}"/diskdev_cmds-respect-cflags.patch -} - -src_compile() { - emake -f Makefile.lnx || die "emake failed" -} - -src_install() { - into / - dosbin fsck_hfs.tproj/fsck_hfs || die "dosbin fsck failed" - dosbin newfs_hfs.tproj/newfs_hfs || die "dosbin newfs failed" - dosym /sbin/newfs_hfs /sbin/mkfs.hfs || die "dosym mkfs.hfs failed" - dosym /sbin/newfs_hfs /sbin/mkfs.hfsplus || die "dosym mkfs.hfsplus failed" - dosym /sbin/fsck_hfs /sbin/fsck.hfs || die "dosym fsck.hfs failed" - dosym /sbin/fsck_hfs /sbin/fsck.hfsplus || die "dosym fsck.hfsplus failed" - doman newfs_hfs.tproj/newfs_hfs.8 || die "doman newfs_hfs.8 failed" - newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfs.8 || die "doman mkfs.hfs.8 failed" - newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfsplus.8 || die "doman mkfs.hfsplus.8 failed" - doman fsck_hfs.tproj/fsck_hfs.8 || die "doman fsck_hfs.8 failed" - newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfs.8 || die "doman fsck.hfs.8 failed" - newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfsplus.8 || die "doman fsck.hfsplus.8 failed" -}