<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msmith/abuild, branch v0.6</title>
<subtitle>msmith's abuild repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/'/>
<entry>
<title>version 0.6</title>
<updated>2008-11-08T08:02:14+00:00</updated>
<author>
<name>Linux User</name>
<email>ncopa@buildozer.(none)</email>
</author>
<published>2008-11-08T08:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=6271e6b8885c70b3167866ce99954998b7b65825'/>
<id>6271e6b8885c70b3167866ce99954998b7b65825</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement recursive build and install</title>
<updated>2008-11-07T20:54:09+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-07T20:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=237528a2d009394a2075373ae5acd2db9deeae27'/>
<id>237528a2d009394a2075373ae5acd2db9deeae27</id>
<content type='text'>
note that the package release now include -r again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
note that the package release now include -r again.
</pre>
</div>
</content>
</entry>
<entry>
<title>do not use splitfuncs variable</title>
<updated>2008-11-07T07:43:31+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-07T07:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=56741bede26dd2954309219dea0325b504b99012'/>
<id>56741bede26dd2954309219dea0325b504b99012</id>
<content type='text'>
the split function name is extraced from the subpackage name in subpackages
variable in one of the following formats:

 1. subpackage:func

    The ':' serves as a separator. subpackage is first part, function second

 2. subpackage-func

    Without ':' separator, the subpackage is the entire string. In the
    example above, the package name is 'subpackage-func'.

    Function is extracted from the text after last '-'.

 3. subpackage

    Without either ':' and '-' the function name will be the subpackage name
    itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the split function name is extraced from the subpackage name in subpackages
variable in one of the following formats:

 1. subpackage:func

    The ':' serves as a separator. subpackage is first part, function second

 2. subpackage-func

    Without ':' separator, the subpackage is the entire string. In the
    example above, the package name is 'subpackage-func'.

    Function is extracted from the text after last '-'.

 3. subpackage

    Without either ':' and '-' the function name will be the subpackage name
    itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>release 0.5</title>
<updated>2008-11-06T16:44:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T16:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=fc3d67b16fc88c132d4925830131cb05d033c428'/>
<id>fc3d67b16fc88c132d4925830131cb05d033c428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement new way of doing subpackages</title>
<updated>2008-11-06T16:08:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T16:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=bd245c07d7bfe758c6483d0333968d4b918f7233'/>
<id>bd245c07d7bfe758c6483d0333968d4b918f7233</id>
<content type='text'>
subpackages contains a list of (full) names of the sub packages
splitfuncs contains a list of corresponding function names to be called
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subpackages contains a list of (full) names of the sub packages
splitfuncs contains a list of corresponding function names to be called
</pre>
</div>
</content>
</entry>
<entry>
<title>rename makedepends to splitfuncs</title>
<updated>2008-11-06T15:27:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T15:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=59bcc571dadaf1054016d4ac8d0a992d0b3a29d2'/>
<id>59bcc571dadaf1054016d4ac8d0a992d0b3a29d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for saintycheck</title>
<updated>2008-11-06T14:47:20+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T14:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=fe74ef1b8458d281714ac1066ccd424cab71ca9a'/>
<id>fe74ef1b8458d281714ac1066ccd424cab71ca9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 0.4</title>
<updated>2008-11-06T14:45:08+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T14:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=61cc69eac9ad371fe75976d7d31d50990a060d62'/>
<id>61cc69eac9ad371fe75976d7d31d50990a060d62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix buggy cleancache</title>
<updated>2008-11-06T14:43:45+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T14:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=b09c15b791ff46b466efb76d23d855440b23d3c4'/>
<id>b09c15b791ff46b466efb76d23d855440b23d3c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>the package now always include the pkgrel</title>
<updated>2008-11-06T14:42:24+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2008-11-06T14:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/abuild/commit/?id=04738df3a7e683b2aa20a1a2ff7b1b3f662f9117'/>
<id>04738df3a7e683b2aa20a1a2ff7b1b3f662f9117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
