* [gentoo-commits] repo/gentoo:master commit in: net-misc/cbqinit/
@ 2016-05-04 0:10 Austin English
0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-05-04 0:10 UTC (permalink / raw
To: gentoo-commits
commit: bd91ac390b26369387b2484ecd3cea73e6fef43e
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 23:16:28 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=bd91ac39
net-misc/cbqinit: remove old version
Package-Manager: portage-2.2.26
net-misc/cbqinit/cbqinit-0.7.3-r1.ebuild | 36 --------------------------------
1 file changed, 36 deletions(-)
diff --git a/net-misc/cbqinit/cbqinit-0.7.3-r1.ebuild b/net-misc/cbqinit/cbqinit-0.7.3-r1.ebuild
deleted file mode 100644
index a76d03a..0000000
--- a/net-misc/cbqinit/cbqinit-0.7.3-r1.ebuild
+++ /dev/null
@@ -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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cbqinit/
@ 2017-06-06 12:09 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2017-06-06 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 6509857e59192c07f352f0b219dd8c72ecacb699
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 6 12:08:34 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 12:08:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6509857e
net-misc/cbqinit: Use correct path for ip (#584976)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
net-misc/cbqinit/{cbqinit-0.7.3-r2.ebuild => cbqinit-0.7.3-r3.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-misc/cbqinit/cbqinit-0.7.3-r2.ebuild b/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
similarity index 89%
rename from net-misc/cbqinit/cbqinit-0.7.3-r2.ebuild
rename to net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
index 56527c022a0..6ab3386730f 100644
--- a/net-misc/cbqinit/cbqinit-0.7.3-r2.ebuild
+++ b/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,7 @@ src_unpack() {
src_prepare() {
eapply -p0 "${FILESDIR}"/${P}-gentoo.patch
+ sed -i -e 's:/sbin/ip:/bin/ip:' cbqinit || die
default
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cbqinit/
@ 2018-05-20 23:26 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2018-05-20 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 8f6b48f97a597c3631bba79f8e1567bd82f08654
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 20 12:05:46 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 23:25:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6b48f9
net-misc/cbqinit: use HTTPS
net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild b/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
index 6ab3386730f..ba9f0655c74 100644
--- a/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
+++ b/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Sets up class-based queue traffic control (QoS) with iproute2"
-HOMEPAGE="http://www.sourceforge.net/projects/cbqinit"
+HOMEPAGE="https://www.sourceforge.net/projects/cbqinit/"
SRC_URI="mirror://sourceforge/cbqinit/cbq.init-v${PV} -> ${P}"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cbqinit/
@ 2023-11-22 10:55 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2023-11-22 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 1f654296e2b87f85763e5d07891b4abc86d5d7f8
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Nov 1 18:54:11 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 10:55:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f654296
net-misc/cbqinit: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild b/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
index bfde1b35807a..3e16a2565334 100644
--- a/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
+++ b/net-misc/cbqinit/cbqinit-0.7.3-r3.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Sets up class-based queue traffic control (QoS) with iproute2"
-HOMEPAGE="https://www.sourceforge.net/projects/cbqinit/"
+HOMEPAGE="https://sourceforge.net/projects/cbqinit/"
SRC_URI="mirror://sourceforge/cbqinit/cbq.init-v${PV} -> ${P}"
+S="${WORKDIR}"
-LICENSE="GPL-2"
+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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-22 10:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 10:55 [gentoo-commits] repo/gentoo:master commit in: net-misc/cbqinit/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2018-05-20 23:26 Aaron Bauman
2017-06-06 12:09 Pacho Ramos
2016-05-04 0:10 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox