<feed xmlns='http://www.w3.org/2005/Atom'>
<title>makepnd.git/contrib/.gitignore, branch makepnd</title>
<subtitle>makepnd-ng
</subtitle>
<id>https://git.cloudef.pw/makepnd.git/atom?h=makepnd</id>
<link rel='self' href='https://git.cloudef.pw/makepnd.git/atom?h=makepnd'/>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/'/>
<updated>2016-10-10T00:38:05Z</updated>
<entry>
<title>Remove contrib</title>
<updated>2016-10-10T00:38:05Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-10-09T12:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=0c99eabd50752310f42ec808c8734a338122ec86'/>
<id>urn:sha1:0c99eabd50752310f42ec808c8734a338122ec86</id>
<content type='text'>
The contrib directory takes too much of the pacman developer's limited time,
which could be better spent developing and reviewing patches for the primary
projects. The community can pick this up in a separate repository if wanted.

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove pacsysclean</title>
<updated>2014-11-21T04:13:57Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2014-11-21T04:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=bb878217cda7a04ae2a866671cdd3df9094bc972'/>
<id>urn:sha1:bb878217cda7a04ae2a866671cdd3df9094bc972</id>
<content type='text'>
This script parsed pacman output and was broken by the change to the use
of appropriate units for package sizes.

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>contrib: update .gitignore</title>
<updated>2013-06-18T03:27:31Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2013-06-18T03:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=c81615f38cb3a835b9248a5aafaf1dc345df15fa'/>
<id>urn:sha1:c81615f38cb3a835b9248a5aafaf1dc345df15fa</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>updpkgsums: add new contrib script</title>
<updated>2012-05-20T22:55:32Z</updated>
<author>
<name>Dave Reisner</name>
<email>dreisner@archlinux.org</email>
</author>
<published>2012-01-09T21:01:48Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=c4ea4e017fc35fe8c5057b86bab0a95dac75fc6f'/>
<id>urn:sha1:c4ea4e017fc35fe8c5057b86bab0a95dac75fc6f</id>
<content type='text'>
This updates checksums in a PKGBUILD in-place. If no sums are found,
they are appended to the end.
</content>
</entry>
<entry>
<title>rankmirrors: move to contrib/</title>
<updated>2012-04-25T00:33:08Z</updated>
<author>
<name>Dave Reisner</name>
<email>dreisner@archlinux.org</email>
</author>
<published>2012-04-22T21:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=953415c86a17c1db8bebbbaca89e6fd5783386b6'/>
<id>urn:sha1:953415c86a17c1db8bebbbaca89e6fd5783386b6</id>
<content type='text'>
This script is of questionable value, as it ranks mirrors by an
uninteresting attribute: ping. While the script itself is interesting,
people should be encouraged to rank mirrors by more useful measures,
such as actual speed, locality, or up to date-ness.

Signed-off-by: Dave Reisner &lt;dreisner@archlinux.org&gt;
</content>
</entry>
<entry>
<title>contrib: remove wget-xdelta from gitignore</title>
<updated>2012-04-20T03:59:30Z</updated>
<author>
<name>Dave Reisner</name>
<email>dreisner@archlinux.org</email>
</author>
<published>2012-04-18T01:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=b9fc709c55cc24a4b026c2a23d32f6dd901b2d61'/>
<id>urn:sha1:b9fc709c55cc24a4b026c2a23d32f6dd901b2d61</id>
<content type='text'>
I removed this in ff713a51 over a year ago.

Signed-off-by: Dave Reisner &lt;dreisner@archlinux.org&gt;
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pacsysclean: Add new contrib script</title>
<updated>2011-12-12T18:48:50Z</updated>
<author>
<name>Eric Bélanger</name>
<email>snowmaniscool@gmail.com</email>
</author>
<published>2011-11-21T22:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=b75fac5be31d6056e78fd29a0548cc3e6275a1b8'/>
<id>urn:sha1:b75fac5be31d6056e78fd29a0548cc3e6275a1b8</id>
<content type='text'>
pacsysclean sort installed packages by decreasing installed size. It's
useful for finding large unused package when doing system clean-up. This
script is an improved version of other similar scripts posted on the
forums. Thanks goes to Dan for fixing and improving my original script.

Signed-off-by: Eric Bélanger &lt;snowmaniscool@gmail.com&gt;
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>paccache: add new contrib script</title>
<updated>2011-08-02T12:24:06Z</updated>
<author>
<name>Dave Reisner</name>
<email>dreisner@archlinux.org</email>
</author>
<published>2011-07-27T18:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=6997a738bbca209cc6a8a29cdb71830bfb912f18'/>
<id>urn:sha1:6997a738bbca209cc6a8a29cdb71830bfb912f18</id>
<content type='text'>
paccache is a robust and flexible package cache cleaner with a variety
of options. Much credit goes to DJ Mills and Pat Brisbin for ideas
behind this script.

Signed-off-by: Dave Reisner &lt;dreisner@archlinux.org&gt;
[Dan: add .gitignore entry]
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>contrib: add paclog-pkglist to gitignore</title>
<updated>2011-07-21T20:03:33Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-07-19T10:02:06Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=058ee1737182c2d5e900e0feba57f0d6496e735e'/>
<id>urn:sha1:058ee1737182c2d5e900e0feba57f0d6496e735e</id>
<content type='text'>
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update contrib/ Makefile</title>
<updated>2011-01-24T21:19:14Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-01-24T21:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=d6a997ee383a8228a0f5bf18af56febb7b6bc189'/>
<id>urn:sha1:d6a997ee383a8228a0f5bf18af56febb7b6bc189</id>
<content type='text'>
We didn't have the proper dependencies specified for our scripts after
the move to *.in extensions, so a change to a file didn't trigger a
rebuild. Also remove old stuff from .gitignore.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
</content>
</entry>
</feed>
