summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2013-03-28 20:14:57 +0000
committerPatrick McLean <chutzpah@gentoo.org>2013-03-28 20:14:57 +0000
commit5f94359b6f8c649b3bc068e1a3783b26d130b806 (patch)
tree8cb3f9f1fb5411b6602baa66e11e5ebbf828bd7d /net-misc
parentrestored ~ia64 keyword (diff)
downloadgentoo-2-5f94359b6f8c649b3bc068e1a3783b26d130b806.tar.gz
gentoo-2-5f94359b6f8c649b3bc068e1a3783b26d130b806.tar.bz2
gentoo-2-5f94359b6f8c649b3bc068e1a3783b26d130b806.zip
HOMEPAGE update (bug #463634). Clean out old versions.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/lldpd/ChangeLog6
-rw-r--r--net-misc/lldpd/lldpd-0.5.6.ebuild49
-rw-r--r--net-misc/lldpd/lldpd-0.5.7.ebuild56
-rw-r--r--net-misc/lldpd/lldpd-0.7.1.ebuild4
4 files changed, 7 insertions, 108 deletions
diff --git a/net-misc/lldpd/ChangeLog b/net-misc/lldpd/ChangeLog
index 9d9399ae8807..04b19bf84fbf 100644
--- a/net-misc/lldpd/ChangeLog
+++ b/net-misc/lldpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/lldpd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/ChangeLog,v 1.8 2013/03/14 13:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/ChangeLog,v 1.9 2013/03/28 20:14:56 chutzpah Exp $
+
+ 28 Mar 2013; Patrick McLean <chutzpah@gentoo.org> -lldpd-0.5.6.ebuild,
+ -lldpd-0.5.7.ebuild, lldpd-0.7.1.ebuild:
+ HOMEPAGE update (bug #463634). Clean out old versions.
14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> lldpd-0.7.1.ebuild:
Stable for x86, wrt bug #461672
diff --git a/net-misc/lldpd/lldpd-0.5.6.ebuild b/net-misc/lldpd/lldpd-0.5.6.ebuild
deleted file mode 100644
index 2b26e4868fb1..000000000000
--- a/net-misc/lldpd/lldpd-0.5.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.5.6.ebuild,v 1.3 2012/10/08 00:59:54 flameeyes Exp $
-
-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="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_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}
-}
diff --git a/net-misc/lldpd/lldpd-0.5.7.ebuild b/net-misc/lldpd/lldpd-0.5.7.ebuild
deleted file mode 100644
index c13f1bfaca3b..000000000000
--- a/net-misc/lldpd/lldpd-0.5.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.5.7.ebuild,v 1.1 2012/10/16 01:34:20 chutzpah Exp $
-
-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}
-}
diff --git a/net-misc/lldpd/lldpd-0.7.1.ebuild b/net-misc/lldpd/lldpd-0.7.1.ebuild
index 5093f1f92876..59d12feb285d 100644
--- a/net-misc/lldpd/lldpd-0.7.1.ebuild
+++ b/net-misc/lldpd/lldpd-0.7.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2013 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.4 2013/03/14 13:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/lldpd-0.7.1.ebuild,v 1.5 2013/03/28 20:14:56 chutzpah Exp $
EAPI=5
inherit eutils user
DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="http://github.com/vincentbernat/lldpd/wiki"
+HOMEPAGE="http://vincentbernat.github.com/lldpd/"
SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz"
LICENSE="ISC"