Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23886 Details for
Bug 38352
ebuild for fujaba-4.0.1 (UML modelling tool) (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fujaba-4.0.1.ebuild
fujaba-4.0.1.ebuild (text/plain), 1.77 KB, created by
Dennis Nienhüser (RETIRED)
on 2004-01-15 16:06:51 UTC
(
hide
)
Description:
fujaba-4.0.1.ebuild
Filename:
MIME Type:
Creator:
Dennis Nienhüser (RETIRED)
Created:
2004-01-15 16:06:51 UTC
Size:
1.77 KB
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg > >DESCRIPTION="The Fujaba Tool Suite provides an easy to extend UML and Java development platform" ># For anyone who's interested, fujaba is short for "From Uml to Java And Back Again" >HOMEPAGE="http://www.uni-paderborn.de/cs/fujaba/index.html" >SRC_URI="ftp://ftp.uni-paderborn.de/private/fujaba/Fujaba_4/FujabaToolSuite_Standard4_0_1.jar" >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" >DEPEND="${DEPEND} app-arch/unzip" >RDEPEND="${REDEPEND} >=virtual/jdk-1.4.1" > > > >src_unpack() { > > cp ${DISTDIR}/${A} ${WORKDIR} > unzip -q ${WORKDIR}/${A} >} > > > >src_compile() { > echo >} > > > >src_install() { > # Fujaba contains a neat installer. However, portage is much neater. > # We don't want users to fiddle around with neat installers, > # so we do its job now. > > AWESOME_DIR="privat/lowende/Deployment/Fujaba4/Fujaba4_0_1" > > # Put jar-files in /usr/share/fujaba/lib > cd ${WORKDIR}/${AWESOME_DIR} > for JARFILE in `ls libs/*.jar` ; do > ALLJARFILES="${JARFILE} ${ALLJARFILES}" > done > > dojar ${ALLJARFILES} > > # Put documentation in /usr/share/doc/${P} > cd ${WORKDIR}/${AWESOME_DIR}/doc > dodoc FUJABA_PROGRAMMING_STYLE_GUIDE > cd ${WORKDIR}/${AWESOME_DIR}/doc/assoc > dohtml *.html > > # copy the rest to /usr/share/fujaba > cd ${WORKDIR}/${AWESOME_DIR} > cp -r fujaba.jar plugins stylesheets Templates DTDs ${D}/usr/share/${PN} > > # we don't want to irritate noone, so create symlinks for the "missing" files > dosym /usr/share/${PN}/lib /usr/share/${PN}/libs > dosym /usr/share/doc/${P} /usr/share/${PN}/doc > #dosym /usr/share/${PN}/lib/fujaba.jar /usr/share/${PN}/fujaba.jar > > # last not least put the script running "java -jar ..." in /usr/bin/fujaba for convenience > dodir /usr/bin > exeinto /usr/bin > doexe ${FILESDIR}/fujaba >}
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 38352
:
23886
|
23887
|
25338