Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131833 Details for
Bug 155873
yEd - java based graph editor
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
yed-2.4.2.2.ebuild
yed-2.4.2.2.ebuild (text/plain), 2.05 KB, created by
Jiri Tyr
on 2007-09-25 09:58:04 UTC
(
hide
)
Description:
yed-2.4.2.2.ebuild
Filename:
MIME Type:
Creator:
Jiri Tyr
Created:
2007-09-25 09:58:04 UTC
Size:
2.05 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="yEd is a very powerful graph editor that is written entirely in the Java programming language." >SRC_URI="yed.sh" >HOMEPAGE="http://www.yworks.com/en/products_yed_about.htm" >LICENSE="yEd Software License Agreement" >SLOT="0" >KEYWORDS="~x86" >DEPEND=">=virtual/jre-1.4" >IUSE="examples" >RESTRICT="fetch" > >S=${WORKDIR} >INSTDIR="/opt/${P}" > >pkg_nofetch() { > einfo > einfo " Due to license restrictions, we cannot fetch the" > einfo " distributables automatically." > einfo > einfo " 1. Visit http://www.yworks.com/en/products_yed_about.htm#download" > einfo " 2. Download ${A}" > einfo " 3. Move the file to ${DISTDIR}" > einfo >} > >src_unpack() { > tail -n +382 ${DISTDIR}/${A} > ${T}/sfx_archive.tar.gz > mkdir ${T}/content > tar -xf ${T}/sfx_archive.tar.gz -C ${T}/content > unzip ${T}/content/content.zip -d ${WORKDIR} 1>/dev/null >} > >src_install() { > dodir ${INSTDIR} > > cp ${S}/license.html ${D}${INSTDIR} > cp ${S}/${PN}.jar ${D}${INSTDIR} > cp ${S}/.install4j\\${PN}.png ${D}${INSTDIR}/${PN}.png > > echo "#!/bin/sh" > ${D}${INSTDIR}/${PN} > echo "" >> ${D}${INSTDIR}/${PN} > echo "java -jar ${INSTDIR}/${PN}.jar" >> ${D}${INSTDIR}/${PN} > > chmod 644 ${D}${INSTDIR}/* > chmod +x ${D}${INSTDIR}/${PN} > > if use examples ; then > dodir ${INSTDIR}/graphs > cp ${S}/graphs\\autobahn.ygf ${D}${INSTDIR}/graphs/autobahn.ygf > cp ${S}/graphs\\computers.ygf ${D}${INSTDIR}/graphs/computers.ygf > cp ${S}/graphs\\er_diagram.ygf ${D}${INSTDIR}/graphs/er_diagram.ygf > cp ${S}/graphs\\netgroup.ygf ${D}${INSTDIR}/graphs/netgroup.ygf > cp ${S}/graphs\\netgroup_folded.ygf ${D}${INSTDIR}/graphs/netgroup_folded.ygf > cp ${S}/graphs\\netgroup_labelled.ygf ${D}${INSTDIR}/graphs/netgroup_labelled.ygf > cp ${S}/graphs\\problem_solving.gml ${D}${INSTDIR}/graphs/problem_solving.gml > cp ${S}/graphs\\visual_features.ygf ${D}${INSTDIR}/graphs/visual_features.ygf > chmod 644 ${S}/graphs/* > fi > > make_desktop_entry ${PN} "yEd" ${INSTDIR}/${PN}.png "Graphics" > > dosym ${D}${INSTDIR}/${PN} /usr/bin/${PN} >}
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 155873
:
131764
|
131796
|
131833
|
131835
|
141226
|
160927
|
177724
|
245647
|
266993
|
282235
|
310239
|
364916
|
369482
|
369484
|
400962
|
418560
|
450224