Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174742 Details for
Bug 250409
new ebuild for rosetta++ documentation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rosetta++ documentation ebuild in plain text format
rosetta_documentation-2.3.0.ebuild (text/plain), 1.06 KB, created by
Hugo Mildenberger
on 2008-12-09 17:03:55 UTC
(
hide
)
Description:
rosetta++ documentation ebuild in plain text format
Filename:
MIME Type:
Creator:
Hugo Mildenberger
Created:
2008-12-09 17:03:55 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > > >DESCRIPTION="rosetta++ application documentation and examples" >HOMEPAGE="http://www.rosettacommons.org/" >SRC_URI="${PN}-${PV}.tgz" >RESTRICT="fetch" >LICENSE="rosetta" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >RDEPEND="" >DEPEND="sys-apps/findutils" >EAPI="2" >S="${WORKDIR}/${PN}" > >pkg_nofetch() { > einfo "Please fill out the rosetta registration form at " > einfo " http://www.uwopendoor.org/LicenseSoftware.asp?softwareid=17" > einfo "Then download the archive ${A} and place it into ${DISTDIR}" >} > >src_configure() { > #UPSTREAM: get rid of .svn directories in distro > find "${S}" -name '.svn' -exec rm -rf {} ';' 2>/dev/null >} > >src_unpack() { > unpack "${A}" >} > >src_test() { > einfo "nothing to do" >} > >src_install() { > #Gentoo bug: dodoc is unable to install subdirs recursively ... > local destdir="/usr/share/doc/rosetta-${PV}" > dodir "${destdir}" && insinto "${destdir}" && doins -r "${S}"/* || die > #leaving out compressing for now > #prepalldocs >}
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 250409
: 174742 |
174744
|
174745
|
174747