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
*
include -mtune in the list
Mike Frysinger
2004-02-26
1
-1
/
+2
*
fix bug #42944
Robin H. Johnson
2004-02-26
2
-7
/
+12
*
Spaces to tabs.
Donnie Berkholz
2004-02-25
1
-9
/
+9
*
Adding amd64 keyword. Closing #42517.
Daniel Ahlberg
2004-02-25
1
-2
/
+2
*
remove the configure_die and add an IUSE statement
Caleb Tennis
2004-02-24
1
-35
/
+3
*
change install location of desktop files #26578
Mike Frysinger
2004-02-24
1
-3
/
+8
*
make warning messages even more pronounce
Mike Frysinger
2004-02-23
1
-8
/
+13
*
Make arch() more robust. Basically copied from use() in ebuild.sh.
Donnie Berkholz
2004-02-23
1
-2
/
+30
*
einfo for patch_exclude() should be in the ebuild.
Donnie Berkholz
2004-02-21
1
-3
/
+1
*
Quotes messing up wildcards with multiple matches.
Donnie Berkholz
2004-02-21
1
-2
/
+2
*
patch_exclude() was a little too general.
Donnie Berkholz
2004-02-21
1
-2
/
+2
*
Add patch_exclude() for easy, verbose, pattern-matching patch exclusion.
Donnie Berkholz
2004-02-21
1
-1
/
+21
*
Add arch() helper function to save space when checking ARCH.
Donnie Berkholz
2004-02-21
1
-1
/
+5
*
Removed eutils and flag-o-matic from inherit list since epatch and
Mamoru Komachi
2004-02-21
1
-4
/
+5
*
fix awkward english
Mike Frysinger
2004-02-21
1
-2
/
+2
*
add replace-cpu-flags to help tone down march/mcpu flags
Mike Frysinger
2004-02-21
1
-5
/
+19
*
move ALLOWED_FLAGS/UNSTABLE_FLAGS out of global scope since only one or two f...
Mike Frysinger
2004-02-21
1
-51
/
+72
*
autoconf in DEPEND
Mike Frysinger
2004-02-21
1
-2
/
+3
*
Changed $* to "$@" to avoid parameter expansion.
Mamoru Komachi
2004-02-20
1
-2
/
+2
*
fix to ensure digest integrity. repoman MUST be used with FEATURES='cvs'
John Mylchreest
2004-02-18
1
-8
/
+13
*
small fix in case /usr/src/linux/Makefile doesnt exist
John Mylchreest
2004-02-18
1
-1
/
+5
*
marked ~mips until deps are stable
Michael Sterrett
2004-02-17
1
-2
/
+2
*
mips and ia64 need deps first
Michael Sterrett
2004-02-17
1
-2
/
+2
*
arm isn't ready yet.
Michael Sterrett
2004-02-17
3
-6
/
+6
*
arm needs deps first
Michael Sterrett
2004-02-17
1
-2
/
+2
*
update to cause unipatch to fatal error if file doesnt exist (or is not reada...
John Mylchreest
2004-02-16
1
-7
/
+20
*
add VIM_RUNTIME_SNAP support
Aron Griffis
2004-02-16
1
-1
/
+11
*
adding support for ARCH_URI and ARCH_PATCH
John Mylchreest
2004-02-16
1
-1
/
+17
*
docs fix
John Mylchreest
2004-02-15
1
-5
/
+10
*
*** empty log message ***
Matthew Kennedy
2004-02-12
2
-13
/
+55
*
fix for CD_ROOT when using multiple cds
Mike Frysinger
2004-02-12
1
-1
/
+6
*
Add max_cmd_len patch
Martin Schlemmer
2004-02-11
2
-2
/
+43
*
attempt to fix jpeg linking bug in PHP - bug #41220, bug #27525.
Robin H. Johnson
2004-02-11
1
-2
/
+2
*
bug #28263, move to virtual/snmp finally.
Robin H. Johnson
2004-02-11
1
-2
/
+2
*
ppc64
Brad House
2004-02-09
1
-2
/
+2
*
added addwrite "${ESVN_STORE_DIR}" and many die.
Akinori Hattori
2004-02-08
1
-9
/
+12
*
Aesthetic fix to not change into the PCMCIA_SOURCE_DIR if it's not there.
Peter Johanson
2004-02-07
1
-2
/
+4
*
Initial commit of pcmcia.eclass to uniformly handle drivers that might compil...
Peter Johanson
2004-02-07
1
-0
/
+123
*
-fPIC should be all set now
Mike Frysinger
2004-02-07
1
-4
/
+1
*
fix bug #40439
Robin H. Johnson
2004-02-05
1
-2
/
+2
*
fix bug #40409, RDEPEND not carried thru properly!
Robin H. Johnson
2004-02-05
1
-2
/
+2
*
minor updates
John Mylchreest
2004-02-04
1
-4
/
+3
*
minor fixes during patch process, and adding an output file for the patching
John Mylchreest
2004-02-04
1
-45
/
+46
*
get the directory right for 3.2
Caleb Tennis
2004-02-03
1
-4
/
+2
*
change back DEPEND sytle
Mike Frysinger
2004-02-03
2
-7
/
+7
*
BSD license
Mike Frysinger
2004-02-01
1
-2
/
+2
*
fix pkg-config output
Alastair Tse
2004-02-01
1
-2
/
+2
*
this should solve bug #39373 as it appears to be a problem with findutils (mo...
John Mylchreest
2004-01-31
1
-1
/
+6
*
Fixed mal-conditional statement of RUBY variable
Mamoru Komachi
2004-01-30
1
-2
/
+2
*
Add quotes in is_kernel() to prevent too many arguments error, reported by Ch...
Donnie Berkholz
2004-01-29
1
-2
/
+2
[next]