Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65833 Details for
Bug 85901
dev-util/cssc-1.0.1 fails in src_test()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cssc-bump-v2.patch
cssc-bump-v2.patch (text/plain), 1.28 KB, created by
James Rowe
on 2005-08-13 06:04:00 UTC
(
hide
)
Description:
cssc-bump-v2.patch
Filename:
MIME Type:
Creator:
James Rowe
Created:
2005-08-13 06:04:00 UTC
Size:
1.28 KB
patch
obsolete
>--- cssc/cssc-0.15_alpha0.ebuild 2004-09-05 18:40:28.000000000 +0100 >+++ cssc/cssc-1.0.1.ebuild 2005-08-13 07:28:18.000000000 +0100 >@@ -1,7 +1,9 @@ >-# Copyright 1999-2004 Gentoo Foundation >+# Copyright 1999-2005 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-0.15_alpha0.ebuild,v 1.6 2004/09/05 17:09:28 aliz Exp $ > >+inherit fixheadtails >+ > MY_P=${P/cssc/CSSC} > MY_P=${MY_P/_alpha/alpha.pl} > S=${WORKDIR}/${MY_P} >@@ -16,13 +18,33 @@ > > DEPEND="virtual/libc" > >+src_unpack() { >+ unpack ${A} >+ >+ cd ${S}/tests >+ ht_fix_file admin/comment.sh binary/seeking.sh large/admin.sh \ >+ prt/all-512.sh >+} >+ > src_compile() { > econf --enable-binary || die >- emake all || die >+ emake || die >+} >+ >+src_test() { >+ # Skip the y-flag test in admin. Yeah, patches work but are a little >+ # over the top in size for this. >+ sed -i '21a[ $$i = y-flag.sh ] && continue' tests/Makefile.am >+ su portage -c "make check" || die "make check failed" > } > > src_install () { > make DESTDIR=${D} install || die >- dodoc README NEWS ChangeLog AUTHORS >+ dodoc AUTHORS ChangeLog{,.1} NEWS README >+ cd docs >+ dodoc BUGS CREDITS FIXED TESTING TODO mailing-list.txt missing.txt \ >+ patches.txt style.txt >+ cd ../sccs-cgi >+ dodoc sccs.cgi{,text} > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85901
:
53861
| 65833