Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 335594 Details for
Bug 452024
net-misc/lldpd-0.7.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lldpd-0.7.1.ebuild
lldpd-0.7.1.ebuild (text/plain), 1.29 KB, created by
F.Longardt
on 2013-01-14 12:29:15 UTC
(
hide
)
Description:
lldpd-0.7.1.ebuild
Filename:
MIME Type:
Creator:
F.Longardt
Created:
2013-01-14 12:29:15 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/lldpd-0.7.1.ebuild,v 1.1 2013/01/14 01:34:20 chutzpah Exp $ >#Ebuild updated by: Felix Longardt <felix.longardt@gmail.com> > >EAPI=4 > >inherit eutils user > >DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)" >HOMEPAGE="http://github.com/vincentbernat/lldpd/wiki" >SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz" > >LICENSE="ISC" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="cdp +dot1 +dot3 edp fdp +lldpmed sonmp snmp xml" > >DEPEND="snmp? ( net-analyzer/net-snmp[extensible(+)] ) > xml? ( dev-libs/libxml2 )" >RDEPEND="${DEPEND}" > >pkg_setup() { > ebegin "Creating lldpd user and group" > enewgroup ${PN} > enewuser ${PN} -1 -1 -1 ${PN} > eend $? >} > >src_prepare() { > epatch_user >} > >src_configure() { > econf \ > --with-privsep-user=${PN} \ > --with-privsep-group=${PN} \ > --with-privsep-chroot=/var/lib/${PN} \ > $(use_enable cdp) \ > $(use_enable dot1) \ > $(use_enable dot3) \ > $(use_enable edp) \ > $(use_enable fdp) \ > $(use_enable lldpmed) \ > $(use_enable sonmp) \ > $(use_with snmp) \ > $(use_with xml) >} > >src_install() { > emake DESTDIR="${D}" install > > newinitd "${FILESDIR}"/${PN}-initd-1 ${PN} > newconfd "${FILESDIR}"/${PN}-confd-1 ${PN} > > keepdir /var/lib/${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 452024
:
335594