mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/cbqinit: remove old version
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Sets up class-based queue traffic control (QoS) with iproute2"
|
||||
HOMEPAGE="http://www.sourceforge.net/projects/cbqinit"
|
||||
SRC_URI="mirror://sourceforge/cbqinit/cbq.init-v${PV} -> ${P}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm hppa ~mips ppc sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="sys-apps/iproute2"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
cp "${DISTDIR}"/${P} "${S}"/cbqinit || die
|
||||
grep '^#' cbqinit > README
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-gentoo.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin cbqinit
|
||||
newinitd "${FILESDIR}"/rc_cbqinit-r1 cbqinit
|
||||
dodoc "${FILESDIR}"/cbq-1280.My_first_shaper.sample README
|
||||
}
|
||||
Reference in New Issue
Block a user