Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 819567

Summary: net-misc/lldpd has incorrect project homepage URL
Product: Gentoo Linux Reporter: Reuben Farrelly <reuben-gentoo-bugzilla>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Reuben Farrelly 2021-10-23 08:27:42 UTC
The LLDP ebuilds currently have:

DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
HOMEPAGE="https://vincentbernat.github.com/lldpd/"
SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz"

But the HOMEPAGE value is incorrect, leading to a link that gives a 404 Page Not Found error.

The correct value should be:

HOMEPAGE="https://lldpd.github.io/"
Comment 1 Larry the Git Cow gentoo-dev 2021-10-23 20:25:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ce60b837bfee086b2ab97c293e809fba12959b

commit 89ce60b837bfee086b2ab97c293e809fba12959b
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-10-23 20:24:04 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-10-23 20:24:32 +0000

    net-misc/lldpd: update homepage
    
    Closes: https://bugs.gentoo.org/819567
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-misc/lldpd/lldpd-1.0.10-r1.ebuild | 2 +-
 net-misc/lldpd/lldpd-1.0.11-r1.ebuild | 2 +-
 net-misc/lldpd/lldpd-1.0.12.ebuild    | 2 +-
 net-misc/lldpd/lldpd-1.0.7-r1.ebuild  | 2 +-
 net-misc/lldpd/lldpd-1.0.9-r1.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)