| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
* Fixes serious problem regarding OpenSSL 3.0.3 startup, all required
crypto algoritms were not loaded by default any more.
* Small convenience change about scaling of images embedded into ads.
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org>
Closes: https://github.com/gentoo/gentoo/pull/25867
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
| |
?doc is now a build dependecy. Return value of virtx is explicitly tested.
Closes: https://bugs.gentoo.org/836741
Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/809464
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org>
Closes: https://github.com/gentoo/gentoo/pull/22629
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
| |
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.
Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '/pkgmetadata/maintainer[substring(email,
string-length(email) - string-length("@gentoo.org") + 1)
!= "@gentoo.org"]' \
-t attr -n proxied -v yes {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '//maintainer[email="proxy-maint@gentoo.org"]' \
-t attr -n proxied -v proxy {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/740866
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
EAPI=7 for the new upstream version.
Patches of 0.12 removed because upstream has changes included.
Closes: https://bugs.gentoo.org/661338
Closes: https://github.com/gentoo/gentoo/pull/9449
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
|
|
|
| |
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
|
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/6398
|
|
|
|
|
|
|
| |
No l10n_* functions are being called, and the eclass does not contain
any code in global scope any more.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This affected ebuild is Qt 5-based, while qt-mobility is Qt 4-based. This would
have caused a segfault if both were loaded at the same time.
Closes: https://bugs.gentoo.org/626234
Package-Manager: Portage-2.3.6, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Bugfixes and OpenSSL 1.1 API changes.
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1831
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.3.0_rc1
|
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1473
Signed-off-by: Ian Delaney <idella4@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.2.28
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added locally due to tech difficulties of applying the 3 commits
in the one patch from https://github.com/gentoo/gentoo/pull/1406,
submitted by user maintianer, which reports full history of the
changes and input leading to this vn. bump
- deps upgraded
- testsuite upgraded
- refinements to basic code and to selection of phases to
build and install the package. Closes
Pull request: https://github.com/gentoo/gentoo/pull/1406
Package-Manager: portage-2.2.28
|
| |
|
|
|
|
| |
This reverts commit 3ae2461de34ec9ec29c797260e54f8c6e11808a7.
|
|
|
|
|
|
| |
way how test suite is run and fixed 2 unit tests."
This reverts commit a7a6d00357859094ff31fcbaf4eba09de9360022.
|
|
|
|
|
|
| |
qt4->qt5, has EAPI=6."
This reverts commit 37e876bc29f2c811383c3d0fdc8d7478ecab9578.
|
|
|
|
|
|
| |
digests in Manifest"
This reverts commit e57b6b19fd483bd337cfbbfdd6f18096e374b13f.
|
|
|
|
|
|
|
|
| |
Manifest
Closes: https://github.com/gentoo/gentoo/pull/1327
Signed-off-by: Ian Delaney <idella4@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
EAPI=6.
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1327
Signed-off-by: Ian Delaney <idella4@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
test suite is run and fixed 2 unit tests.
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1327
Signed-off-by: Ian Delaney <idella4@gentoo.org>
|
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1327
Signed-off-by: Ian Delaney <idella4@gentoo.org>
|
| |
|
|
|
|
|
| |
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
|
|
|
|
|
|
|
|
|
| |
Due to comments at https://github.com/gentoo/gentoo/pull/500
simplified src_test somewhat. Tried out with sandbox and
without, with failing test case and all-passing case:
seems to work.
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
| |
Changes due to comments at https://github.com/gentoo/gentoo/pull/500
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
|
| |
Modifies so ebuild so that it uses same version of qmake with test suite
as it used with rest of the software. This includes also fix for bug
563606 where miniupnpc version bumb changed the API making classified-ads
to not compile any more.
Reported-By: Michael Palimaka <kensington@gentoo.org>
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
| |
Gentoo bug: #560778
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
|
|
| |
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
|