Versions
v2.6.4-r6 :: 0 :: gentoo
- Modified
- License
- FLEX
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~arm64-macos ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux
- USE flags
- nls static test
USE flags
General
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- static
- !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
Runtime Dependencies
Depending packages
app-alternatives / lex : lex symlinks
dev-db / unixODBC : Complete ODBC driver manager
dev-util / splint : Check C programs for vulnerabilities and programming mistakes
media-sound / owntone : DAAP (iTunes) and MPD media server
net-misc / usbip : Userspace utilities for a general USB device sharing system over IP networks
sys-devel / crosstool-ng : Versatile (cross-)toolchain generator
sys-kernel / asahi-sources : Asahi Linux kernel sources
sys-kernel / gentoo-sources : Full sources including the Gentoo patchset for the 6.11 kernel tree
sys-kernel / git-sources : The very latest -git version of the Linux kernel
sys-kernel / mips-sources : Kernel.org sources for MIPS-based machines
sys-kernel / pf-sources : Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches
sys-kernel / raspberrypi-sources : Raspberry Pi kernel sources
sys-kernel / rt-sources : Full Linux 6.6 kernel sources with the CONFIG_PREEMPT_RT patch
sys-kernel / vanilla-sources : Full sources for the Linux kernel
sys-kernel / zen-sources : The Zen Kernel Live Sources
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: drop 2.6.4-r5
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x64-cygwin keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: keyword 2.6.4-r5 for -arm64-macos (older version only)
This version is broken on arm64-macos. Newer versions are keyworded. Bug: https://bugs.gentoo.org/871324 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 hppa, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 ppc, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 ppc64, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 sparc, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 x86, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 arm, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 arm64, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r6 amd64, #903955
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: destabilize 2.6.4-r6
Signed-off-by: Sam James <sam@gentoo.org> - Yifeng Li · gentoo
sys-devel/flex: fix crash on Apple M1 due to undefined behavior.
Currently, when the NULL-terminated variadic function filter_create_ext() is invoked, the value "0" is passed as the last argument to act as a terminator. However, this is an integer value, which is incompatible with the pointer data type expected by filter_create_ext(). This is undefined behavior in C, correct operation is not guaranteed. In fact, it causes flex to crash on Apple M1 when GCC is used - the loop is not terminated when it should, instead, it keeps running, corrupting the argument list for invoking m4. As a result, it creates the following error: > flex: fatal internal error, exec of gm4 failed This commit fixes the problem by explicitly casting the value 0 to the correct pointer type (char *). Since the existence of the bug doesn't always prevent a Gentoo Prefix bootstrapping, it can lurk inside the system and remain undetected, furthermore, it's technically a C programming bug, other platforms could've been affected as well in theory. Thus, we also bump the package version. Closes: https://bugs.gentoo.org/871324 Signed-off-by: Yifeng Li <tomli@tomli.me> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: drop 2.6.4-r2, 2.6.4-r4
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 ppc64, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 ppc, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 x86, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 hppa, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 sparc, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 arm64, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 arm, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r5 amd64, #886017
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: support app-alternatives/lex
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 hppa, #881719
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 ppc, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 arm, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 ppc64, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 arm64, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 x86, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 amd64, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r4 sparc, #881719
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: drop obsolete cross malloc workaround
We set the right bits in crossdev for musl targets now and, in theory, while unlikely, it is possible that some cross targets don't have the right behaviour anyway (not that i'm aware of any in use). Bug: https://bugs.gentoo.org/705800 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: drop 2.6.4-r1
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: backport further macro fixes
The gist is that the original glibc-2.26 patch was incomplete and didn't help with cross-compilation or non-glibc environments fully. There were a succession of further upstream commits now backported here. Noticed when doing some more Clang 16 work. This complements bec6a7be57fc3493dccef497b5d4b513c315f5f1 in that more effort is taken to ensure all necessary macros are defined so needed functions are available. Bug: https://bugs.gentoo.org/628744 Bug: https://bugs.gentoo.org/705800 See: bec6a7be57fc3493dccef497b5d4b513c315f5f1 See: 4d77781e2db7bb8bef7f390c43efc04ba58ff7bb See: aa6c077d00c3a21b75ae646421aefadcad527f80 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: fix build w/o flex
We touch a file which has a generated derivative, so regenerate that. Closes: https://bugs.gentoo.org/878339 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: backport "config.h" fix too
We already have the patch to config.h/configure.ac backported but we don't have the fix to actually *use* config.h everywhere, and clearly from bug #705800 it wasn't sufficient to just backport it (for reasons covered in the bug & upstream bug). Bug: https://bugs.gentoo.org/628744 Bug: https://bugs.gentoo.org/705800 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 hppa, #872734
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 sparc, #872734
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 ppc64, #872734
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 ppc, #872734
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 arm, #872734
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 arm64, #872734
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 x86, #872734
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/flex: Stabilize 2.6.4-r2 amd64, #872734
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: fix segfault when cross-compiling
Temporary workaround until new crossdev is tagged, stabled, and propagates. Closes: https://bugs.gentoo.org/705800 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/flex: keyword 2.6.4-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: drop dead sourceforge HOMEPAGE
Still keeping the remote-id for the (outdated) site which is referenced in the README on github, though. Closes: https://bugs.gentoo.org/708496 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sys-devel/flex: Drop 2.6.1, 2.6.3, 2.6.3-r1 and 2.6.4 (r0)
Bug: https://bugs.gentoo.org/777906 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/flex: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Michael · gentoo
sys-devel/flex: EAPI 7
Closes: https://bugs.gentoo.org/777906 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
sys-devel/flex: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
sys-devel/flex: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Manoj Gupta · gentoo
sys-devel/flex: Respect portage host cc variable
Pass CC_FOR_BUILD to econf. Otherwise it invokes gcc instead of portage specified HOST/BUILD CC. Signed-off-by: Manoj Gupta <manojgupta@google.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16177 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: downgrade m68k down to ~m68k
m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: 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> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-devel/flex: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: 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> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [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> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-devel/flex: keyword ~riscv
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Benda Xu · gentoo
Drop arm-linux keyword from tree.
"arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa - Mikle Kolyada · gentoo
sys-devel/flex: m68k/s390/sh stable wrt bug #632523
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Mart Raudsepp · gentoo
sys-devel/flex-2.6.4-r1: arm64 stable (bug #632523)
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Michał Górny · gentoo
*/*: Remove sparc-fbsd keywords - Markus Meier · gentoo
sys-devel/flex: arm stable, bug #632523
Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" - Tobias Klausmann · gentoo
sys-devel/flex-2.6.4-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/632523 - Sergei Trofimovich · gentoo
sys-devel/flex: stable 2.6.4-r1 for ia64, bug #632523
Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
sys-devel/flex: stable 2.6.4-r1 for hppa/sparc, bug #632523 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc" - Sergei Trofimovich · gentoo
sys-devel/flex: stable 2.6.4-r1 for ppc/ppc64, bug #632523
Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc ppc64" - Thomas Deutschmann · gentoo
sys-devel/flex: x86 stable (bug #632523)
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Manuel Rüger · gentoo
sys-devel/flex: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.3 - Thomas Deutschmann · gentoo
sys-devel/flex: Rev bump to fix multiple problems
Closes: https://bugs.gentoo.org/628744 Closes: https://bugs.gentoo.org/625508 See: https://bugs.gentoo.org/632523 Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Sergei Trofimovich · gentoo
sys-devel/flex: allow user patches for cases like #628744
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Lars Wendler · gentoo
sys-devel/flex: Bump to version 2.6.4
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Lars Wendler · gentoo
sys-devel/flex: Added upstream reentrant patch to fix wine breakage.
See https://bugs.winehq.org/show_bug.cgi?id=42132 Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Michael Haubenwallner · gentoo
sys-devel/flex: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
sys-devel/flex: remove duplicate keywords
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Fabian Groffen · gentoo
sys-devel/flex: add Prfix keywords and elibtoolize
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Fabian Groffen · gentoo
sys-devel/flex: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ~x86-freebsd ~x86-interix
Package-Manager: portage-2.3.3 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Mike Frysinger · gentoo
sys-devel/flex: mark 2.6.1 arm64/m68k/s390/sh stable - Lars Wendler · gentoo
sys-devel/flex: Security cleanup (bug #589820).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Jeroen Roovers · gentoo
sys-devel/flex: Stable for HPPA (bug #589820).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - Lars Wendler · gentoo
sys-devel/flex: Bump to version 2.6.3
Removed completely broken 2.6.2 version. Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Agostino Sarubbo · gentoo
sys-devel/flex: ppc64 stable wrt bug #589820
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/flex: ppc stable wrt bug #589820
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/flex: ia64 stable wrt bug #589820
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/flex: sparc stable wrt bug #589820
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
sys-devel/flex-2.6.1-r0: stable on alpha
Gentoo-Bug: 589820 - Markus Meier · gentoo
sys-devel/flex: arm stable, bug #589820
Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" - Agostino Sarubbo · gentoo
sys-devel/flex: x86 stable wrt bug #589820
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/flex: amd64 stable wrt bug #589820
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
sys-devel/flex: Removed old.
Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
sys-devel/flex: Bump to version 2.6.2
Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Mike Frysinger · gentoo
sys-devel/flex: version bump 2.6.1 #578844 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/fwknop-cleanup'
Pull request: https://github.com/gentoo/gentoo/pull/501 - Mike Frysinger · gentoo
sys-devel/flex: disable building tests when USE=-test #568842 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Elizafox/master'
Pull request: https://github.com/gentoo/gentoo/pull/466 - Mike Frysinger · gentoo
sys-devel/flex: fix tests #567332 - Lars Wendler · gentoo
sys-devel/flex: Removed old.
Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
sys-devel/flex: Bump to version 2.6.0
Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@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