diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-18 04:11:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-18 04:11:17 +0100 |
commit | 75b7b7da41881995754ded71c9c029cb1686096d (patch) | |
tree | 02022977f8ef1eed026d9f132e5951721aded5ef /dev-util/sysprof-common | |
parent | 6854913aa1a57839328baafb435b84f9baacae65 (diff) |
gentoo auto-resync : 18:05:2023 - 04:11:16
Diffstat (limited to 'dev-util/sysprof-common')
-rw-r--r-- | dev-util/sysprof-common/Manifest | 2 | ||||
-rw-r--r-- | dev-util/sysprof-common/sysprof-common-3.46.0.ebuild | 21 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/sysprof-common/Manifest b/dev-util/sysprof-common/Manifest index 3f8fecf40684..a36fc5e189b0 100644 --- a/dev-util/sysprof-common/Manifest +++ b/dev-util/sysprof-common/Manifest @@ -1,5 +1,3 @@ -DIST sysprof-3.46.0.tar.xz 518536 BLAKE2B 8925f0cbe34411cce6bd86e9f4a924d3ff627429812682898fffe0a08c2dab9228e5d8bde44b460404f90fb29961a30154af1e8240df24bfa20b70cc7a36448e SHA512 ac248e2a06d2f7905bebae4e685dd320e3ac85097e33b9c6b8482a4647a5bfcaadc4d9a1fe117b3a74cb855d6c72d9a1453a37d7b64762a223c0fe5da2653a87 DIST sysprof-3.48.0.tar.xz 533092 BLAKE2B 5af48d9216f13ffcc8824b0ba6a4e0ff931c903991953e66c2b50534399320d3d3fccd6e8478b10dc895d19544f9c08733565d95fe9c2c70d64f2294ccce2330 SHA512 100b79fabee005b5445dab3ad78d43facf375a488aa6513e987deecd6a3036cc43bfd78db106a4b8a15b4280dcd975872784c839f560779183adb5a339b0648c -EBUILD sysprof-common-3.46.0.ebuild 473 BLAKE2B 51861524abec8694d39fa696e527f33b7fd2f0ab6605176aeafe0e46d37b0e9fb504bc2710a3916450a9bd0f5fcc1ac7232eb26a87d9b0ffdb446ef47a3bec84 SHA512 6498df83ab524e82a4a399dce26e745a0693cc6bbfc4f7c6318bee374cb00c7be8ec9f94931bae82c937bc881e164855499ed01ce6652ca6641e9f445a686b31 EBUILD sysprof-common-3.48.0.ebuild 425 BLAKE2B 2a9aba610d00bd2538cdbc0c75bcbfa806bee189c1e8fe5f7974a45f7587682cd02df9fc25225560c9144a1eb5ae707a38826ffec8aced737d9a3c2f96901207 SHA512 89bebb5d683891ed9e9c420dc9441a496281c38bc3bdc5d010078e110c892aad590293b3d3893632765aea0bcfc1e93431a8df9ff423ef31b1d9b5b33ab34a56 MISC metadata.xml 348 BLAKE2B 6d20b95f03e7ae7ac3bc5e3633757cef8d68a914da52b6d6fab3c16af3abc54e3d571c770a16772e755c4246a611d3ae20b31a2bfe5d9acf934aa28c0e64719d SHA512 b5132c2bea9fc617ac3732001154e5000c37ff1034ddc904875d8d807aeec5dec3c8d7c0a36bd3ad26bc0310a70842daae96d743d9f82a4b2f1057ef8d65e406 diff --git a/dev-util/sysprof-common/sysprof-common-3.46.0.ebuild b/dev-util/sysprof-common/sysprof-common-3.46.0.ebuild deleted file mode 100644 index 360220812d02..000000000000 --- a/dev-util/sysprof-common/sysprof-common-3.46.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -GNOME_ORG_MODULE="sysprof" - -inherit gnome.org - -DESCRIPTION="Static library for sysprof capture data generation" -HOMEPAGE="http://sysprof.com/" - -LICENSE="GPL-3+ GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="!=dev-util/sysprof-capture-3.36.0-r0" - -src_install() { - insinto /usr/share/dbus-1/interfaces/ - doins "${S}"/src/org.gnome.Sysprof3.Profiler.xml -} |