Versions
v2021-r4 :: 10 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ GPL-2 GPL-3
- Keywords
- amd64 x86
- USE flags
- ada bootstrap cet cxx d debug default-stack-clash-protection default-znow doc fixed-point fortran go graphite hardened jit libssp lto modula2 multilib nls nptl objc objc++ objc-gc openmp pch pgo pie rust sanitize ssp systemtap test vanilla vtv zstd
USE flags
General
- ada
- Build the ADA language (GNAT) frontend
- bootstrap
- Used to bootstrap gnat-gpl
- cet
- Enable support for Intel Control Flow Enforcement Technology (CET)
- cxx
- Build support for C++ (bindings, extra libraries, code generation, ...)
- d
- Enable support for the D programming language
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- default-stack-clash-protection
- Build packages with stack clash protection on by default
- default-znow
- Request full relocation on start from ld.so by default
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- fixed-point
- Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!)
- fortran
- Add support for fortran
- go
- Build the GCC Go language frontend.
- graphite
- Add support for the framework for loop optimizations based on a polyhedral intermediate representation
- hardened
- Activate default security enhancements for toolchain (gcc, glibc, binutils)
- jit
- Enable just-in-time compilation for improved performance. May prevent use of some PaX memory protection features in Gentoo Hardened.
- libssp
- Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)
- lto
- Build using Link Time Optimizations (LTO)
- modula2
- Missing description
- multilib
- On 64bit systems, if you want to be able to compile 32bit and 64bit binaries
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- nptl
- Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)
- objc
- Build support for the Objective C code language
- objc++
- Build support for the Objective C++ language
- objc-gc
- Build support for the Objective C code language Garbage Collector
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- pch
- Enable precompiled header support for faster compilation at the expense of disk space and memory (>=sys-devel/gcc-3.4 only)
- pgo
- Build GCC using Profile Guided Optimization (PGO)
- pie
- Build programs as Position Independent Executables (a security hardening technique)
- rust
- Build support for the Rust language, installs gccrs.
- sanitize
- Build support for various sanitizer functions (ASAN/TSAN/etc...)
- ssp
- Build packages with stack smashing protector on by default
- systemtap
- enable systemtap static probe points
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- vanilla
- Do not add extra patches which change default behaviour; DO NOT USE THIS ON A GLOBAL SCALE as the severity of the meaning changes drastically
- vtv
- Build support for virtual table verification (a C++ hardening feature)
- zstd
- Enable support for ZSTD compression
Dependencies
app-arch / zstd : zstd fast compression library
dev-libs / boehm-gc : The Boehm-Demers-Weiser conservative garbage collector
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
dev-libs / isl : A library for manipulating integer points bounded by linear constraints
dev-libs / mpc : A library for multiprecision complex arithmetic with exact rounding
dev-libs / mpfr : Library for multiple-precision floating-point computations with exact rounding
dev-util / systemtap : A linux trace/probe tool
sys-libs / zlib : Standard (de)compression library
virtual / libcrypt : Virtual for libcrypt.so
virtual / libiconv : Virtual for the GNU conversion library
virtual / libintl : Virtual for the GNU Internationalization Library
Runtime Dependencies
app-arch / zstd : zstd fast compression library
dev-libs / boehm-gc : The Boehm-Demers-Weiser conservative garbage collector
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
dev-libs / isl : A library for manipulating integer points bounded by linear constraints
dev-libs / mpc : A library for multiprecision complex arithmetic with exact rounding
dev-libs / mpfr : Library for multiple-precision floating-point computations with exact rounding
sys-libs / zlib : Standard (de)compression library
virtual / libiconv : Virtual for the GNU conversion library
virtual / libintl : Virtual for the GNU Internationalization Library
Depending packages
dev-ada / VSS : A high level string and text processing library
dev-ada / ada_language_server : an implementation of the Microsoft Language Server Protocol for Ada/SPARK
dev-ada / ada_libfswatch : Ada binding to the libfswatch library
dev-ada / aunit : Ada unit testing framework
dev-ada / gnatcoll-bindings : GNAT Component Collection
dev-ada / gnatcoll-db : GNAT Component Collection
dev-ada / gnatdoc : GNAT Documentation Generation Tool
dev-ada / gnatmem : Monitors dynamic allocation and deallocation activity in a program
dev-ada / gnatsymbolize : Translates addresses into filename, line number, and function names
dev-ada / gpr : LibGPR2 - Parser for GPR Project files
dev-ada / gpr-unit-provider : GPR Unit Provider
dev-ada / gprbuild : Multi-Language Management
dev-ada / gtkada : A complete Ada graphical toolkit
dev-ada / langkit : A Python framework to generate language parsers
dev-ada / libadalang : high performance semantic engine for the Ada programming language
dev-ada / libadalang-tools : Libadalang-based tools: gnatpp, gnatmetric and gnatstub
dev-ada / markdown : Provides a markdown parser written in Ada
dev-ada / spawn : Simple API to spawn processes
dev-ada / templates-parser : A template engine
dev-ada / xmlada : Set of modules that provide a simple manipulation of XML streams
sci-electronics / ghdl : Open-source analyzer, compiler, and simulator for VHDL 2008/93/87
Bugs
- 133140
- dev-lang/gnat-gpl Ada compilers: enabling ACATS tests
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: drop 2021-r1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: drop 2020
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: use architecture specific name for bootstrap
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-lang/gnat-gpl: Stabilize 2021-r4 x86, #879227
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix unbundling for x86
Closes: https://bugs.gentoo.org/881165 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: move error diagnostics
Closes: https://bugs.gentoo.org/879563 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/gnat-gpl: Stabilize 2021-r4 amd64, #879227
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: do not use which
Closes: https://bugs.gentoo.org/844088 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: add backported gcc-patches
Closes: https://bugs.gentoo.org/868789 Closes: https://bugs.gentoo.org/867196 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix RDEP
Closes: https://bugs.gentoo.org/833779 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: gcc slot from 10 is only the major
Closes: https://bugs.gentoo.org/833779 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix cet discovery on amd64
Closes: https://bugs.gentoo.org/830345 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: try for another cet fix
Closes: https://bugs.gentoo.org/830446 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix cet detection
Closes: https://bugs.gentoo.org/830345 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lang/gnat-gpl: drop 2019-r2
Closes: https://bugs.gentoo.org/827158 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/gnat-gpl: x86 stable wrt bug #800527
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix ld call
Closes: https://bugs.gentoo.org/829311 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix for cyclades missing
Closes: https://bugs.gentoo.org/829141 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lang/gnat-gpl: Stabilize 2021-r1 amd64, #814203
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: drop masked versions
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix sanitizer old include
Bug: https://bugs.gentoo.org/800527 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/gnat-gpl: amd64 stable wrt bug #800527
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: remove masked version
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: Change uri for bootstrap
block against sys-devel/gcc-10.3.1 Closes: https://bugs.gentoo.org/792981 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: version bump to 2021
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix VariableScope
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix an unwanted commit
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
eclass/ada.eclass: adding gnat_2020
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: version bump to 2020
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/gnat-gpl: backport libatomic/libitm -Werror fix to 2017
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/gnat-gpl: backport libgomp -Werror fix to 2017
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lang/gnat-gpl: backport libsanitizer fix to 2018
Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/726752 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: remove an old version
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-lang/gnat-gpl: x86 stable wrt bug #727744
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-lang/gnat-gpl: amd64 stable wrt bug #727744
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: TEST restrict. No specific test is present for ada
Closes: https://bugs.gentoo.org/727824 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: do not depend on CHOST when rm ld
Closes: https://bugs.gentoo.org/717298 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: fix build with glibc-2.31
Closes: https://bugs.gentoo.org/716278 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-lang/gnat-gpl: use the toolchain eclass ada facilities
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: use the new toolchain.eclass
Closes: https://bugs.gentoo.org/706588 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: remove src_install (use default)
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: remove old versions
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Stable versions
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: put a guards against tool renaming made twice
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: sync patches with gcc-8.3
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: EAPI 6
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: EAPI 6
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: EAPI 6
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: default is to boostrap
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: fix MissingTestRestrict
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: wrong (previous) commit
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Stable
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Bump to 2019
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Removing old
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Stabilize gnat-gpl-2018-r2 version
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix build w/o ustat. Sync with gcc-7.3.0-r6
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix build withouy ustat
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix missing ustat.h for gnat-gpl-2016
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Stabilize and remove old
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add some profile definitions from 2017
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Stabilize and remove old
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add Finalization_Size su gnatcoll-2017 can build
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: stabilize and drop old
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Remove old version
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Align patch with sys-devel/gcc
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: bootstrap by default.
Closes: http://bugs.gentoo.org/662272 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix blocking slot
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: related gcc is 7.3.1
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Version bump to gnat-gpl-2018
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: x86 stable
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix binary install
Closes: https://bugs.gentoo.org/653532 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add ~x86 to gnat-gpl-2017
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add ~x86 to 2016 version
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: 2016 version stable on amd64
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: gnat-gpl-2017 stable
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: align gnat-gpl-2016 ebuild to gcc-4.9.4
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Sergei Trofimovich · gentoo
dev-lang/gnat-gpl: drop GCC_FILESDIR reference in comments, bug #629776
Bug: https://bugs.gentoo.org/629776 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Remove usage of PORTDIR. Fix bug #629764
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Remove tool description file (to be put on gprbuild)
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix compiler description for gprbuild
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Adding version 2017
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix build when current compiler is gcc-6
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Avoid error unrecognized relocation (0x2a) in section ...
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add compiler description for gprbuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: filtering flag (needed for bootstrap)
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add bootstrap use flag
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Fix case when ADA is specified without the path
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: build with out of path compiler
remove mirror from thirdpartmirros Package-Manager: portage-2.3.3 - Ulrich Müller · gentoo
[QA] Drop $Id$ lines that were added back to headers. - Tupone Alfredo · gentoo
dev-lang/gnat-gpl: Add gnat-gpl-2016
Package-Manager: portage-2.3.3 - Pacho Ramos · gentoo
package.mask: remove some masked for removal packages - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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