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
:
proj/portage-idfetch.git
idfetch
master
SoC2010: IDFetch - Intelligent Distfile Fetcher (Portage modifications)
Kostyantyn Ovechko <fastinetserver@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ebuild-helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠ
Zac Medico
2010-04-22
1
-1
/
+3
*
Bug #316311 - Prefer -i18n option of doman to filename language suffix
Zac Medico
2010-04-20
1
-3
/
+5
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
49
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
49
-49
/
+0
*
Fix it so an empty directory given to doins -r does not trigger failure.
Zac Medico
2010-01-06
1
-7
/
+6
*
Bug #299248 - Fix doins return code handling to make sure it always fails
Zac Medico
2010-01-04
1
-3
/
+20
*
Combine 2 shift calls into one.
Zac Medico
2009-12-13
1
-2
/
+1
*
Bug #296554 - Add decompression support to ecompress (similar to ecompressdir
Zac Medico
2009-12-13
1
-0
/
+57
*
Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.
Zac Medico
2009-12-11
2
-2
/
+2
*
Move ebuild helpers to account for rename of EAPI 3 to 4.
Zac Medico
2009-12-08
3
-0
/
+0
*
Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks to
Zac Medico
2009-12-08
2
-2
/
+2
*
Use find with -print0 for absolute safety.
Zac Medico
2009-10-23
1
-2
/
+2
*
Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.
Zac Medico
2009-10-23
1
-9
/
+23
*
Bug #273636 - Add doins and newins support for symlink preservation in
Zac Medico
2009-10-17
2
-7
/
+30
*
Use a shell script wrapper for EPYTHON handling.
Zac Medico
2009-10-11
1
-1
/
+11
*
Use a shell script for dohtml instead of a function, for xargs compatibility.
Zac Medico
2009-10-11
1
-0
/
+11
*
Rename dohtml to dohtml.py. Next commit will add a shell script wrapper for
Zac Medico
2009-10-11
1
-191
/
+0
*
Support print() function with Python 2 in some files.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-0
/
+2
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-16
/
+16
*
Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).
Arfrever Frehtes Taifersar Arahesis
2009-08-21
1
-0
/
+2
*
Add 'return False' which was missing from the previous commit.
Arfrever Frehtes Taifersar Arahesis
2009-08-17
1
-0
/
+1
*
Print a warning when nonexistent files have been passed to dohtml.
Arfrever Frehtes Taifersar Arahesis
2009-08-17
1
-1
/
+3
*
Add dohard and doset helper which die for EAPI 3. TODO: Make the die
Zac Medico
2009-04-24
3
-0
/
+14
*
Set executable.
Zac Medico
2009-04-24
1
-0
/
+0
*
Use ret|=1 instead of ++ret, to avoid possible overflow.
Zac Medico
2009-04-21
1
-1
/
+1
*
Add new dodoc implementation for EAPI 3. Thanks to to Tiziano Müller
Zac Medico
2009-04-21
1
-0
/
+50
*
Make portage.bsd_chflags correspond to FEATURES=chflags so that it can be
Zac Medico
2009-04-13
1
-2
/
+2
*
Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing co...
Zac Medico
2009-04-02
1
-1
/
+1
*
In order to eliminate the possibility of integer overflay, replace things like
Zac Medico
2009-03-29
12
-17
/
+17
*
When copying symlink targets to temp files, use a private temp dir inside
Zac Medico
2009-03-27
1
-2
/
+7
*
For consistency in output with other helpers, check for file existence
Zac Medico
2009-03-27
1
-1
/
+3
*
Fix domo and doexe to return non-zero if there are any errors. Thanks to
Zac Medico
2009-03-25
2
-1
/
+14
*
Also add an einfo binary.
Zac Medico
2009-03-12
1
-0
/
+1
*
Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries for
Zac Medico
2009-03-12
4
-0
/
+11
*
Use ${x##*/} instead of calling basename.
Zac Medico
2009-03-12
1
-1
/
+1
*
Move ebuild helpers into an ebuild-helpers subdirectory.
Zac Medico
2009-03-12
46
-0
/
+1516