summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-portage/*: Update Manifest hashesMichał Górny2017-12-0952-108/+108
|
* app-portage/unsymlink-lib: Bump to v3Michał Górny2017-12-092-0/+25
|
* app-portage/eix: Remove old versions.Michael Weber2017-12-095-426/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-portage/eix: arm64 stable (bug 627280).Michael Weber2017-12-091-1/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-portage/unsymlink-lib: Bump to v2Michał Górny2017-12-082-0/+25
|
* app-portage/unsymlink-lib: SYMLINK_LIB=no migration toolMichał Górny2017-12-074-0/+62
|
* app-portage/tatt: version bump 0.5Michael Palimaka2017-12-062-1/+40
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* app-portage/gemato: keyworded 8 for sparc, bug #638776 (thanks to Rolf Eike ↵Sergei Trofimovich2017-12-041-1/+1
| | | | | | | Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* app-portage/gemato: Bump to 9.1Michał Górny2017-12-032-0/+32
|
* app-portage/cpuid2cpuflags: Bump to v5Michał Górny2017-12-022-0/+29
|
* app-portage/cpuid2cpuflags: Prune redundant versionsMichał Górny2017-12-023-46/+0
|
* app-portage/repoman: Add ~arm keywordJames Le Cuirot2017-11-272-5/+5
| | | | | Bug: https://bugs.gentoo.org/634936 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-portage/gemato: keyworded 8 for ia64, bug #638776Sergei Trofimovich2017-11-271-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* app-portage/portage-utils: fix quietness.Robin H. Johnson2017-11-263-3/+94
| | | | | | | | | | | Make PORTAGE_QUIET=1 actually be quiet properly. Thanks to Zac for the suggestion of checking how PORTAGE_QUIET was being handled. Thanks: Zac Medico <zmedico@gentoo.org> Closes: https://bugs.gentoo.org/635828 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-portage/gemato: Drop oldMichał Górny2017-11-273-63/+0
|
* app-portage/gemato: Bump to v8Michał Górny2017-11-272-0/+32
| | | | Closes: https://bugs.gentoo.org/638924
* app-portage/gemato: Update -9999 to use setuptoolsMichał Górny2017-11-271-2/+3
|
* app-portage/gemato: Add v7 releaseZac Medico2017-11-262-0/+32
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-portage/gemato: keyworded 4 for ppc/ppc64, bug #638776Sergei Trofimovich2017-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* app-portage/gentoolkit-dev: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-251-9/+9
|
* app-portage/g-octave: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-251-18/+18
|
* app-portage/flaggie: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-251-12/+12
|
* app-portage/conf-update: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-251-18/+14
|
* app-portage/gemato: Add v4 releaseMichał Górny2017-11-252-0/+31
|
* app-portage/eclass-manpages: Update bugzilla URL to https.Ulrich Müller2017-11-242-6/+6
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-portage/gentoolkit: Drop oldAndreas K. Hüttel2017-11-226-269/+2
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* app-portage/gemato: Describe USE=gpgMichał Górny2017-11-211-0/+2
|
* app-portage/gemato: New ebuild for Gentoo Manifest ToolMichał Górny2017-11-212-0/+49
|
* app-portage/unsandbox: x86 stable (bug #637210)Thomas Deutschmann2017-11-191-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-portage/eclass-manpages: Introduce additional variable classesMichał Górny2017-11-171-3/+29
| | | | | | | | | | | | | | | | | | | | | Add a few additional variable classes to better emphasize the specifics of different kinds of variables set for eclasses, and by eclasses. The change applied, each eclass variable can belong to one of the following five eclasses: 1. (default) - variable set by ebuild, influences eclass behavior. 2. @PRE_INHERIT - likewise but must be set above the inherit line, and not modified afterwards. 3. @USER_VARIABLE - variable to be set by user (make.conf), and not by ebuilds. This mostly involves MAKEOPTS-style variables. 4. @OUTPUT_VARIABLE - variable that is generated and defined by eclass, and ebuilds can *read* it. 5. @INTERNAL - (existing) internal use variable.
* app-portage/eclass-manpages: Add @SUPPORTED_EAPIS tag for eclassMichał Górny2017-11-171-0/+4
| | | | | | | | | | | | Add a @SUPPORTED_EAPIS tag that can be used to explicitly provide a list of EAPIs that are supported by the eclass. The main goal is to make it possible to extract this list with relative ease, for scripting purposes. It is not included explicitly in the manpages at the moment. The first use case is to make it possible to explicitly distinguish eclasses that do not support a specific EAPI from eclasses that are not used by any ebuilds using a specific EAPI. Therefore, it will make it possible to easily detect when we can deprecate old EAPIs from eclasses.
* app-portage/repoman-2.3.6: added ~alpha, bug 634936Matt Turner2017-11-151-1/+1
|
* app-portage/tatt: switch to new upstream locationMichael Palimaka2017-11-151-2/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.4
* app-portage/repoman: keyworded 2.3.6 for sparc, bug #634936 (thanks to Rolf ↵Sergei Trofimovich2017-11-151-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* app-portage/repoman: version bump to 2.3.6 (bug 637460)Zac Medico2017-11-142-1/+1
| | | | | Closes: https://bugs.gentoo.org/637460 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* app-portage/repoman: re-add ~hppa (accidentally dropped during version bump)Zac Medico2017-11-131-1/+1
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.5
* app-portage/repoman: version bump to 2.3.5Zac Medico2017-11-132-0/+61
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.5
* app-portage/eix: stable 0.32.9 for hppa, bug #627280 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-11-081-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa"
* app-portage/eix: stable 0.32.9 for sparc, bug #627280 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-11-051-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* app-portage/elt-patches: Stabilizing remaining exp. ARCHESThomas Deutschmann2017-11-041-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-portage/elt-patches: stable for x86. Mark stable for the remaining ↵Raymond Jennings2017-11-041-1/+1
| | | | | | | | | arches using the ALLARCHES policy (bug Closes: https://github.com/gentoo/gentoo/pull/6009 Package-Manager: Portage-2.3.13, Repoman-2.3.4 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-portage/portage-utils: stable 0.64 for sparc, bug #622578Sergei Trofimovich2017-11-021-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* app-portage/getdelta: Removed proxied maintainerJonas Stein2017-10-281-8/+0
| | | | | | Removed proxied maintainer from metadata due to inactivity. Closes: https://bugs.gentoo.org/633266 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-portage/repoman: Remove oldManuel Rüger2017-10-275-324/+0
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* app-portage/repoman: Version bumpBrian Dolbec2017-10-252-0/+61
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4
* app-portage/mirrorselect: Support newer python versionsPacho Ramos2017-10-231-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* app-portage/gentoolkit-0.4.0-r0: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/627350
* app-portage/eix-0.32.9-r0: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/627280
* app-portage/repoman-2.3.3-r0: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/627234
* app-portage/portage-utils-0.64-r0: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/622578