Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 390448 Details for
Bug 527550
=app-emulation/dynamips-0.2.14 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dynamips-0.2.14 ebuild
dynamips-0.2.14.ebuild (text/plain), 892 bytes, created by
Aaron Bauman (RETIRED)
on 2014-11-28 06:06:41 UTC
(
hide
)
Description:
dynamips-0.2.14 ebuild
Filename:
MIME Type:
Creator:
Aaron Bauman (RETIRED)
Created:
2014-11-28 06:06:41 UTC
Size:
892 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 > >inherit cmake-utils eutils > >DESCRIPTION="Cisco 7200/3600 Simulator" >HOMEPAGE="http://www.gns3.net/dynamips/" >SRC_URI="mirror://sourceforge/project/gns-3/Dynamips/${PV}/${P}-source.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >DEPEND="app-arch/unzip > dev-libs/elfutils > net-libs/libpcap" >RDEPEND="${DEPEND}" > >#Stop Portage from installing docs as build system does >DOCS=( ChangeLog README RELEASE-NOTES ) > >S="${WORKDIR}" > >src_prepare() { > # patch CMakeLists to remove install_docs and use Portage instead > epatch "${FILESDIR}"/${P}-docs.patch > # comment out DYNAMIPS_FLAGS to respect use set CFLAGS > sed -e "s:^set ( DYNAMIPS_FLAGS:#&:" -i cmake/dependencies.cmake || die >} > >src_configure() { > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install >}
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 527550
:
387840
|
387854
|
390446
| 390448 |
390450