Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193662 Details for
Bug 257873
app-emulation/packettracer: Cisco's Packet Tracer ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-emulation/packettracer-51.ebuild
packettracer-51.ebuild (text/plain), 1.89 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2009-06-05 21:37:41 UTC
(
hide
)
Description:
app-emulation/packettracer-51.ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2009-06-05 21:37:41 UTC
Size:
1.89 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils > >DESCRIPTION="Cisco's Packet Tracer" >HOMEPAGE="https://www.cisco.com/web/learning/netacad/course_catalog/PacketTracer.html" >SRC_URI="http://cisco.netacad.net/cnams/resourcewindow/noncurr/downloadTools/app_files/PacketTracer51_generic.tar.gz" > ># For fetch this file,you have cisco account (you is CC** :) or cisco / ># web-learning student and instructor ,or you sale cisco hardware, etc.. ) . ># FIX ME bad inglish >MY_PN="PacketTracer" >MY_PV="51" >MY_NAME=${MY_PN}${MY_PV} > >S=${WORKDIR}/${MY_NAME} > > >RESTRICT="fetch strip mirror test " >PROPERTIES="interactive" > > >LICENSE="ASIS " >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="app-arch/gzip" >RDEPEND="x11-libs/qt:4 > x11-libs/qt-xmlpatterns > media-libs/freetype:2 > x11-libs/qt-core:4 > app-arch/unzip > app-arch/zip" > >pkg_nofetch () { > > >ewarn "For fetch this file,you have cisco account" >ewarn "you is CC** :) or cisco web-learning student or instructor" >ewarn "or you sale cisco hardware, etc.. " >einfo "Also" >einfo "For download this file , point you browser in http://cisco.netacad.net/" >einfo " and login this site, go to PacketTracer image" >einfo "and download " >einfo "Packet Tracer v5.1 Application + Tutorial Generic links" >einfo "(tar.gz) file" >} > >src_install () { ># I`m use copy paste from chromium-bin-9999.ebuild ># Thanks , voyageur > >declare PKT_HOME="/opt/pkt/" > >dodir ${PKT_HOME} > >cp -R "${S}/" "${D}"${PKT_HOME} || die "Install failed!" > >cd "${D}"${PKT_HOME}/${MY_NAME} >rm install tpl.packettracer || die "Remove failed !" > ># Create packettracer wrapper >make_wrapper packettracer ./bin/PacketTracer5 ${PKT_HOME}${MY_NAME} ${PKT_HOME}${MY_NAME}/lib > > > >newicon ${D}/${PKT_HOME}${MY_NAME}/art/pkt.png ${PN}.png > > >make_desktop_entry packettracer "PacketTracer" ${PN}.png "Network;Emulator" > > > > > > > > > > > > > > > > > > > > > > > > > > > > >}
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 257873
: 193662 |
193663
|
261687
|
275213
|
277161
|
309799
|
522648
|
522656
|
522658
|
522660
|
522662
|
522674
|
522676
|
524658
|
691479