public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/jfsutils/
Date: Thu, 20 Aug 2020 17:50:38 +0000 (UTC)	[thread overview]
Message-ID: <1597945817.38babfee16ab1c8ce57bed8d84fc00b452d77bef.whissi@gentoo> (raw)

commit:     38babfee16ab1c8ce57bed8d84fc00b452d77bef
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 17:32:36 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 17:50:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38babfee

sys-fs/jfsutils: migrate to EAPI=7

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild b/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild
index 9d17529ffec..b618e667ca7 100644
--- a/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild
+++ b/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit flag-o-matic eutils
+inherit flag-o-matic
 
 DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities"
 HOMEPAGE="http://jfs.sourceforge.net/"
@@ -16,10 +16,10 @@ IUSE="static"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-linux-headers.patch #448844
-	epatch "${FILESDIR}"/${P}-sysmacros.patch #580056
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-linux-headers.patch #448844
+	"${FILESDIR}"/${P}-sysmacros.patch #580056
+)
 
 src_configure() {
 	# It doesn't compile on alpha without this LDFLAGS
@@ -33,6 +33,6 @@ src_install() {
 	default
 
 	rm -f "${ED}"/sbin/{mkfs,fsck}.jfs || die
-	dosym /sbin/jfs_mkfs /sbin/mkfs.jfs
-	dosym /sbin/jfs_fsck /sbin/fsck.jfs
+	dosym jfs_mkfs /sbin/mkfs.jfs
+	dosym jfs_fsck /sbin/fsck.jfs
 }


             reply	other threads:[~2020-08-20 17:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20 17:50 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  1:52 [gentoo-commits] repo/gentoo:master commit in: sys-fs/jfsutils/ Sam James
2022-12-18 12:11 Sam James
2022-12-18 12:11 Sam James
2022-12-18 11:55 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:34 Sam James
2022-05-19  7:28 WANG Xuerui
2022-04-07 17:04 Jakov Smolić
2021-08-03 11:03 Sam James
2020-12-02 23:21 Sam James
2020-08-20 17:50 Thomas Deutschmann
2020-08-20 17:50 Thomas Deutschmann
2020-08-20 17:50 Thomas Deutschmann
2016-01-17 23:04 Lars Wendler

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=1597945817.38babfee16ab1c8ce57bed8d84fc00b452d77bef.whissi@gentoo \
    --to=whissi@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