<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/tools/admin, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>Change occurrences of gcc to the more general cc</title>
<updated>2014-12-26T17:06:21+00:00</updated>
<author>
<name>John Wiegley</name>
<email>johnw@newartisans.com</email>
</author>
<published>2014-12-17T18:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=28b6fb61e651a3e2cca57d087781e7ba6ab45e7c'/>
<id>28b6fb61e651a3e2cca57d087781e7ba6ab45e7c</id>
<content type='text'>
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>awscli: update to 1.6.10 and adopt it</title>
<updated>2014-12-26T11:26:08+00:00</updated>
<author>
<name>muflax</name>
<email>mail@muflax.com</email>
</author>
<published>2014-12-26T05:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=745e3e64a96a228104be43e7958b269deddb154e'/>
<id>745e3e64a96a228104be43e7958b269deddb154e</id>
<content type='text'>
[Bjørn: upper-case first letter in description]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Bjørn: upper-case first letter in description]
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn more licenses into lib.licenses style</title>
<updated>2014-11-06T00:48:16+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-11-06T00:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=007f80c1d0440b89970000b92f78ce76186d99a5'/>
<id>007f80c1d0440b89970000b92f78ce76186d99a5</id>
<content type='text'>
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
</pre>
</div>
</content>
</entry>
<entry>
<title>awscli -&gt; 1.5.5, botocore -&gt; 0.69.0</title>
<updated>2014-11-04T17:44:13+00:00</updated>
<author>
<name>Vladimir Kirillov</name>
<email>proger@wilab.org.ua</email>
</author>
<published>2014-11-04T17:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=049a991bc1917302a58fca11c06d7df7f5b69fda'/>
<id>049a991bc1917302a58fca11c06d7df7f5b69fda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to latest awscli</title>
<updated>2014-10-27T11:00:07+00:00</updated>
<author>
<name>Rob Vermaas</name>
<email>rob.vermaas@gmail.com</email>
</author>
<published>2014-10-27T11:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8b47b6732996891e5e8386cbd043fbc9c2224015'/>
<id>8b47b6732996891e5e8386cbd043fbc9c2224015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix many package descriptions</title>
<updated>2014-08-24T20:31:37+00:00</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2014-08-24T14:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c9baba9212feb6e39151118647d45b34b029a6df'/>
<id>c9baba9212feb6e39151118647d45b34b029a6df</id>
<content type='text'>
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3615 from bosu/tigervnc-xkb-fix</title>
<updated>2014-08-23T08:54:49+00:00</updated>
<author>
<name>Michael Raskin</name>
<email>7c6f434c@mail.ru</email>
</author>
<published>2014-08-23T08:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=35bf3616085ebc588dea5d3e20e0fcf9f0e58eb7'/>
<id>35bf3616085ebc588dea5d3e20e0fcf9f0e58eb7</id>
<content type='text'>
tigervnc: fix xkb configuration for Xvnc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tigervnc: fix xkb configuration for Xvnc</pre>
</div>
</content>
</entry>
<entry>
<title>tigervnc: fix xkb configuration for Xvnc</title>
<updated>2014-08-15T14:51:50+00:00</updated>
<author>
<name>Boris Sukholitko</name>
<email>boriss@gmail.com</email>
</author>
<published>2014-08-15T14:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2815cdb8a77c632dacaa9d1d9228af8019d2e4d2'/>
<id>2815cdb8a77c632dacaa9d1d9228af8019d2e4d2</id>
<content type='text'>
Without those fixes, Xvnc doesn't work at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without those fixes, Xvnc doesn't work at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>tigervnc: upgrade to 1.3.1 security release</title>
<updated>2014-08-15T11:37:22+00:00</updated>
<author>
<name>Boris Sukholitko</name>
<email>boriss@gmail.com</email>
</author>
<published>2014-08-15T11:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=91293785e845ce1cc3b5531d61b7dc770251cbdf'/>
<id>91293785e845ce1cc3b5531d61b7dc770251cbdf</id>
<content type='text'>
The source is on github archive now. Therefore switch to fetchurl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The source is on github archive now. Therefore switch to fetchurl.
</pre>
</div>
</content>
</entry>
<entry>
<title>sec: update to version 2.7.6</title>
<updated>2014-07-30T14:11:52+00:00</updated>
<author>
<name>tv@shackspace.de</name>
<email>tv@shackspace.de</email>
</author>
<published>2014-07-29T20:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2f53665c08a1cc7b086be5e2da50b30650eaa2b7'/>
<id>2f53665c08a1cc7b086be5e2da50b30650eaa2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
