public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/safecopy/
@ 2017-12-01 22:19 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-01 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c6a13be538ec94af48cfe276c425de0907b9e06b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 21:17:48 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 22:18:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a13be5

sys-fs/safecopy: [QA] Fix DESCRIPTION.toolong

 sys-fs/safecopy/safecopy-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/safecopy/safecopy-1.7.ebuild b/sys-fs/safecopy/safecopy-1.7.ebuild
index d3fba62a64f..6f164039b07 100644
--- a/sys-fs/safecopy/safecopy-1.7.ebuild
+++ b/sys-fs/safecopy/safecopy-1.7.ebuild
@@ -5,7 +5,7 @@ EAPI=4
 
 inherit base
 
-DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files"
+DESCRIPTION="Tool for fault-tolerant data recovery from damaged (io-errors) devices or files"
 HOMEPAGE="http://safecopy.sourceforge.net"
 SRC_URI="mirror://sourceforge/safecopy/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/safecopy/
@ 2020-03-07 21:45 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2020-03-07 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1c0dbe09fe07d97672474ca4c2f52392a4c478e3
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 21:38:26 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 21:45:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0dbe09

sys-fs/safecopy: EAPI 7

Installed files are unchanged.

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-fs/safecopy/safecopy-1.7.ebuild | 28 ++++++----------------------
 1 file changed, 6 insertions(+), 22 deletions(-)

diff --git a/sys-fs/safecopy/safecopy-1.7.ebuild b/sys-fs/safecopy/safecopy-1.7.ebuild
index dbfe2a87a2a..ea11400db32 100644
--- a/sys-fs/safecopy/safecopy-1.7.ebuild
+++ b/sys-fs/safecopy/safecopy-1.7.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit base
+EAPI=7
 
 DESCRIPTION="Tool for fault-tolerant data recovery from damaged (io-errors) devices or files"
 HOMEPAGE="http://safecopy.sourceforge.net"
@@ -15,34 +13,20 @@ KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND=""
-
 DOCS=( README )
 
-src_prepare() {
-	base_src_prepare
-	sed -e 's:bin/sh:bin/bash:' \
-		-i "${S}"/test/test.sh || die
-}
-
 src_configure() {
 	econf
-	if use test; then
-		cd "${S}"/simulator
-		econf
-	fi
+	cd simulator || die
+	use test && econf
 }
 
 src_compile() {
 	emake
-	if use test; then
-		cd "${S}"/simulator
-		emake
-	fi
+	use test && emake -C simulator
 }
 
 src_test() {
-	cd "${S}"/test
+	cd test || die
 	./test.sh || die
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-07 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 22:19 [gentoo-commits] repo/gentoo:master commit in: sys-fs/safecopy/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2020-03-07 21:45 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox