diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-22 00:06:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-22 00:06:25 +0100 |
commit | 236e75597883501f8700d9ba1a5c8276f578a17f (patch) | |
tree | 6b441a1dfa3a82840e3aa74678cc90c5294a4bca /x11-misc/stalonetray | |
parent | bfd63d5b0e96ad32e0d0a8fe15512b6a9ac6fc9e (diff) |
gentoo auto-resync : 22:05:2024 - 00:06:25
Diffstat (limited to 'x11-misc/stalonetray')
-rw-r--r-- | x11-misc/stalonetray/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/stalonetray/stalonetray-0.8.4.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/stalonetray/stalonetray-0.8.5.ebuild | 8 |
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest index dcb08d883be0..c3f4144e7679 100644 --- a/x11-misc/stalonetray/Manifest +++ b/x11-misc/stalonetray/Manifest @@ -1,5 +1,5 @@ DIST stalonetray-0.8.4.tar.gz 94614 BLAKE2B 4def696bbd580960f2d7fd84516658e4b4112b40989523840566d34dac71ba92e3adf021796059db919515cc978ac0c5d7783a4ed41aa9f82c8cbcfd00bc958b SHA512 3afdeb7794171f490c5eca631c574003a00bbed863b9caf4024e1b064772d3c24ea3836f280eeab1d50def67928f4d08d3d375047f43bcc39f16a3250015ff2b DIST stalonetray-0.8.5.tar.gz 102899 BLAKE2B abf70916cb762041c5eaaa3faaa3e96a89f0aa31bd72f285209bb29cc5138f2517d1fa00fda1c39da5ca12028b2e78a813fd15d62dfe7c6d312da52559eb3a2d SHA512 7fe1c2fcc5de06b89f4a5c182baeb0a98f0328ae6bf03a79e76c4af7ee4d86cd8f6967ec8b0123a831998cb075ef2b2f6bc6478bde0b73883fe37d2bd6a471d3 -EBUILD stalonetray-0.8.4.ebuild 865 BLAKE2B 69c1c2fb4c375cb5a238e1f815095a76deb053a0f9b311ab14e614254672e8242ea39808aec27b10f602ae30d0ef4b652fc02d7d0913e2093511a7f17cf9e155 SHA512 188dafa253af9d5b991df314df5f0472d765dff7e6f06d5b2227e53541c835e54f6dcb80013270b219d3f97f812c49a35f05a1b13cee9a1a3e3d29623fc4f596 -EBUILD stalonetray-0.8.5.ebuild 867 BLAKE2B 8dd945f38621c22e9140a72a33566dfee1d77e9b18a7d08a7b34e6c3c98f5ee4043bb8ad74469c41351b83ad9b95823a2d42be6907829ffea1e4673afe389e24 SHA512 d68fc0ef05ae902490623eac44abac386b80c03349448d74c7beda4c05785680813d45a2b0c0940d97c26e4749b5314d51e3cf14569ade832d8291f1382a0092 +EBUILD stalonetray-0.8.4.ebuild 974 BLAKE2B d95fae0f8251a848b05946a19e2d1efac8302e27af15e252bff1fc3feb10d368ae7e365a407bad53f2636b398dc3b979c2a779f562940407c2add2026edb8e41 SHA512 e0502554c1ab04edf4571d0f7cb1d27b4a352d6e5bb8bc53f4e3887543807a1eba60768b7136bce2fff2c36260c20225c6ad9b7a6f07f807fbbb51112913579e +EBUILD stalonetray-0.8.5.ebuild 976 BLAKE2B 2cc609b3139601f6b3a171733e05e78c6a78519cbbdadf0f06900c186ed014780e0a9ae46b82e0c6255dfc694546f130e49f5c223569fb08b323fa94631617c1 SHA512 d6a49b3c89d6185bcba69888d4b34813277e1b678a8511019588aac999acef2d0fd686142b01cf5f4323fb9c412514721548f91a03ef81eb310974d12a39c620 MISC metadata.xml 574 BLAKE2B 62e5f9c194286abf0219d93f3957030014d6f78771861e297a67e585ebe56ba8462397e2dd5f5bb903adbedf9a5be9aa9312c13eb4de2925ef6679916c82993a SHA512 812e5d75e3b99d7e2b2090434bf7d4b1cc9a4b22a67a50a1ad4cf4f2eec9a8701a3619c560f75bbbb310c4024b973fb770cd20e052d0b6d58db925cf1dc55e95 diff --git a/x11-misc/stalonetray/stalonetray-0.8.4.ebuild b/x11-misc/stalonetray/stalonetray-0.8.4.ebuild index f63dff437496..778490e7e88a 100644 --- a/x11-misc/stalonetray/stalonetray-0.8.4.ebuild +++ b/x11-misc/stalonetray/stalonetray-0.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,6 +25,12 @@ BDEPEND="app-text/docbook-xml-dtd DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html ) +QA_CONFIG_IMPL_DECL_SKIP+=( + # Only on solaris. + # Produces an undefined reference on gcc 13. + printstack +) + src_prepare() { default eautoreconf diff --git a/x11-misc/stalonetray/stalonetray-0.8.5.ebuild b/x11-misc/stalonetray/stalonetray-0.8.5.ebuild index 15991a24a54d..5831b163f7d3 100644 --- a/x11-misc/stalonetray/stalonetray-0.8.5.ebuild +++ b/x11-misc/stalonetray/stalonetray-0.8.5.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 @@ -25,6 +25,12 @@ BDEPEND="app-text/docbook-xml-dtd DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html ) +QA_CONFIG_IMPL_DECL_SKIP+=( + # Only on solaris. + # Produces an undefined reference on gcc 13. + printstack +) + src_prepare() { default eautoreconf |