Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 522648 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]
Packet Tracer 7.1.1
packettracer-7.1.1.ebuild (text/plain), 2.04 KB, created by
Michael Short
on 2018-03-07 12:05:02 UTC
(
hide
)
Description:
Packet Tracer 7.1.1
Filename:
MIME Type:
Creator:
Michael Short
Created:
2018-03-07 12:05:02 UTC
Size:
2.04 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="6" > >inherit eutils desktop > >DESCRIPTION="Cisco Packet Tracer" >HOMEPAGE="https://www.netacad.com" >SRC_URI="amd64? ( ${P}x64.tar ) > x86? ( ${P}x32.tar )" > >RESTRICT="fetch mirror strip" >LICENSE="Cisco_EULA" >SLOT="0" >KEYWORDS="~amd64 ~x86" >DEPEND="<media-libs/libpng-1.3 > >dev-qt/qtwebkit-5.0.0[multimedia]" > >RDEPEND="${DEPEND}" > ># RDEPEND=" ># doc? ( www-plugins/adobe-flash ) ># amd64? ( ># >=app-emulation/emul-linux-x86-qtlibs-20140406 ># ) ># !<app-emulation/packettracer-600 ># " > >src_unpack() { > mkdir -p "${S}" > cd "${S}" > tar --delay-directory-restore -xf "${DISTDIR}/${A}" >} > ># pkg_setup () { ># # This is a binary x86 package => ABI=x86 ># has_multilib_profile && ABI="x86" ># } > >pkg_nofetch () { > ewarn "Packet Tracer @ Cisco Networking Academy (www.netacad.net)" > ewarn "Get it for free by enrolling in PT traning course and" > einfo "reviewing course materials." > einfo "" > einfo "Download \"Packet Tracer 7.1.1 for Linux 32/64 bit.tar\" and" > einfo "rename it to \"${P}x32/x64.tar\" in DISTDIR." >} > >src_install () { > local PKT_HOME="opt/pt" > mkdir "${D}opt" > # Setup launcher > sed "s|III|/${PKT_HOME}\nPT7HOME=/${PKT_HOME}|" tpl.packettracer > ${S}/packettracer > sed "s|III|/${PKT_HOME}\nPT7HOME=/${PKT_HOME}|" tpl.linguist > ${S}/linguist > chmod +x ${S}/packettracer > chmod +x ${S}/linguist > # Go icons! > doicon "${S}/art/"{pka,pkt,pkz}.png > newicon "${S}/art/app.png" "pktapp.png" > make_desktop_entry "/opt/pt/packettracer" "Cisco PacketTracer ${PV}" "pktapp" "Education;Emulator;System" > make_desktop_entry "/opt/pt/linguist" "Cisco Linguist ${PV}" "pktapp" "Education;Emulator;System" > insinto /usr/share/mime/applications > doins bin/*.xml > # Remove Bad Static Libs > rm ${S}/lib/* > # Cleanup Garbage > rm ${S}/tpl.* ${S}/set_* ${S}/install "${S}/bin/"*.xml > mv "${S}" "$D${PKT_HOME}" >} > >pkg_postinst(){ > > einfo "There is a bug in this version where Packet Tracer won't show" > einfo "selectable files in the browse dialogue but it still works." >}
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