]> git.draconx.ca Git - gentoo-fixes.git/commitdiff
dev-python/pygobject: Remove unused eutils inherit.
authorNick Bowler <nbowler@draconx.ca>
Thu, 7 Sep 2023 02:10:31 +0000 (22:10 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 7 Sep 2023 02:11:42 +0000 (22:11 -0400)
This inherit is now causing failures on EAPI 7; we don't need it, so
it can go bye bye.

dev-python/pygobject/Manifest
dev-python/pygobject/pygobject-2.28.6-r59.ebuild

index ca21c2d11ab1a8ddd7a824940751d57af81b0a28..2a547a4039b502685d88b445a24855515e231d04 100644 (file)
@@ -8,4 +8,4 @@ AUX pygobject-2.28.6-python-byte-compile.patch 539 BLAKE2B b2d64ab0ad8943948c7bf
 AUX pygobject-2.28.6-set_qdata.patch 847 BLAKE2B 696aa6c48ee900db738f8a92265a625a3ab7b59afece84157bf0b9abd0aca5ae68b7ac8cc627a47a5b1a688029d592abcc38e403543a4144e055bcdac68285e4 SHA512 19025af51a8387061276ec9d6c8eb0ecadb5124bba2c4ab3755ab653df467896d19c366d80ce9313fd46e43b493b7c536f780014cf18a6ac47f4b1d2ad4bedb4
 AUX pygobject-2.28.6-tests-no-introspection.patch 1257 BLAKE2B 7ff0587b4b40a1519927f8837b5487847ad0d0aa25f57dbaa4b10eaed2eff79f52d6581ca29f1688ebdbe71db231aba56de06c3aa8b246fdd1799320d9a15cc3 SHA512 7d57cb9bbd0b16f4fb0ed9d5eca310c47daf86b89daefa41fb0cf5dd470a6f6a31d0dad31dd261332c039d39bd778f9de8de7260c5856f1b718f72b9aabc01b4
 DIST pygobject-2.28.6.tar.xz 747248 BLAKE2B 5f92794034b2d0559a623db4a7d273a7dc3f099cae87ede91b17e81acac085a9298c6b81b45b4b8540b6a75ced97e474a993437dbfcfc2133d3321d6a979b541 SHA512 37544ea2377258758169b25a2969d5ee1c9ffb9b6e63e05bc7a0471a49ac9169c51ec587d4489172c7d256f53df878a81c1992a08059aa7e43dbbb69f799545c
-EBUILD pygobject-2.28.6-r59.ebuild 3047 BLAKE2B 9971f1a4da79749d123e09da659da9260ca472f2d154f86dba97b613eb55d2488c7f7a7e1f93f99b5aeee044b6e3b08ff7ed65887af2616ab7ea1f045f7c2eb4 SHA512 595db674cbe4f5347c254016df7704d11153283757fbfff55e8812b89abc543db81fb332fed26957b57b7700e88c74d994cc34af2b43ee678e1035ea52c3173c
+EBUILD pygobject-2.28.6-r59.ebuild 2859 BLAKE2B 6de822503f961d5ee6cb8b8139b13308c13e179f51b6d811d44f65affac57d985ae3805520ec7e51abb5d375377fc40b1700f8d630fc76dd66713e20a535f0cb SHA512 9ed57cbd24cb251c0369779df82899398126f82c5c47c2ca15823e87d564d6f994eeecbb2206fad6404058e70052780732261e41c2ea36ea7f4e55626308e461
index 4528fb8f406ecb98c4be58c91b45a3ee6927b4f3..4b2aeef4210857b848bef88d8879978409a69520 100644 (file)
@@ -1,11 +1,5 @@
-# Copyright © 2020-2022 Nick Bowler
-#
-# License GPLv2+: GNU General Public License version 2 or any later version.
-# This is free software: you are free to change and redistribute it.
-# There is NO WARRANTY, to the extent permitted by law.
-#
-# This is a modified version of the original ebuild from Gentoo GNU/Linux,
-# covered by the following copyright and permission notice:
+# This ebuild is a modified version of the work originally distributed with
+# Gentoo GNU/Linux, covered by the following copyright and permission notice:
 #
 #   Copyright 1999-2020 Gentoo Authors
 #   Distributed under the terms of the GNU General Public License v2
 #
 #   * Resurrect python2 version installable alongside newer version (2020-11)
 #   * Avoid python eclasses as there is no more python2 support (2022-12)
+#   * Drop unused eutils inherit (2023-09)
 
 EAPI=7
 
 GNOME2_LA_PUNT=yes
 GNOME2_EAUTORECONF=yes
 
-inherit autotools eutils virtualx gnome2
+inherit autotools virtualx gnome2
 
 DESCRIPTION="GLib's GObject library bindings for Python 2"
 HOMEPAGE="http://www.pygtk.org/"