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/hfsutils/
Date: Sun, 28 Jun 2020 22:43:35 +0000 (UTC)	[thread overview]
Message-ID: <1593384199.7a4fd30bda97706f28353142a26117981695d96c.slyfox@gentoo> (raw)

commit:     7a4fd30bda97706f28353142a26117981695d96c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 22:26:46 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 22:43:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4fd30b

sys-fs/hfsutils: drop old

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

 sys-fs/hfsutils/Manifest                 |  1 -
 sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild | 48 --------------------------------
 2 files changed, 49 deletions(-)

diff --git a/sys-fs/hfsutils/Manifest b/sys-fs/hfsutils/Manifest
index 89ac4f034ad..a8fde341db1 100644
--- a/sys-fs/hfsutils/Manifest
+++ b/sys-fs/hfsutils/Manifest
@@ -1,3 +1,2 @@
-DIST hfsutils-3.2.6.tar.gz 207697 BLAKE2B 96c3d839e3c07e325e4e175a484b3c637d7cdebdc02ec11ee6810096162d155aa75d71a8e133b801b767a78d50115384460c4181359767f49e015524800885e8 SHA512 0db3050e5969c4e4e6c6ddb10cbc221a5837eb1e12f9331e7129511d31a4ec8d38420ed0b948dadc85ed990f3b1085e930eb7f0c37b3883866d963e47cbbb173
 DIST hfsutils_3.2.6-14.debian.tar.xz 6780 BLAKE2B 00474d328f5ec2614ec429052e6940b9eb10d04f433399f686ccc24d66ca1559e7ca45c4ab3ebe6386e02fc4de5ffd96242a7aa6f58d6032798d5536da912a61 SHA512 33d44f7b9094743031fc9315cf9380e158225ee2cd5af7a5ec7c55a2ae9af42e16f9cad3c667b153a1d3d9484d4ea773d34b88b78bfe9499df52a8b9d77defb2
 DIST hfsutils_3.2.6.orig.tar.gz 207697 BLAKE2B 96c3d839e3c07e325e4e175a484b3c637d7cdebdc02ec11ee6810096162d155aa75d71a8e133b801b767a78d50115384460c4181359767f49e015524800885e8 SHA512 0db3050e5969c4e4e6c6ddb10cbc221a5837eb1e12f9331e7129511d31a4ec8d38420ed0b948dadc85ed990f3b1085e930eb7f0c37b3883866d963e47cbbb173

diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild
deleted file mode 100644
index 23076395fd7..00000000000
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="HFS FS Access utils"
-HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/"
-SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
-IUSE="tcl tk"
-
-DEPEND="
-	tcl? ( dev-lang/tcl:0= )
-	tk? ( dev-lang/tk:0= )"
-RDEPEND="${DEPEND}"
-
-# use tk requires tcl - bug #150437
-REQUIRED_USE="tk? ( tcl )"
-PATCHES=(
-	"${FILESDIR}"/${P}-errno.patch
-	"${FILESDIR}"/largerthan2gb.patch
-	"${FILESDIR}"/${P}-fix-tcl-8.6.patch
-)
-
-src_configure() {
-	tc-export CC
-	econf $(use_with tcl) $(use_with tk)
-}
-
-src_compile() {
-	emake AR="$(tc-getAR) rc" CC="$(tc-getCC)" RANLIB="$(tc-getRANLIB)"
-	emake CC="$(tc-getCC)" -C hfsck
-}
-
-src_install() {
-	dodir /usr/bin /usr/lib /usr/share/man/man1
-	emake \
-		prefix="${ED}"/usr \
-		MANDEST="${ED}"/usr/share/man \
-		infodir="${ED}"/usr/share/info \
-		install
-	dobin hfsck/hfsck
-	dodoc BLURB CHANGES README TODO doc/*.txt
-}


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

Thread overview: 19+ 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 --
2023-09-14  5:27 [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/ WANG Xuerui
2023-06-13 18:03 Sam James
2022-12-18 12:45 Sam James
2022-12-18 11:37 Sam James
2022-12-18 11:32 Sam James
2022-10-16 18:43 Sam James
2021-07-02  7:17 Sergei Trofimovich
2020-12-03 23:03 Sergei Trofimovich
2020-09-27 17:00 Sam James
2020-09-26  9:13 Sergei Trofimovich
2020-06-28 20:44 Agostino Sarubbo
2020-06-25  7:00 Agostino Sarubbo
2020-06-24  6:57 Sergei Trofimovich
2020-06-22 18:23 Sergei Trofimovich
2020-01-07  9:11 Jeroen Roovers
2019-12-30  9:00 Jeroen Roovers
2018-06-01 19:00 Matt Turner
2017-10-31 14:13 Fabian Groffen

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=1593384199.7a4fd30bda97706f28353142a26117981695d96c.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