summary refs log tree commit diff
path: root/pkgs/tools/archivers/sharutils
Commit message (Collapse)AuthorAge
* remove stdenv.isBSDcodyopel2015-02-24
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* suitable clang stdenvJoel Taylor2014-09-09
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* Merge branch 'master' into stdenv-updates.Peter Simons2012-11-21
|\ | | | | | | | | | | | | | | Conflicts have been resolved in: pkgs/tools/misc/file/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/python-packages.nix
| * sharutils: making them crossbuild, thanks to a patch.Lluís Batlle i Rossell2012-11-08
| | | | | | | | | | | | Patch taken from: http://repository.timesys.com/buildsources/s/sharutils/sharutils-4.11.1/sharutils-4.11.1-cross-binary-mode-popen.patch after a google search for the guilty part of 'configure'.
* | sharutils: Fix building on Glibc 2.16Eelco Dolstra2012-09-21
|/ | | | http://hydra.nixos.org/build/3046590
* GNU Sharutils 4.11.1.Ludovic Courtès2011-05-30
| | | | svn path=/nixpkgs/trunk/; revision=27320
* GNU sharutils 4.11.Ludovic Courtès2011-02-09
| | | | svn path=/nixpkgs/trunk/; revision=25876
* GNU Sharutils 4.10.Ludovic Courtès2010-09-05
| | | | svn path=/nixpkgs/trunk/; revision=23645
* GNU Sharutils 4.9.Ludovic Courtès2010-03-04
| | | | svn path=/nixpkgs/trunk/; revision=20362
* GNU Sharutils: Pass `gettext'; run the test suite.Ludovic Courtès2010-02-22
| | | | svn path=/nixpkgs/trunk/; revision=20164
* GNU Sharutils 4.8.Ludovic Courtès2010-02-22
| | | | svn path=/nixpkgs/trunk/; revision=20163
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* sharutils added (4.6.3)Yury G. Kudryashov2008-02-18
svn path=/nixpkgs/branches/stdenv-updates/; revision=10744