[*/{transmission-*,pygobject-*,subversion*,alsa-plugins}] +eutils
autotools.eclass doesn't inherit eutils anymore. Added eutils to inherit line for ebuilds which use various functions from eutils.eclass, inherit autotools and don't inherit eutils themselves.
This commit is contained in:
@@ -7,7 +7,7 @@ AUX pygobject-3.0.3-tests-python3.patch 953 RMD160 da11f5e7541a44d69639a9cb2fb1c
|
||||
DIST pygobject-3.0.4.tar.xz 547180 RMD160 f72d82b862359fee51bffc12076c29a49b9c4b6a SHA1 72df1cdd6e34d52ada6e32f1bbd7f36f4be67512 SHA256 f457b1d7f6b8bfa727593c3696d2b405da66b4a8d34cd7d3362ebda1221f0661
|
||||
DIST pygobject-3.2.0.tar.xz 561820 RMD160 5b0f6bf22dc5f6e30b50c26daab12867c96112ef SHA1 42ec81a638ddc735c062d0dae7389235242d7732 SHA256 1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3
|
||||
DIST pygobject-3.2.1.tar.xz 550392 RMD160 051b63507389426e0ca43155a867c5486dea0c75 SHA1 fa99e33a2917a24ad24359d0ec0c6af0b35a25d6 SHA256 0f07401289fa33e8caee7a9342f5c838bb44cd0a386cb99093505edb5e42817a
|
||||
EBUILD pygobject-base-3.0.4.ebuild 3339 RMD160 0462f147689e7d3dce7c9235d44aee8a19553c7c SHA1 951e887118e5cc1e43b45ff167faada9d147010a SHA256 997abddf3019cd5de5c1d420c0718a8120e2b879884cc92e813c75e97364d762
|
||||
EBUILD pygobject-base-3.2.0.ebuild 2873 RMD160 320869c4941a705712fe0026da3b8370e9bda788 SHA1 1cbad60fd674dcad8437d181b66d8cbdd76bd7a4 SHA256 39b54769409dfbaab9e2e6b22cea33d3ffd9b0badc425cb155da8991b0bac37a
|
||||
EBUILD pygobject-base-3.2.1.ebuild 2873 RMD160 320869c4941a705712fe0026da3b8370e9bda788 SHA1 1cbad60fd674dcad8437d181b66d8cbdd76bd7a4 SHA256 39b54769409dfbaab9e2e6b22cea33d3ffd9b0badc425cb155da8991b0bac37a
|
||||
EBUILD pygobject-base-3.0.4.ebuild 3346 RMD160 e5784c51e544db0e0389f94e332af92ba4a6077a SHA1 626e2683604b3be36e04636972839bd462372b0e SHA256 a56da7150aa25d73453d3fa8b009bddf30d09825bd58089d3173f7f7565b14d8
|
||||
EBUILD pygobject-base-3.2.0.ebuild 2880 RMD160 e320f2b9003900775aa5348f5e1111bbd3b562ff SHA1 2ee254a04b48ef8027ad61e4f1bef798762880f6 SHA256 93e970f75b2fd9a09eb2df10b5919fd579f4143cdd8de83b46ecbdc17239d365
|
||||
EBUILD pygobject-base-3.2.1.ebuild 2880 RMD160 e320f2b9003900775aa5348f5e1111bbd3b562ff SHA1 2ee254a04b48ef8027ad61e4f1bef798762880f6 SHA256 93e970f75b2fd9a09eb2df10b5919fd579f4143cdd8de83b46ecbdc17239d365
|
||||
MISC metadata.xml 178 RMD160 52828e1ca616ad731f2ab1ed2890d6d3a7cc8043 SHA1 a42d68a6c263ea8d8cbb678548e209aa9642a74e SHA256 aeea09173ed30175422e4f951e369e1882919be3d56e655468e5d4bffea0fc3c
|
||||
|
||||
@@ -13,7 +13,7 @@ REAL_PN="${PN/-base}"
|
||||
GNOME_ORG_MODULE="${REAL_PN}"
|
||||
|
||||
# XXX: Is the alternatives stuff needed anymore?
|
||||
inherit alternatives autotools gnome2 python virtualx
|
||||
inherit alternatives autotools eutils gnome2 python virtualx
|
||||
|
||||
DESCRIPTION="GLib's GObject library bindings for Python"
|
||||
HOMEPAGE="http://www.pygtk.org/"
|
||||
|
||||
@@ -12,7 +12,7 @@ RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*"
|
||||
REAL_PN="${PN/-base}"
|
||||
GNOME_ORG_MODULE="${REAL_PN}"
|
||||
|
||||
inherit autotools gnome2 python virtualx
|
||||
inherit autotools eutils gnome2 python virtualx
|
||||
|
||||
DESCRIPTION="GLib's GObject library bindings for Python"
|
||||
HOMEPAGE="http://www.pygtk.org/"
|
||||
|
||||
@@ -12,7 +12,7 @@ RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*"
|
||||
REAL_PN="${PN/-base}"
|
||||
GNOME_ORG_MODULE="${REAL_PN}"
|
||||
|
||||
inherit autotools gnome2 python virtualx
|
||||
inherit autotools eutils gnome2 python virtualx
|
||||
|
||||
DESCRIPTION="GLib's GObject library bindings for Python"
|
||||
HOMEPAGE="http://www.pygtk.org/"
|
||||
|
||||
Reference in New Issue
Block a user