diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /sys-process/usbtop | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'sys-process/usbtop')
-rw-r--r-- | sys-process/usbtop/Manifest | 2 | ||||
-rw-r--r-- | sys-process/usbtop/usbtop-1.0_p20220419.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest index 8f63d37d31be..f777ecdd268f 100644 --- a/sys-process/usbtop/Manifest +++ b/sys-process/usbtop/Manifest @@ -1,3 +1,3 @@ DIST usbtop-1.0_p20220419.tar.gz 627690 BLAKE2B 6ba2e5895674383ae4e83abd6907c53e33515bca2cbb1d67063ba1a7429446a67a6b94b3008e830ffee1d620669789e7ececfb5961b2946aac1353599c927e3e SHA512 94a890b94b37b0c7e818be7e7ada4b51e19d51bf7ca7e4b66632532698a04ff1bb05c51c5cb27740b036a98d193024f15249feed4f4044029b737d0609fbb011 -EBUILD usbtop-1.0_p20220419.ebuild 821 BLAKE2B 5938237d9ae1c6432ca0eecb2e7c20921925a77fa51b0055b015c5a8551871accd04a2825c2027566a7679501303fd9470546fff7ea47a144d63622a9012a073 SHA512 80a123546830074263756f56f2237f54938aed63f88a29417f4b28af3b9e11678ee38c21b54faae48d28558e2499bf956df3bad16ac1b9117ec278047c8eb3f3 +EBUILD usbtop-1.0_p20220419.ebuild 812 BLAKE2B 312a58dd54166a290890470b7713f353a1096676ac5750ecfe9cfaab7d50bbd3c558b818e7785e8151b995334b656c9035f144c08cb0c0c480c4c6b97d664da2 SHA512 10e0274990b957d1fecfe7bd203b31886613438a94a986c55951d0ceabebd7df0f348a61cd9677649e7dd7bd25f684cbc705c4ce3a134c87a06a5d9996dd3b55 MISC metadata.xml 327 BLAKE2B 87ae54c37ceb64edd74580f89ab17a0834ae76b28e6c98db715dd767cdc16eae1a98495bd0d947fa4edda20febf16ae6073c247a0c37c03304ff35071e57ab72 SHA512 f1c443245158c324920fcef5c9954b13de3878eefc072b454f57bb98be0222001f0571e5b52c1853316f360f1e6b91b01c4555c8a17d7fb54178589c6ee5cb1a 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 |