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/autoepatch.git
master
Automatic patch scripting
Diego E. Pettenò <flameeyes@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add chapter about alternate prefix.
Diego Elio Pettenò
2006-12-30
1
-0
/
+11
*
Add a chapter on the reasons why a standalone package was chosen instead of o...
Diego Elio Pettenò
2006-12-30
4
-0
/
+154
*
Add id value.
Diego Elio Pettenò
2006-12-30
1
-1
/
+1
*
Commit the first draft for the documentation, only introduction for now.
Diego Elio Pettenò
2006-12-30
2
-0
/
+97
*
Add a find() commodity function so that a particular find command can be used...
Diego Elio Pettenò
2006-12-18
1
-0
/
+13
*
Remove temporary files if the patch gets applied fine.
Diego Elio Pettenò
2006-12-18
1
-0
/
+1
*
Fix typo: autepatch -> autoepatch.
Diego Elio Pettenò
2006-12-18
1
-4
/
+4
*
Don't use xargs to start the grep command, the portable subset of find option...
Diego Elio Pettenò
2006-12-18
1
-2
/
+1
*
Skip a find(1) execution, use fgrep to match a complete string, and make sure...
Diego Elio Pettenò
2006-12-18
1
-3
/
+3
*
Add patch for configure LANG settings.
Diego Elio Pettenò
2006-12-18
2
-0
/
+53
*
Allow a patchset to specify a function to execute on the target instead of an...
Diego Elio Pettenò
2006-12-18
2
-0
/
+34
*
Use --null parameter instead of -Z as -Z is overloaded in FBSD's own grep com...
Diego Elio Pettenò
2006-12-18
1
-1
/
+1
*
Output a warning if the patch failed to apply but it's not required.
Diego Elio Pettenò
2006-12-18
1
-5
/
+10
*
Make the fbsd-conf patch apply everywhere, but make it required only on FreeB...
Diego Elio Pettenò
2006-12-18
1
-3
/
+7
*
Filter the list of targets for the kde-autoconf patch: if autoconf 2.6 is alr...
Diego Elio Pettenò
2006-12-18
1
-1
/
+2
*
Announce the patchset first and the targets one by one later.
Diego Elio Pettenò
2006-12-18
1
-1
/
+3
*
Handle errors from the patching subshell in different ways depending on the c...
Diego Elio Pettenò
2006-12-18
1
-2
/
+8
*
Announce which patchset and on which target we're handling every time.
Diego Elio Pettenò
2006-12-18
1
-0
/
+2
*
Add ability for a patchset to tell if the patch is required, and to give a sp...
Diego Elio Pettenò
2006-12-18
2
-2
/
+24
*
Add COPYING with GPL-2 license.
Diego Elio Pettenò
2006-12-18
1
-0
/
+339
*
Add first implementation of autoepatch; patches define a function to find whi...
Diego Elio Pettenò
2006-12-18
2
-0
/
+189
*
Add a patch for KDE's admindir to show that autoepatch can be used for more t...
Diego Elio Pettenò
2006-12-18
2
-0
/
+32
*
Add fbsd-conf patch from ELT-patches as a sample of elibtoolize patches.
Diego Elio Pettenò
2006-12-18
8
-0
/
+549