Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285395 Details for
Bug 370315
dev-tcltk/tcl-snmptools-1.0 - A Tcl package that provides SNMP tools for managing remote Agents
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tcl-snmptools-1.0-r1.ebuild
tcl-snmptools-1.0-r1.ebuild (text/plain), 656 bytes, created by
Alexandr Tiurin
on 2011-09-03 04:17:28 UTC
(
hide
)
Description:
tcl-snmptools-1.0-r1.ebuild
Filename:
MIME Type:
Creator:
Alexandr Tiurin
Created:
2011-09-03 04:17:28 UTC
Size:
656 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># 2468 >EAPI=4 >inherit eutils > >DESCRIPTION="A Tcl package that provides SNMP tools for managing remote Agents" >HOMEPAGE="http://sourceforge.net/projects/tcl-snmptools/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="threads" > >DEPEND="" >RDEPEND="${DEPEND} dev-lang/tcl" > >src_prepare() { > epatch "${FILESDIR}/preserve-redirections.patch" >} > >src_configure() { > if [[ ${ACRH} -eq "x86_64" ]] ; then > econf $(use_enable threads) --enable-64bit > else > econf $(use_enable threads) > fi >}
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 370315
:
276039
| 285395 |
285397