Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192488 Details for
Bug 257714
safecopy-1.0.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
safecopy-1.3 ebuild with fixed sandbox issues
safecopy-1.3.ebuild (text/plain), 1.43 KB, created by
Corvus Corax
on 2009-05-26 12:08:48 UTC
(
hide
)
Description:
safecopy-1.3 ebuild with fixed sandbox issues
Filename:
MIME Type:
Creator:
Corvus Corax
Created:
2009-05-26 12:08:48 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >inherit eutils > >DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files." >HOMEPAGE="http://safecopy.sourceforge.net" >SRC_URI="mirror://sourceforge/safecopy/${P}.tar.gz -> ${P}.tar.gz >http://sourceforge.net/tracker/download.php?group_id=141056&atid=748330&file_id=328461&aid=2796779 -> ${P}-amd64.patch.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" > >src_prepare() { > epatch "${FILESDIR}"/${P}-sandbox.patch > epatch "${WORKDIR}"/${P}-amd64.patch >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc README || die "copying documentation failed" >} > > >src_test() { > einfo "Test phase:" > cd test/libsafecopydebug; > einfo "Compiling safecopy test suite..." > if ! { econf && emake; }; then > cd ../..; > if hasq test $FEATURES; then > die 'Safecopy test suite wrapper library did not compile.' > else > eerror 'Safecopy test suite wrapper library did not compile.' > fi; > else > cd ..; > einfo "Running safecopy self test..." > if ! ./test.sh; then > cd ..; > if hasq test $FEATURES; then > die 'Safecopy blackbox self test failed. See above output for details.' > else > eerror 'Safecopy blackbox self test failed. See above output for details.' > fi; > else > cd ..; > einfo "Self-test run succeeded."; > fi; > fi; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 257714
:
180995
|
188263
|
192414
|
192416
|
192424
|
192487
| 192488