Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138893 Details for
Bug 96185
JUDE Community ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jude-community-5.1.1.ebuild
jude-community-5.1.1.ebuild (text/plain), 1.80 KB, created by
Sven Stalinski
on 2007-12-19 16:11:26 UTC
(
hide
)
Description:
jude-community-5.1.1.ebuild
Filename:
MIME Type:
Creator:
Sven Stalinski
Created:
2007-12-19 16:11:26 UTC
Size:
1.80 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >S="${WORKDIR}/jude_community" >SRC_URI="${PN}-5_1_1.zip" >DESCRIPTION="A Java/UML Object-Oriented Design Tool [JUDE]" >HOMEPAGE="http://www.esm.jp/jude-web/en/download-e.html" >LICENSE="as-is" >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64" >IUSE="" > >DEPEND=">=app-arch/unzip-5.50-r1" >RDEPEND=">=virtual/jre-1.4" >RESTRICT="fetch" > >pkg_nofetch() { > einfo "Please download ${SRC_URI} from ${HOMEPAGE} and move it to ${DISTDIR}" >} > >src_install() { > dodir /opt/${PN} > > cd $S > > dodoc *.txt *.html > rm *.txt *.html jude.bat > cp -dp * ${D}/opt/${PN} > exeinto /opt/${PN} > > echo "#!/bin/sh" > jude > echo "JUDE_HOME=/opt/${PN}" >> jude > echo "JUDE_JAR=jude-community.jar" >> jude > echo 'CLASSPATH=$JUDE_HOME/$JUDE_JAR' >> jude > echo 'JAVA_OPTS="-Xms16m -Xmx512m -Xss2m"' >> jude > echo 'java $JAVA_OPTS -jar $JUDE_HOME/$JUDE_JAR $1 $2 $3' >> jude > doexe jude > > dodir /opt/bin > insinto /opt/bin > dosym /opt/${PN}/jude /opt/bin/jude >} > >pkg_postinst() { > echo "" > einfo "JUDE LICENSE AGREEMENTS" > einfo "" > einfo "1. JUDE Community version is free, provides the followings." > einfo "2. Reverse engineering and reverse compilation is not allowed." > einfo "3. Copyright and ownership of this software belong to" > einfo " Eiwa System Management,Inc." > einfo "4. Provided \"as is\", without any warranty." > einfo "5. Eiwa system Management, Inc has no obligation of any version up" > einfo " or upgrade of this software." > einfo "6. You can use this software just as a developing tool for your software." > einfo "7. Reprinting or distributing this program is not allowed." > echo"" > echo"" > einfo "HOW TO RUN JUDE" > einfo "" > einfo "Just type \"jude\" as normal user from command line!" > einfo "You can also create a shortcut on your desktop..." > echo "" >}
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 96185
:
61283
|
120706
| 138893