From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/buffer/
Date: Fri, 3 Sep 2021 01:53:56 +0000 (UTC) [thread overview]
Message-ID: <1630626736.69a9553ffe7fc202f3176d2479598fd8ecfff140.sam@gentoo> (raw)
commit: 69a9553ffe7fc202f3176d2479598fd8ecfff140
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 23:40:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 23:52:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a9553f
sys-block/buffer: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/buffer/buffer-1.19-r4.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/sys-block/buffer/buffer-1.19-r4.ebuild b/sys-block/buffer/buffer-1.19-r4.ebuild
index b933ee375e5..ed04e96ac0a 100644
--- a/sys-block/buffer/buffer-1.19-r4.ebuild
+++ b/sys-block/buffer/buffer-1.19-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
-DESCRIPTION="a tapedrive tool for speeding up reading from and writing to tape"
+DESCRIPTION="A tapedrive tool for speeding up reading from and writing to tape"
HOMEPAGE="http://www.microwerks.net/~hugo/"
DEBIAN_PR=12
@@ -22,16 +22,17 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE=""
src_prepare() {
+ local f
for f in $(<"${WORKDIR}"/debian/patches/series) ; do
p="${WORKDIR}"/debian/patches/${f}.patch
ln -sf "${f}" "${p}" || die
- einfo $p
+ einfo ${p}
eapply -p1 "${p}" || die
done
- cd "${S}"
+
+ cd "${S}" || die
emake clean
eapply_user
}
next reply other threads:[~2021-09-03 1:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-03 1:53 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-23 20:22 [gentoo-commits] repo/gentoo:master commit in: sys-block/buffer/ Arthur Zamarin
2021-10-03 11:28 David Seifert
2021-09-21 16:35 Sam James
2021-09-20 0:27 Sam James
2021-09-19 6:39 Agostino Sarubbo
2021-09-18 19:51 Sam James
2021-09-18 19:48 Sam James
2021-07-23 6:26 Robin H. Johnson
2020-09-20 10:44 Mikle Kolyada
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=1630626736.69a9553ffe7fc202f3176d2479598fd8ecfff140.sam@gentoo \
--to=sam@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