summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnome-base/libglade: drop x86-macosFabian Groffen2021-01-071-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* gnome-base/libglade: x86 stable wrt bug #730176Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/libglade: ppc64 stable wrt bug #730176Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/libglade: ppc stable wrt bug #730176Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/libglade: stable 2.6.4-r3 for sparc, bug #730176Rolf Eike Beer2020-08-011-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* gnome-base/libglade: arm stable (bug #730176)Sam James2020-07-301-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* gnome-base/libglade: amd64 stable (bug #730176)Sam James2020-07-301-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* gnome-base/libglade: arm64 stable (bug #730176)Sam James2020-07-301-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* gnome-base/libglade: drop legacy IUSE=tools, EAPI-6 bumpMart Raudsepp2020-07-291-0/+91
* USE=tools was for libglade-convert, which was about converting from an ancient libglade UI file to a big less ancient format UI file. It uses python2 and isn't useful for conversion to GtkBuilder, so just drop it. * Port to EAPI-6 * Use GNOME2_EAUTORECONF to not need AT_NOELIBTOOLIZE=yes hacks * Drop DISABLE_DEPRECATED sedding - gnome2.eclass takes care of it * Move configure.in to configure.ac to silence QA warning * Add missing gtk-doc-am depend, needed due to eautoreconf; it was probably fine, as the tarball contains a copy, but better to ensure up to date is available on system. Bug: https://bugs.gentoo.org/730176 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>