Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35655 Details for
Bug 57424
Ebuild request for simple-test (php unit test), sample ebuild supplied
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Sample ebuild, based on groupoffice
simple-test-1.0_beta6.ebuild (text/plain), 1.02 KB, created by
Jim Tupper
on 2004-07-17 15:49:24 UTC
(
hide
)
Description:
Sample ebuild, based on groupoffice
Filename:
MIME Type:
Creator:
Jim Tupper
Created:
2004-07-17 15:49:24 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp >S=${WORKDIR}/simpletest > >DESCRIPTION="SimpleTest is an automated unit test framework for PHP" >HOMEPAGE="http://www.lastcraft.com/simple_test.php" >SRC_URI="mirror://sourceforge/simpletest/php_simple_test_1.0beta6.tar.gz" > ># The licence for this package doesn't appear to be one of the standard Gentoo licences >LICENSE="" > >KEYWORDS="~x86 ~ppc ~sparc ~macos ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~x86-obsd" > >IUSE="" > >DEPEND="virtual/php" > >src_install() { > webapp_src_preinst > > # There's a lot of html files under the docs folder which I'm not sure what to do with at the moment > # Should they be under dodoc? > # Should they be gzipped? (Doesn't that make them unbrowsable ...?) > cd ${S} > dodoc HELP_MY_TESTS_DONT_WORK_ANYMORE LICENSE README VERSION > rm -Rf HELP_MY_TESTS_DONT_WORK_ANYMORE LICENSE README VERSION > > cp -r . ${D}${MY_HTDOCSDIR} > webapp_serverowned ${MY_HTDOCSDIR} > > webapp_src_install >}
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 57424
: 35655