120 Commits

Author SHA1 Message Date
Rolf Eike Beer
409dd2a317
dev-python/pygobject: stable 3.34.0 for hppa, bug #717144
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-05-13 18:34:47 +01:00
Agostino Sarubbo
8c0e6ae201
dev-python/pygobject: arm stable wrt bug #717144
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-04-22 16:24:48 +02:00
Agostino Sarubbo
ac548d598f
dev-python/pygobject: ppc64 stable wrt bug #717144
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-04-22 10:43:21 +02:00
Agostino Sarubbo
4208640f5e
dev-python/pygobject: ppc stable wrt bug #717144
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-04-22 10:40:30 +02:00
Agostino Sarubbo
c465511abd
dev-python/pygobject: x86 stable wrt bug #717144
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-04-20 20:11:12 +02:00
Agostino Sarubbo
f165d7ea9f
dev-python/pygobject: amd64 stable wrt bug #717144
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-04-20 18:51:28 +02:00
Matt Turner
0b8b716331
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-04-03 12:33:33 -07:00
Mikle Kolyada
2e51443573
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --ignore-arches
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2020-03-26 18:25:34 +03:00
Michał Górny
6568a730a8
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since
January 1st but did not have the notice updated.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-11 18:07:17 +01:00
Mart Raudsepp
1e3bf8a939
dev-python/pygobject: fix HOMEPAGE
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-02-04 20:18:51 +02:00
Marcin Wozniak
b37d174f57
dev-python/pygobject: Version bump to 3.34.0
Closes: https://bugs.gentoo.org/703002
Closes: https://bugs.gentoo.org/704196
Closes: https://github.com/gentoo/gentoo/pull/14238
Signed-off-by: Marcin Wozniak <y0rune@aol.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-02-02 18:54:35 -08:00
Matt Turner
5671613f07
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-01-25 16:18:19 -08:00
Mart Raudsepp
f31360fe37
dev-python/pygobject: remove old
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-01-11 21:40:08 +02:00
Mart Raudsepp
27661ae545
dev-python/pygobject: ia64 stable (bug #685254)
Tested-by: Émeric Maschino
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-01-11 21:40:08 +02:00
Michał Górny
cd3f25deb1
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-05 11:55:46 +01:00
David Seifert
398a42634f
*/*: [QA] Remove redundant || die guards
* Since all ebuilds in the tree are EAPI>=4,
  `|| die` on builtin commands is redundant
  and dead code.

Closes: https://github.com/gentoo/gentoo/pull/13940
Reviewed-by: Ulrich Müller <ulm@gentoo.org>
Reviewed-by: Michał Górny <mgorny@gentoo.org>
Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-11 13:32:00 +01:00
Michał Górny
064af661d0
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline:

    pkgcheck scan -c RestrictTestCheck -R FormatReporter \
      --format '{category}/{package}/{package}-{version}.ebuild' |
    xargs -n32 grep -L RESTRICT |
    xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'

The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass.  Two ebuilds have to be fixed because of multiline
IUSE.

Suggested-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13942
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-11 00:22:38 +01:00
Andreas Sturmlechner
a835474017
dev-python/pygobject: python3_8
pygobject-test-suite fails with same error as python3_7.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-12-01 20:29:47 +01:00
Michał Górny
a8fce93877
dev-python: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-11 17:34:35 +02:00
Agostino Sarubbo
02b00e8374
dev-python/pygobject: sparc stable wrt bug #685254
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-10-09 10:27:12 +02:00
Mart Raudsepp
ee8968bd11
dev-python/pygobject: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2019-07-28 20:40:47 +03:00
Aaron Bauman
28868df971
dev-python/pygobject: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
2019-07-24 20:24:31 -04:00
Aaron Bauman
9d770893b2
dev-python/pygobject: arm64 stable (bug #685254)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
2019-07-22 21:45:23 -04:00
Rolf Eike Beer
52ebf3241f
dev-python/pygobject: stable 3.32.1 for hppa, bug #685254
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-07-22 22:23:53 +01:00
Agostino Sarubbo
d4359a182c
dev-python/pygobject: ppc stable wrt bug #685254
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
2019-07-03 09:09:58 +02:00
Agostino Sarubbo
dbc073a386
dev-python/pygobject: ppc64 stable wrt bug #685254
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"
2019-06-27 14:33:44 +02:00
Mikle Kolyada
018490a505
dev-python/pygobject: alpha stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"
2019-06-17 13:05:53 +03:00
Mikle Kolyada
096a983f8b
dev-python/pygobject: arm stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
2019-05-23 16:00:50 +03:00
Aaron Bauman
8e0c43302b
dev-python/pygobject: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
2019-05-15 00:48:15 -04:00
Mikle Kolyada
bd52d7d2d4
dev-python/pygobject: x86 stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
2019-05-10 20:48:35 +03:00
Mikle Kolyada
a5e3e55144
dev-python/pygobject: s390 stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"
2019-05-10 20:32:42 +03:00
Mikle Kolyada
7e4eabfd61
dev-python/pygobject: amd64 stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
2019-05-08 12:25:04 +03:00
Mart Raudsepp
58a6f07aef
dev-python/pygobject: bump to 3.32.1
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2019-04-20 18:07:35 +03:00
Michał Górny
2db67a589e
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Mart Raudsepp
e5a558227d
dev-python/pygobject: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2019-03-30 23:55:51 +02:00
Mart Raudsepp
30e2c7a332
dev-python/pygobject: bump to 3.32.0
Bug: https://bugs.gentoo.org/676556
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2019-03-11 18:14:20 +02:00
Mart Raudsepp
09c01f7757
dev-python/pygobject: bump to 3.30.4
Closes: https://bugs.gentoo.org/676556
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2019-03-11 18:14:11 +02:00
Mikle Kolyada
026e9ab729
dev-python/pygobject: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2019-01-05 20:19:35 +03:00
Mart Raudsepp
e5e599b190
dev-python/pygobject: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2018-12-29 22:39:47 +02:00
Rolf Eike Beer
15509a8aa6
dev-python/pygobject: stable 3.28.3 for hppa, bug #631656
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-12-29 16:00:41 +00:00
Matt Turner
faf40c326c
dev-python/pygobject-3.28.3: alpha stable, bug 670024
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2018-12-27 22:46:24 -05:00
Rolf Eike Beer
edc7098a79
dev-python/pygobject: stable 3.28.3 for sparc, bug #670024
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-12-07 20:06:56 +00:00
Mart Raudsepp
c46475fefd
dev-python/pygobject: add longdescription to metadata
Also fix an indentation problem

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
2018-12-06 20:16:31 +02:00
Mart Raudsepp
971c3a5bc1
dev-python/pygobject: don't install examples without USE=examples
Examples were unconditionally installed and USE=examples didn't do
anything. Fix it.

Thanks-to: dantrell
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
2018-12-06 20:16:29 +02:00
Mikle Kolyada
77def3f36a
dev-python/pygobject: ppc stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-12-05 10:33:51 +03:00
Mikle Kolyada
7ec3258429
dev-python/pygobject: ppc64 stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-12-05 10:07:24 +03:00
Mikle Kolyada
966c9e4ffe
dev-python/pygobject: arm stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-12-04 19:12:16 +03:00
Mikle Kolyada
1670e55fbf
dev-python/pygobject: x86 stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-12-02 17:28:29 +03:00
Mikle Kolyada
3d5fa9498b
dev-python/pygobject: amd64 stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-12-02 12:52:38 +03:00
Sergei Trofimovich
b2616e9527
dev-python/pygobject: stable 3.28.3 for ia64, bug #670024
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-12-01 14:50:53 +00:00