summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/dosed
Commit message (Collapse)AuthorAgeFilesLines
* Revert "xml/metadata: implement XMLParser.doctype()"Zac Medico2011-08-311-5/+3
| | | | | This reverts commit ce501b36d7078db059c606d3b4f38637ad09528e. This commit had lots of unintended changes included.
* xml/metadata: implement XMLParser.doctype()Zac Medico2011-08-311-3/+5
| | | | | Avoid deprecation warnings again, like in commit 63035acd702ab0cdaac31e33676b5a20a91eae47.
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* 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/+36
svn path=/main/trunk/; revision=13063