summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a patchset that simply covers for gnuconfig updating, that can replace ↵HEADmasterDiego Elio Pettenò2007-01-071-0/+18
| | | | | | both gnuconfig.eclass and econf's calls. svn path=/trunk/; revision=41
* Replace 'Testing' with 'Applying', use ebegin/eend to give the status of ↵Diego Elio Pettenò2007-01-071-4/+9
| | | | | | patching, and make sure that if the trigger action works the patch is considered applied. svn path=/trunk/; revision=40
* minor english cleanupsJoshua Saddler2007-01-051-39/+35
| | | | svn path=/trunk/; revision=39
* fixed up the introductionJoshua Saddler2007-01-021-88/+74
| | | | svn path=/trunk/; revision=38
* Document patch_trigger_action function.Diego Elio Pettenò2007-01-011-0/+22
| | | | svn path=/trunk/; revision=37
* fixed DTD locationJoshua Saddler2006-12-311-1/+1
| | | | svn path=/trunk/; revision=36
* Fix xref.Diego Elio Pettenò2006-12-311-1/+1
| | | | svn path=/trunk/; revision=35
* grammar, spelling, general english and document flow cleanup, per flameeyes' ↵Joshua Saddler2006-12-311-86/+72
| | | | | | request svn path=/trunk/; revision=34
* Spelling corrections, thanks to lu_zero.Diego Elio Pettenò2006-12-311-2/+2
| | | | svn path=/trunk/; revision=33
* Start documenting the functions in the patchset's script.Diego Elio Pettenò2006-12-311-0/+57
| | | | svn path=/trunk/; revision=32
* Start writing documentation on writing patchsets.Diego Elio Pettenò2006-12-301-0/+17
| | | | svn path=/trunk/; revision=31
* Remove IFS reset, as the set was removed already.Diego Elio Pettenò2006-12-301-2/+0
| | | | svn path=/trunk/; revision=30
* Add some documentation about whitespaces in autoepatch.Diego Elio Pettenò2006-12-301-0/+40
| | | | svn path=/trunk/; revision=29
* Make standalone just a subsection of Introduction.Diego Elio Pettenò2006-12-303-58/+62
| | | | svn path=/trunk/; revision=28
* Add a paragaph about Gentoo specific software.Diego Elio Pettenò2006-12-301-0/+8
| | | | svn path=/trunk/; revision=27
* Add a section about requirementsDiego Elio Pettenò2006-12-301-1/+63
| | | | svn path=/trunk/; revision=26
* Add chapter about alternate prefix.Diego Elio Pettenò2006-12-301-0/+11
| | | | svn path=/trunk/; revision=25
* Add a chapter on the reasons why a standalone package was chosen instead of ↵Diego Elio Pettenò2006-12-304-0/+154
| | | | | | other solutions, and start one about the way autoepatch works. svn path=/trunk/; revision=24
* Add id value.Diego Elio Pettenò2006-12-301-1/+1
| | | | svn path=/trunk/; revision=23
* Commit the first draft for the documentation, only introduction for now.Diego Elio Pettenò2006-12-302-0/+97
| | | | svn path=/trunk/; revision=22
* Add a find() commodity function so that a particular find command can be ↵Diego Elio Pettenò2006-12-181-0/+13
| | | | | | used instead of the default one, this is needed for OpenBSD compatibility as their 'secure' version does not support the -exec {} + option. svn path=/trunk/; revision=21
* Remove temporary files if the patch gets applied fine.Diego Elio Pettenò2006-12-181-0/+1
| | | | svn path=/trunk/; revision=20
* Fix typo: autepatch -> autoepatch.Diego Elio Pettenò2006-12-181-4/+4
| | | | svn path=/trunk/; revision=19
* Don't use xargs to start the grep command, the portable subset of find ↵Diego Elio Pettenò2006-12-181-2/+1
| | | | | | options allows -exec +, that does what we need. Also use egrep instead of fgrep. svn path=/trunk/; revision=18
* Skip a find(1) execution, use fgrep to match a complete string, and make ↵Diego Elio Pettenò2006-12-181-3/+3
| | | | | | sure no false targets are outputted on empty commandline (can't use xargs's -r option as it's non-STANDARD). svn path=/trunk/; revision=17
* Add patch for configure LANG settings.Diego Elio Pettenò2006-12-182-0/+53
| | | | svn path=/trunk/; revision=16
* Allow a patchset to specify a function to execute on the target instead of ↵Diego Elio Pettenò2006-12-182-0/+34
| | | | | | an actual patch, this way it can be used also to fix behaviours that would require a lot of patching (used already in KDE). svn path=/trunk/; revision=15
* Use --null parameter instead of -Z as -Z is overloaded in FBSD's own grep ↵Diego Elio Pettenò2006-12-181-1/+1
| | | | | | command. svn path=/trunk/; revision=14
* Output a warning if the patch failed to apply but it's not required.Diego Elio Pettenò2006-12-181-5/+10
| | | | svn path=/trunk/; revision=13
* Make the fbsd-conf patch apply everywhere, but make it required only on ↵Diego Elio Pettenò2006-12-181-3/+7
| | | | | | FreeBSD, so that it can be tested on every package beforehand, this is the same spirit that other patches should follow; to check if the patch is already applied or not, that's a task for patch_targets. svn path=/trunk/; revision=12
* Filter the list of targets for the kde-autoconf patch: if autoconf 2.6 is ↵Diego Elio Pettenò2006-12-181-1/+2
| | | | | | already handled just skip them. svn path=/trunk/; revision=11
* Announce the patchset first and the targets one by one later.Diego Elio Pettenò2006-12-181-1/+3
| | | | svn path=/trunk/; revision=10
* Handle errors from the patching subshell in different ways depending on the ↵Diego Elio Pettenò2006-12-181-2/+8
| | | | | | code. svn path=/trunk/; revision=9
* Announce which patchset and on which target we're handling every time.Diego Elio Pettenò2006-12-181-0/+2
| | | | svn path=/trunk/; revision=8
* Add ability for a patchset to tell if the patch is required, and to give a ↵Diego Elio Pettenò2006-12-182-2/+24
| | | | | | specific error message in case it failed to apply. svn path=/trunk/; revision=7
* Add COPYING with GPL-2 license.Diego Elio Pettenò2006-12-181-0/+339
| | | | svn path=/trunk/; revision=6
* Add first implementation of autoepatch; patches define a function to find ↵Diego Elio Pettenò2006-12-182-0/+189
| | | | | | which targets are to be patched, and autoepatch tries all the patches on them. There's a long list of TODOs to handle though. svn path=/trunk/; revision=5
* Add a patch for KDE's admindir to show that autoepatch can be used for more ↵Diego Elio Pettenò2006-12-182-0/+32
| | | | | | than just ELT patches. svn path=/trunk/; revision=4
* Add fbsd-conf patch from ELT-patches as a sample of elibtoolize patches.Diego Elio Pettenò2006-12-188-0/+549
svn path=/trunk/; revision=3