Commit graph

50 commits

Author SHA1 Message Date
R. RyanTM 442cbdd9ac global: 6.6.4 -> 6.6.5 2020-09-23 04:17:51 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 885fb1b61b global: 6.6.3 -> 6.6.4 2020-01-06 04:47:32 -08:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 549bf1354b global: 6.6.2 -> 6.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/global/versions
2018-12-25 15:19:03 -08:00
c0bw3b 0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan 7410ea3399 global: 6.5.7 -> 6.6.2
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags --version` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global --version` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gozilla --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gozilla --version` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags -h` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags --version` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope -h` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope -V` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope --version` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped --version` and found version 6.6.2
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped --help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped help` got 0 exit code
- ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped --version` and found version 6.6.2
- found 6.6.2 with grep in /nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2
- found 6.6.2 in filename of file in /nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2
2018-03-08 10:14:16 -08:00
Leandro Lisboa Penz fc7397d66b Revert "gnu global: set path of default gtags.conf in wrapper"
This reverts commit bd0d64730a.

Setting GTAGSCONF is not an adequate solution as it prevents the use of
it and the way it was done also breaks gtags when it is called by
global.

Fixes NixOS/nixpkgs#26971
2017-08-27 04:36:45 +02:00
Pascal Wittmann b73fd0c562 global: 6.5.6 -> 6.5.7 2017-05-30 13:36:07 +02:00
Leandro Lisboa Penz bd0d64730a gnu global: set path of default gtags.conf in wrapper
GNU global's gtags and global tools were unable to find the default
gtags.conf, necessary to use gtagslabels. The error could be seen
when gtags was invoked with -v:
$ gtags -v --gtagslabel=pygments
[Sun Mar 19 14:13:17 UTC 2017] Gtags started.
 Using default configuration.
 GTAGSLABEL(--gtagslabel) ignored since configuration file not found.
 Using 'gtags.files' as a file list.
[Sun Mar 19 14:13:17 UTC 2017] Creating 'GTAGS' and 'GRTAGS'.
[Sun Mar 19 14:13:17 UTC 2017] Done.

The wrapper now points to the default gtags.conf using the
GTAGSCONF environment variable.
2017-03-19 14:25:56 +00:00
Leon Isenberg 3211ff1b50 global: support universal-ctags 2017-02-24 07:51:39 +01:00
Pascal Wittmann fc56c8c5cd
global: 6.5.5 -> 6.5.6 2017-01-09 20:49:02 +01:00
Peter Hoeg 76aa997f20 gnu global: 6.5.4 -> 6.5.5 2016-09-29 10:40:51 +08:00
Tuomas Tynkkynen e80e4ba2bb treewide: Make explicit that 'dev' output of sqlite is used 2016-05-19 10:04:34 +02:00
Tuomas Tynkkynen 99acb412ab treewide: Make explicit that 'dev' output of ncurses is used 2016-05-19 10:00:49 +02:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Pascal Wittmann 0ca288abc8 global: 6.5.3 -> 6.5.4 2016-03-29 21:29:26 +02:00
Pascal Wittmann d05540b683 global: 6.5.2 -> 6.5.3 2016-03-24 00:07:40 +01:00
Vladimír Čunát 716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Pascal Wittmann 340c8acfaf global: 6.5.1 -> 6.5.2 2016-01-03 19:47:17 +01:00
Vladimír Čunát 91407a8bdf ncurses: split into multiple outputs
Some programs (e.g. tput) might better be moved somewhere else than
$dev/bin, but that can be improved later if need be.
2015-10-13 20:18:44 +02:00
Pascal Wittmann c748c0fb41 global: 6.5 -> 6.5.1 2015-09-15 23:47:18 +02:00
Pascal Wittmann 2700715567 global: update from 6.4 to 6.5 2015-06-11 10:46:57 +02:00
codyopel b8f1d6c9db global: refactor 2015-05-11 04:22:26 -04:00
Pascal Wittmann 2958fedc2d global: update from 6.3.4 to 6.4 2015-04-08 16:04:56 +02:00
John Wiegley 80c6c5e9ec global: wrap "global" in the same fashion 2015-03-31 20:56:05 -05:00
John Wiegley c7ce8c7768 global: make pygments visible to "gtags" binary 2015-03-31 20:53:22 -05:00
John Wiegley b29fc6bfaf global: add missing spaces to configureFlags 2015-03-31 16:09:40 -05:00
John Wiegley 227ebdc7cb Remove unnecessary entries in propagatedBuildInputs 2015-03-31 10:34:22 -05:00
John Wiegley 65b4013194 Add propagatedBuildInputs 2015-03-31 10:31:58 -05:00
John Wiegley b6932f56f8 Enable two modern features of GNU global 2015-03-31 10:30:19 -05:00
Pascal Wittmann a9719f9dbb global: update from 6.2.12 to 6.3.4 2015-03-09 17:53:45 +01:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(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.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
John Wiegley 010132e302 Change several package constraints from linux to unix
They all build on Darwin.
2014-04-12 16:01:16 -05:00
Evgeny Egorochkin bf8991175a global: update from 6.2.9 to 6.2.12 2014-04-03 10:22:59 +03:00
Nixpkgs Monitor 8cfaf0697c global: update from 6.2.2 to 6.2.9 2013-12-12 03:11:34 +02:00
Ludovic Courtès f62c274011 GNU GLOBAL 6.2.2.
svn path=/nixpkgs/trunk/; revision=33697
2012-04-09 20:50:59 +00:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Ludovic Courtès 89df6c6c35 GNU GLOBAL 6.1.
svn path=/nixpkgs/trunk/; revision=30119
2011-10-30 00:01:15 +00:00
Ludovic Courtès 4fe98cdc02 GNU GLOBAL 6.0.
svn path=/nixpkgs/trunk/; revision=29316
2011-09-17 10:09:33 +00:00
Ludovic Courtès 08e6c13dee GNU GLOBAL 5.9.7.
svn path=/nixpkgs/trunk/; revision=27587
2011-07-04 11:52:30 +00:00
Ludovic Courtès 0d67ee1913 GNU GLOBAL 5.9.6.
svn path=/nixpkgs/trunk/; revision=27439
2011-06-13 20:52:26 +00:00
Ludovic Courtès 0add50ed1b GNU GLOBAL 5.9.5.
svn path=/nixpkgs/trunk/; revision=27321
2011-05-30 21:48:55 +00:00
Ludovic Courtès 69fec8a6a0 GNU GLOBAL 5.9.4.
svn path=/nixpkgs/trunk/; revision=26252
2011-03-10 14:53:24 +00:00
Ludovic Courtès 0db18b0d5f GNU GLOBAL 5.9.3.
svn path=/nixpkgs/trunk/; revision=25608
2011-01-18 09:34:52 +00:00
Ludovic Courtès 1bc6e5c847 GLOBAL: Install the Emacs mode.
svn path=/nixpkgs/trunk/; revision=16334
2009-07-13 09:21:04 +00:00
Ludovic Courtès 474c54071b Add GNU GLOBAL, a source code tag system.
svn path=/nixpkgs/trunk/; revision=16333
2009-07-13 09:05:56 +00:00