public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/htbinit/
Date: Wed,  4 May 2016 00:10:32 +0000 (UTC)	[thread overview]
Message-ID: <1462320517.f712af9a14a8970e58d21b225bf261d5569c9455.wizardedit@gentoo> (raw)

commit:     f712af9a14a8970e58d21b225bf261d5569c9455
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 23:34:58 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:08:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f712af9a

net-misc/htbinit: remove old version

Package-Manager: portage-2.2.26

 net-misc/htbinit/htbinit-0.8.5-r6.ebuild | 61 --------------------------------
 1 file changed, 61 deletions(-)

diff --git a/net-misc/htbinit/htbinit-0.8.5-r6.ebuild b/net-misc/htbinit/htbinit-0.8.5-r6.ebuild
deleted file mode 100644
index 134522d..0000000
--- a/net-misc/htbinit/htbinit-0.8.5-r6.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils linux-info
-
-DESCRIPTION="Sets up Hierachical Token Bucket based traffic control (QoS) with iproute2"
-HOMEPAGE="http://www.sourceforge.net/projects/htbinit"
-SRC_URI="mirror://sourceforge/htbinit/htb.init-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="ipv6 esfq"
-
-DEPEND="sys-apps/iproute2"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-pkg_setup() {
-	for i in NET_SCH_HTB NET_SCH_SFQ NET_CLS_FW NET_CLS_U32 NET_CLS_ROUTE4 ; do
-		CONFIG_CHECK="${CONFIG_CHECK} ~${i}"
-	done
-	use esfq && CONFIG_CHECK="${CONFIG_CHECK} ~NET_SCH_ESFQ"
-	linux-info_pkg_setup
-}
-
-src_unpack() {
-	cp "${DISTDIR}"/htb.init-v${PV} "${S}"/htb.init || die
-}
-
-src_prepare() {
-	sed -i 's|/etc/sysconfig/htb|/etc/htb|g' "${S}"/htb.init
-	epatch "${FILESDIR}"/htb.init-v0.8.5_tos.patch
-	use ipv6 && epatch "${FILESDIR}"/htb_0.8.5_ipv6.diff
-	use esfq && epatch "${FILESDIR}"/htb_0.8.5_esfq.diff
-	epatch "${FILESDIR}"/prio_rule.patch
-	epatch "${FILESDIR}"/timecheck_fix.patch
-	epatch "${FILESDIR}"/htb.init_find_fix.patch
-	sed -i -e 's:/sbin/ip:/bin/ip:g' "${S}"/htb.init # bug #474700
-}
-
-src_compile() {
-	:
-}
-
-src_install() {
-	dosbin htb.init
-	newinitd "${FILESDIR}"/htbinit.rc htbinit
-	keepdir /etc/htb
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		elog 'Run "rc-update add htbinit default" to run htb.init at startup.'
-		elog 'Please, read carefully the htb.init documentation.'
-		elog 'New directory to store configuration is /etc/htb.'
-	fi
-}


             reply	other threads:[~2016-05-04  0:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-04  0:10 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-20 23:26 [gentoo-commits] repo/gentoo:master commit in: net-misc/htbinit/ Aaron Bauman
2023-11-22 18:58 Ulrich Müller
2023-11-22 18:58 Ulrich Müller
2024-11-23 18:27 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462320517.f712af9a14a8970e58d21b225bf261d5569c9455.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox