GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
only use --with-abi for x86_64 targets with recent enough versions as reporte...
Mike Frysinger
2011-12-08
1
-2
/
+10
*
omit the /usr/src/linux warning if nothing actually exists there
Mike Frysinger
2011-12-08
1
-1
/
+4
*
handle --with-abi for x86_64 targets too, and unify with the --with-multilib-...
Mike Frysinger
2011-12-08
1
-25
/
+35
*
Update HOMEPAGE (bug #388133).
Davide Pesavento
2011-12-08
2
-3
/
+6
*
use -depth/-delete to simplify empty dir pruning
Mike Frysinger
2011-12-07
1
-4
/
+2
*
allow -mx32 ABI flag
Mike Frysinger
2011-12-07
1
-2
/
+2
*
Disappear disappeared devs.
Ryan Hill
2011-12-07
2
-4
/
+8
*
send `chown root` output to /dev/null so that we dont dump a lot of crap when...
Mike Frysinger
2011-12-06
1
-4
/
+5
*
backport x32 support to 4.6.2+ until 4.7.0+ is released
Mike Frysinger
2011-12-06
1
-3
/
+13
*
fix multilib assumptions when setting up LDPATH (that there is only "32" and ...
Mike Frysinger
2011-12-06
1
-33
/
+16
*
simplify GCC_LANG logic
Mike Frysinger
2011-12-06
1
-30
/
+14
*
simplify the setup of $S and $SRC_URI a bit
Mike Frysinger
2011-12-06
1
-29
/
+16
*
the make_gcc_hard func already displays info messages, so simplify the callin...
Mike Frysinger
2011-12-06
1
-5
/
+2
*
unify duplicate sed statements in make_gcc_hard
Mike Frysinger
2011-12-06
1
-10
/
+11
*
collapse redundant hardened_gcc_works checks in want_minispecs
Mike Frysinger
2011-12-06
1
-2
/
+2
*
drop HARDENED_{GCC,PIE}_WORKS variable checking since no one sets these anymore
Mike Frysinger
2011-12-06
1
-10
/
+7
*
drop {PIE,SSP}_UNSUPPORTED variable checking since no one sets these, and it ...
Mike Frysinger
2011-12-06
1
-47
/
+7
*
turn libssp support into a USE flag and drop all the manual detection of SSP ...
Mike Frysinger
2011-12-06
1
-50
/
+3
*
Drop obsolete/unsupported SSP/PIE code in older gcc versions (pre gcc-4)
Mike Frysinger
2011-12-06
1
-137
/
+5
*
Add documentation for RUBY_FAKEGEM_EXTRAINSTALL.
Hans de Graaff
2011-12-05
1
-3
/
+10
*
Add semicolon to fix ferringb's last change.
Mike Gilbert
2011-12-05
2
-3
/
+6
*
no one uses MAN_VER anymore, so just drop it
Mike Frysinger
2011-12-04
1
-18
/
+1
*
simplify libjava multilib hack a bit
Mike Frysinger
2011-12-04
1
-12
/
+10
*
relocate logging.properties from libgcj to avoid SLOT collisions #390713 by M...
Mike Frysinger
2011-12-04
1
-10
/
+12
*
drop old glibc pie checking as this has worked since at least version 2.4
Mike Frysinger
2011-12-04
1
-16
/
+1
*
Fix IFS=: bleeding out from java-vm_sandbox-predict invocations
Brian Harring
2011-12-04
2
-3
/
+8
*
drop now unused exclude_gcc_patches/GENTOO_PATCH_EXCLUDE logic
Mike Frysinger
2011-12-03
1
-16
/
+1
*
delete unused HTB_EXCLUSIVE variable, and drop old do_gcc_stub logic which is...
Mike Frysinger
2011-12-03
1
-31
/
+4
*
Use ebegin/eend instead of einfo.
Ulrich Müller
2011-12-03
2
-5
/
+7
*
Only depend on AUTOTOOLS_DEPEND when pulling xfce4-dev-tools, so use AUTOTOOL...
Samuli Suominen
2011-12-03
1
-2
/
+4
*
Sync eclasses from Emacs overlay (revision 1752).
Ulrich Müller
2011-12-03
3
-6
/
+23
*
convert GCCMAJOR/GCCMINOR checking to tc_version_is_at_least when possible
Mike Frysinger
2011-12-03
1
-13
/
+9
*
drop protoize/unprotoize altogether since upstream has deprecated it
Mike Frysinger
2011-12-03
1
-10
/
+1
*
delete hardened code that is only used in gcc-3.x versions (as we no longer s...
Mike Frysinger
2011-12-02
1
-86
/
+1
*
find the C++ man page dir dynamically to handle gcc-4.3+ #273654 by David Flo...
Mike Frysinger
2011-12-02
1
-2
/
+2
*
fix eqawarn to always return 0; this matches portage behaviour which annoying...
Brian Harring
2011-12-02
2
-2
/
+8
*
previous commit inverted the tested values
Mike Frysinger
2011-12-02
1
-3
/
+3
*
simplify kernel_is logic
Mike Frysinger
2011-12-02
1
-20
/
+7
*
include $PWD in epatch log
Mike Frysinger
2011-12-02
1
-2
/
+2
*
delete unsed generate_sparc_asm helper
Mike Frysinger
2011-12-02
1
-62
/
+1
*
simplify default variable setup
Mike Frysinger
2011-12-02
1
-6
/
+4
*
use `read` to simplify the creation of an array from a string
Mike Frysinger
2011-12-02
1
-13
/
+7
*
simplify SLOT for cross-compiling ... this was a hold over from long ago when...
Mike Frysinger
2011-12-02
1
-6
/
+2
*
convert linux-2.4/gcc-4 check to gcc-4+
Mike Frysinger
2011-12-01
1
-2
/
+2
*
do not warn about /usr/src/linux cruft when installing kernel headers
Mike Frysinger
2011-12-01
1
-2
/
+3
*
fix up python libstdc++ helpers: install the core code into the same place as...
Mike Frysinger
2011-11-30
1
-12
/
+20
*
Update supported pypy ABIs.
Dirkjan Ochtman
2011-11-30
1
-2
/
+2
*
ac_cv_search expects the library name to link, not "yes" #392471 by Ted Marston
Mike Frysinger
2011-11-29
1
-2
/
+2
*
add USE=zlib support with newer binutils
Mike Frysinger
2011-11-29
1
-1
/
+16
*
eat mangled whitespace pointed out by David James
Mike Frysinger
2011-11-29
1
-3
/
+3
[next]