Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631518 - =app-portage/eix-0.33.0 version bump
Summary: =app-portage/eix-0.33.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-20 12:22 UTC by Manuel Rüger (RETIRED)
Modified: 2017-10-02 16:19 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2017-09-20 12:22:52 UTC
*eix-0.33.0
	Martin Väth <martin at mvath.de>:
	- Provide eix-postsync as a simple eix-sync alternative.
	  To use it with >=portage-2.3.7 create /etc/portage/postsync.d/ and
	  ln -s /usr/bin/eix-postsync /etc/portage/postsync.d/50-eix-postsync
	  After syncing, call eix-diff manually if required
	- Provide a wrapper for eix-function.sh
	- Add support for meson/ninja build system (fast, but less compatible).
	  Probably autotools and meson will both continue to be supported.
	- Make new dialect the default
	- Pass flags to disable dead code. Use --disable-dead-code-elimination
	  (with meson -Ddead-code-elimination=false) to disable this feature.
	- Fix return value in _eix completion. Thanks to
	  Mikael Magnusson <mikachu at gmail.com>
	- Fix option and description typos in configure.ac
	- Replace /etc/make.conf by the new path /etc/portage/make.conf in docs
	- eix-layman help text: Avoid mentioning source commands in make.conf
	  since most users will use nowadays repositories.conf

*eix-0.32.10
	Martin Väth <martin at mvath.de>:
	- Fix subversion guessing without CAREMODE=true
	- Fix wrong prepending of CXXFLAGS and LDFLAGS
	- Fix stress test for C++11 (fixes compilation with clang & gcc++ lib)
	- Fix adding of -fstack-protector-strong and friends
	- Add -fstack-check
	- Fix stress test in ./configure to not spit warning which breaks
	- Fix some sign type conversions
	- Support fallthrough attribute
	- Correctly support mpx with --enable-strong-security if available
	- Fix get_geometry() error check
- Initialize some variables redundantly to make stupid compiler happy
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2017-10-02 16:19:50 UTC
commit 99a663ec84aa9075c845561568f621b0ca406e60
Author: Robin H. Johnson <robbat2@gentoo.org>
Date:   Sun Oct 1 20:39:11 2017 -0700

    app-portage/eix: bump.
    
    Package-Manager: Portage-2.3.8, Repoman-2.3.3