public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/diskdev_cmds/
Date: Sun, 28 Jun 2020 22:43:35 +0000 (UTC)	[thread overview]
Message-ID: <1593384198.69a64486a66a88fa1caea5cd651e3235a191758e.slyfox@gentoo> (raw)

commit:     69a64486a66a88fa1caea5cd651e3235a191758e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 22:26:08 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 22:43:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a64486

sys-fs/diskdev_cmds: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../diskdev_cmds/diskdev_cmds-332.14_p1-r1.ebuild  | 46 ----------------------
 1 file changed, 46 deletions(-)

diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r1.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r1.ebuild
deleted file mode 100644
index 8df958e5603..00000000000
--- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-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}"
-
-PATCHES=(
-	"${WORKDIR}"/diskdev_cmds-${PV}.patch
-	"${FILESDIR}"/diskdev_cmds-respect-cflags.patch
-)
-
-src_compile() {
-	emake -f Makefile.lnx AR="$(tc-getAR)" CC="$(tc-getCC)"
-}
-
-src_install() {
-	into /
-	dosbin fsck_hfs.tproj/fsck_hfs
-	dosbin newfs_hfs.tproj/newfs_hfs
-	dosym /sbin/newfs_hfs /sbin/mkfs.hfs
-	dosym /sbin/newfs_hfs /sbin/mkfs.hfsplus
-	dosym /sbin/fsck_hfs /sbin/fsck.hfs
-	dosym /sbin/fsck_hfs /sbin/fsck.hfsplus
-	doman newfs_hfs.tproj/newfs_hfs.8
-	newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfs.8
-	newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfsplus.8
-	doman fsck_hfs.tproj/fsck_hfs.8
-	newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfs.8
-	newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfsplus.8
-}


             reply	other threads:[~2020-06-28 22:43 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-28 22:43 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-26 12:31 [gentoo-commits] repo/gentoo:master commit in: sys-fs/diskdev_cmds/ Sam James
2023-06-13 18:03 Sam James
2021-07-02  7:17 Sergei Trofimovich
2021-05-01 20:44 Sergei Trofimovich
2020-12-07 18:48 Sam James
2020-11-18  8:51 Sergei Trofimovich
2020-11-15  8:44 Sam James
2020-11-12 23:15 Sergei Trofimovich
2020-11-12 23:14 Sergei Trofimovich
2020-09-26  9:13 Sergei Trofimovich
2020-08-06 21:22 Sergei Trofimovich
2020-08-01  9:01 Sergei Trofimovich
2020-07-25 11:17 Sam James
2020-06-28 22:43 Sergei Trofimovich
2020-06-28 20:44 Agostino Sarubbo
2020-06-28  8:11 Sergei Trofimovich
2020-06-25  7:00 Agostino Sarubbo
2020-06-24  7:19 Sergei Trofimovich
2020-04-01 21:14 Sergei Trofimovich
2019-10-07 13:53 Michał Górny
2019-10-07 10:38 Agostino Sarubbo
2019-10-07  9:47 Agostino Sarubbo
2019-10-07  8:59 Agostino Sarubbo
2019-10-07  8:42 Agostino Sarubbo
2019-06-27  7:31 Sergei Trofimovich
2016-10-11  6:37 Jeroen Roovers
2016-08-06  8:47 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593384198.69a64486a66a88fa1caea5cd651e3235a191758e.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox