summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/doins
Commit message (Collapse)AuthorAgeFilesLines
* Fix it so an empty directory given to doins -r does not trigger failure.Zac Medico2010-01-291-7/+6
| | | | | | (trunk r15172) svn path=/main/branches/2.1.7/; revision=15238
* Bug #299248 - Fix doins return code handling to make sure it always failsZac Medico2010-01-291-3/+20
| | | | | | | when appropriate. Thanks to Jonathan Callen <abcd@g.o> for the initial patch. (trunk r15158) svn path=/main/branches/2.1.7/; revision=15226
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. (trunk r15035)Zac Medico2009-12-131-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15069
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-101-1/+1
| | | | | | Jonathan Callen <abcd@g.o> for this patch. (trunk r14965) svn path=/main/branches/2.1.7/; revision=14999
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-181-5/+21
| | | | | | | | EAPI 3. Thanks to Jonathan Callen <abcd@g.o> for the initial patch (I added EAPI conditionals in order to share code between all EAPIs). (trunk r14625) svn path=/main/branches/2.1.7/; revision=14653
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-291-2/+2
| | | | | | ((ret+=$?)) with ((ret|=$?)). Thanks to zong_sharo for the suggestion. svn path=/main/trunk/; revision=13242
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-0/+98
svn path=/main/trunk/; revision=13063