Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61283 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]
dev-util/jude-community/jude-community-1.5.2.ebuild
jude-community-1.5.2.ebuild (text/plain), 1.86 KB, created by
Christian Schwinn
on 2005-06-15 08:10:52 UTC
(
hide
)
Description:
dev-util/jude-community/jude-community-1.5.2.ebuild
Filename:
MIME Type:
Creator:
Christian Schwinn
Created:
2005-06-15 08:10:52 UTC
Size:
1.86 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >At="jude-community-1_5_2.zip" >S="${WORKDIR}/jude_community" >SRC_URI="jude-community-1_5_2.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_unpack() { > unpack ${At} || die "Failed Unpacking" >} > >src_install() { > dodir /opt/${PN} > > cp -dp $S/* ${D}/opt/${PN} > rm ${D}/opt/${PN}/jude.bat > > dodoc *.txt > dodoc *.html > > dodir /opt/bin > cd ${D}/opt/bin > > 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 > > chmod 755 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