* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2024-08-05 7:18 Joonas Niilola
0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2024-08-05 7:18 UTC (permalink / raw
To: gentoo-commits
commit: e4a5221d8fcd918556bf2638b91e10498af0a883
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 11:32:43 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 07:05:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a5221d
sys-process/usbtop: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37804
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-process/usbtop/usbtop-1.0_p20220419.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/sys-process/usbtop/usbtop-1.0_p20220419.ebuild b/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
index 609eff05f6dc..3aa16962b0dc 100644
--- a/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
+++ b/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,19 +10,17 @@ HOMEPAGE="https://github.com/aguinet/usbtop"
#SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
COMMIT="b9a26bd22b91b84bd72906c6501e61df7b13f3d6"
SRC_URI="https://github.com/aguinet/usbtop/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+#S="${WORKDIR}/${PN}-release-${PV}"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
-IUSE=""
RDEPEND="net-libs/libpcap[usb]"
DEPEND="${RDEPEND}
dev-libs/boost:="
-#S="${WORKDIR}/${PN}-release-${PV}"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
pkg_setup() {
linux-info_pkg_setup
if linux_config_exists; then
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2023-08-24 2:24 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2023-08-24 2:24 UTC (permalink / raw
To: gentoo-commits
commit: ee3b6e9cc2c16bcf9f6ace6b5fa99449154681ec
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 02:24:30 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 02:24:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b6e9c
sys-process/usbtop: drop 1.0
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-process/usbtop/Manifest | 1 -
sys-process/usbtop/usbtop-1.0.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
index 9ae70b304008..c1f538c8d560 100644
--- a/sys-process/usbtop/Manifest
+++ b/sys-process/usbtop/Manifest
@@ -1,2 +1 @@
-DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
DIST usbtop-1.0_p20220419.tar.gz 627690 BLAKE2B 6ba2e5895674383ae4e83abd6907c53e33515bca2cbb1d67063ba1a7429446a67a6b94b3008e830ffee1d620669789e7ececfb5961b2946aac1353599c927e3e SHA512 94a890b94b37b0c7e818be7e7ada4b51e19d51bf7ca7e4b66632532698a04ff1bb05c51c5cb27740b036a98d193024f15249feed4f4044029b737d0609fbb011
diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
deleted file mode 100644
index 7b0e14747291..000000000000
--- a/sys-process/usbtop/usbtop-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake linux-info
-
-DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
-HOMEPAGE="https://github.com/aguinet/usbtop"
-SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="net-libs/libpcap:=[usb]
- dev-libs/boost:="
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-pkg_setup() {
- linux-info_pkg_setup
- if linux_config_exists; then
- CONFIG_CHECK="~USB_MON"
- check_extra_config
- fi
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2023-08-24 2:24 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2023-08-24 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 2be3a76db7c5e93c5c44bba96ea27b9717b486bc
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 02:23:53 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 02:23:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be3a76d
sys-process/usbtop: stabilize 1.0_p20220419 for amd64, x86
Closes: https://bugs.gentoo.org/911250
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-process/usbtop/usbtop-1.0_p20220419.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/usbtop/usbtop-1.0_p20220419.ebuild b/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
index 9446d6cf7767..609eff05f6dc 100644
--- a/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
+++ b/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/aguinet/usbtop/archive/${COMMIT}.tar.gz -> ${P}.tar.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE=""
RDEPEND="net-libs/libpcap[usb]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2023-08-24 2:24 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2023-08-24 2:24 UTC (permalink / raw
To: gentoo-commits
commit: cf21ccc131ba8e1d69c49071aa2b34b6f3550ae2
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 02:22:57 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 02:22:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf21ccc1
sys-process/usbtop: add 1.0_p20220419
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-process/usbtop/Manifest | 1 +
sys-process/usbtop/usbtop-1.0_p20220419.ebuild | 32 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
index 3c2cb4f113e8..9ae70b304008 100644
--- a/sys-process/usbtop/Manifest
+++ b/sys-process/usbtop/Manifest
@@ -1 +1,2 @@
DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
+DIST usbtop-1.0_p20220419.tar.gz 627690 BLAKE2B 6ba2e5895674383ae4e83abd6907c53e33515bca2cbb1d67063ba1a7429446a67a6b94b3008e830ffee1d620669789e7ececfb5961b2946aac1353599c927e3e SHA512 94a890b94b37b0c7e818be7e7ada4b51e19d51bf7ca7e4b66632532698a04ff1bb05c51c5cb27740b036a98d193024f15249feed4f4044029b737d0609fbb011
diff --git a/sys-process/usbtop/usbtop-1.0_p20220419.ebuild b/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
new file mode 100644
index 000000000000..9446d6cf7767
--- /dev/null
+++ b/sys-process/usbtop/usbtop-1.0_p20220419.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake linux-info
+
+DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
+HOMEPAGE="https://github.com/aguinet/usbtop"
+#SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+COMMIT="b9a26bd22b91b84bd72906c6501e61df7b13f3d6"
+SRC_URI="https://github.com/aguinet/usbtop/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="net-libs/libpcap[usb]"
+DEPEND="${RDEPEND}
+ dev-libs/boost:="
+
+#S="${WORKDIR}/${PN}-release-${PV}"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+pkg_setup() {
+ linux-info_pkg_setup
+ if linux_config_exists; then
+ CONFIG_CHECK="~USB_MON"
+ check_extra_config
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2023-08-19 13:24 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2023-08-19 13:24 UTC (permalink / raw
To: gentoo-commits
commit: 719bd76ea4ae40a3ffd7117af461ae74cad80f02
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:21:22 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:21:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719bd76e
sys-process/usbtop: add github upstream metadata
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-process/usbtop/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys-process/usbtop/metadata.xml b/sys-process/usbtop/metadata.xml
index 97eff4632a18..39dd2a272994 100644
--- a/sys-process/usbtop/metadata.xml
+++ b/sys-process/usbtop/metadata.xml
@@ -5,4 +5,7 @@
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">aguinet/usbtop</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2021-10-16 14:57 Yixun Lan
0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2021-10-16 14:57 UTC (permalink / raw
To: gentoo-commits
commit: cda32872c768b2d9f962acc1c081c34561ba4c02
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 16:44:09 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:53:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda32872
sys-process/usbtop: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sys-process/usbtop/usbtop-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
index 2a1c6be84ff..7b0e1474729 100644
--- a/sys-process/usbtop/usbtop-1.0.ebuild
+++ b/sys-process/usbtop/usbtop-1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
IUSE=""
DEPEND="net-libs/libpcap:=[usb]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2021-03-30 20:47 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2021-03-30 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 1ca1da9596beada3bc30b2a16fe6acdfa0916c08
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 20:30:05 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 20:47:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca1da95
sys-process/usbtop: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-process/usbtop/Manifest | 1 -
sys-process/usbtop/usbtop-0.2.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
index ddaf1a0ad29..3c2cb4f113e 100644
--- a/sys-process/usbtop/Manifest
+++ b/sys-process/usbtop/Manifest
@@ -1,2 +1 @@
-DIST usbtop-0.2.tar.gz 10828 BLAKE2B d595fda23adee6778060c25176d1951250bb45cc25ea8040661222736c63aa356605ec8ca52b71e7142cf0f8e7807a77a54fffbc54165178f44af63dfb5ba712 SHA512 43a4512abcff6107ac7a56d65ee19c2b17f4aeb9d38e42e630d724c6744c7d23c85d2c66325c0e6b50404431312754646f1290202fa51f3dee1f94a9d211ba25
DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
diff --git a/sys-process/usbtop/usbtop-0.2.ebuild b/sys-process/usbtop/usbtop-0.2.ebuild
deleted file mode 100644
index 2661c02577d..00000000000
--- a/sys-process/usbtop/usbtop-0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils linux-info
-
-DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
-HOMEPAGE="https://github.com/aguinet/usbtop"
-SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="net-libs/libpcap:=[usb]
- dev-libs/boost:=[threads]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-pkg_setup() {
- linux-info_pkg_setup
- if linux_config_exists; then
- CONFIG_CHECK="~USB_MON"
- check_extra_config
- fi
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2021-03-30 20:47 Rick Farina
0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2021-03-30 20:47 UTC (permalink / raw
To: gentoo-commits
commit: af70567a640290d480883db029e495c1f153650b
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 20:31:28 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 20:47:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af70567a
sys-process/usbtop: migrate from cmake-utils
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-process/usbtop/usbtop-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
index 7b8e3d1fcb9..2a1c6be84ff 100644
--- a/sys-process/usbtop/usbtop-1.0.ebuild
+++ b/sys-process/usbtop/usbtop-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils linux-info
+inherit cmake linux-info
DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
HOMEPAGE="https://github.com/aguinet/usbtop"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2019-09-10 9:12 Lars Wendler
0 siblings, 0 replies; 11+ messages in thread
From: Lars Wendler @ 2019-09-10 9:12 UTC (permalink / raw
To: gentoo-commits
commit: 9aa84c73e81846cc06841055412b300ee889cdc9
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 09:11:56 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 09:12:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa84c73
sys-process/usbtop: Bump to version 1.0
Closes: https://bugs.gentoo.org/687128
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-process/usbtop/Manifest | 1 +
sys-process/usbtop/usbtop-1.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
index 0eac4db7eb2..ddaf1a0ad29 100644
--- a/sys-process/usbtop/Manifest
+++ b/sys-process/usbtop/Manifest
@@ -1 +1,2 @@
DIST usbtop-0.2.tar.gz 10828 BLAKE2B d595fda23adee6778060c25176d1951250bb45cc25ea8040661222736c63aa356605ec8ca52b71e7142cf0f8e7807a77a54fffbc54165178f44af63dfb5ba712 SHA512 43a4512abcff6107ac7a56d65ee19c2b17f4aeb9d38e42e630d724c6744c7d23c85d2c66325c0e6b50404431312754646f1290202fa51f3dee1f94a9d211ba25
+DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
new file mode 100644
index 00000000000..7b8e3d1fcb9
--- /dev/null
+++ b/sys-process/usbtop/usbtop-1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils linux-info
+
+DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
+HOMEPAGE="https://github.com/aguinet/usbtop"
+SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libpcap:=[usb]
+ dev-libs/boost:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+pkg_setup() {
+ linux-info_pkg_setup
+ if linux_config_exists; then
+ CONFIG_CHECK="~USB_MON"
+ check_extra_config
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2018-08-25 20:20 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2018-08-25 20:20 UTC (permalink / raw
To: gentoo-commits
commit: 84fef169852f76444ede88bb611a14b923532521
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 19:29:29 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 19:29:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fef169
sys-process/usbtop: [QA] Fix PkgMetadataXmlEmptyElement
sys-process/usbtop/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys-process/usbtop/metadata.xml b/sys-process/usbtop/metadata.xml
index f513208bf39..2b9b4266ca5 100644
--- a/sys-process/usbtop/metadata.xml
+++ b/sys-process/usbtop/metadata.xml
@@ -5,6 +5,4 @@
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
- <longdescription lang="en">
- </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
@ 2018-08-24 3:55 Richard Farina
0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2018-08-24 3:55 UTC (permalink / raw
To: gentoo-commits
commit: 5092d2c6d710c654fc271dd434e260f034597d50
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 03:55:14 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 03:55:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5092d2c6
sys-process/usbtop: initial commit
Package-Manager: Portage-2.3.48, Repoman-2.3.10
sys-process/usbtop/Manifest | 1 +
sys-process/usbtop/metadata.xml | 10 ++++++++++
sys-process/usbtop/usbtop-0.2.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
new file mode 100644
index 00000000000..0eac4db7eb2
--- /dev/null
+++ b/sys-process/usbtop/Manifest
@@ -0,0 +1 @@
+DIST usbtop-0.2.tar.gz 10828 BLAKE2B d595fda23adee6778060c25176d1951250bb45cc25ea8040661222736c63aa356605ec8ca52b71e7142cf0f8e7807a77a54fffbc54165178f44af63dfb5ba712 SHA512 43a4512abcff6107ac7a56d65ee19c2b17f4aeb9d38e42e630d724c6744c7d23c85d2c66325c0e6b50404431312754646f1290202fa51f3dee1f94a9d211ba25
diff --git a/sys-process/usbtop/metadata.xml b/sys-process/usbtop/metadata.xml
new file mode 100644
index 00000000000..f513208bf39
--- /dev/null
+++ b/sys-process/usbtop/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
diff --git a/sys-process/usbtop/usbtop-0.2.ebuild b/sys-process/usbtop/usbtop-0.2.ebuild
new file mode 100644
index 00000000000..2661c02577d
--- /dev/null
+++ b/sys-process/usbtop/usbtop-0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils linux-info
+
+DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
+HOMEPAGE="https://github.com/aguinet/usbtop"
+SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libpcap:=[usb]
+ dev-libs/boost:=[threads]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+pkg_setup() {
+ linux-info_pkg_setup
+ if linux_config_exists; then
+ CONFIG_CHECK="~USB_MON"
+ check_extra_config
+ fi
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-08-05 7:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 7:18 [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2023-08-24 2:24 Rick Farina
2023-08-24 2:24 Rick Farina
2023-08-24 2:24 Rick Farina
2023-08-19 13:24 Rick Farina
2021-10-16 14:57 Yixun Lan
2021-03-30 20:47 Rick Farina
2021-03-30 20:47 Rick Farina
2019-09-10 9:12 Lars Wendler
2018-08-25 20:20 Michał Górny
2018-08-24 3:55 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox