Commit Graph

33 Commits

Author SHA1 Message Date
R. Ryantm
9100663334 opengrok: 1.12.23 -> 1.13.0 2023-12-17 11:20:30 +00:00
R. Ryantm
baf8542342 opengrok: 1.12.21 -> 1.12.23 2023-11-26 18:30:47 +00:00
R. Ryantm
632a837cef opengrok: 1.12.15 -> 1.12.21 2023-11-03 01:57:42 +00:00
R. Ryantm
a78307c3e9 opengrok: 1.12.14 -> 1.12.15 2023-10-12 05:03:59 +00:00
R. Ryantm
fdc921ab4d opengrok: 1.12.13 -> 1.12.14 2023-09-03 12:03:54 +00:00
R. Ryantm
7e326a755d opengrok: 1.12.12 -> 1.12.13 2023-08-23 20:04:03 +00:00
R. Ryantm
38f7d6a98a opengrok: 1.12.11 -> 1.12.12 2023-07-15 22:32:55 +00:00
R. Ryantm
12e19456da opengrok: 1.12.9 -> 1.12.11 2023-06-10 09:13:19 +00:00
Mario Rodas
5cc2f9fcfb opengrok: add changelog to meta 2023-05-31 04:20:00 +00:00
Mario Rodas
bb56c9e98c opengrok: 1.12.8 -> 1.12.9
Diff: https://github.com/oracle/opengrok/compare/1.12.8...1.12.9
2023-05-31 04:20:00 +00:00
R. Ryantm
5912945b28 opengrok: 1.12.7 -> 1.12.8 2023-05-31 03:46:22 +00:00
Weijia Wang
8e655eca62 opengrok: set platforms 2023-05-24 12:12:56 +03:00
R. Ryantm
18299c2805 opengrok: 1.12.6 -> 1.12.7 2023-05-24 06:45:06 +00:00
R. Ryantm
633e1517e5 opengrok: 1.12.4 -> 1.12.6 2023-05-13 02:30:27 +00:00
R. Ryantm
d8787b0f38 opengrok: 1.12.3 -> 1.12.4 2023-05-06 13:15:13 +00:00
R. Ryantm
ab4ff1fa7f opengrok: 1.12.0 -> 1.12.3 2023-04-30 12:13:34 +00:00
R. Ryantm
0d5c93e19f opengrok: 1.11.5 -> 1.12.0 2023-04-26 10:52:03 +00:00
R. Ryantm
c26ff1d918 opengrok: 1.9.2 -> 1.11.5 2023-04-16 22:42:04 +00:00
R. Ryantm
d89c7858b2 opengrok: 1.8.4 -> 1.9.2 2023-03-26 06:13:50 +00:00
Weijia Wang
5f61bf521c opengrok: 1.0 -> 1.8.4 2023-03-16 12:42:52 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
Renaud
45923f698d opengrok: 0.12.1.5 -> 1.0
Fix source tarball and version claim mismatch
2018-11-15 12:29:11 +01:00
Ryan Mulligan
5664866973 opengrok: 0.12.5 -> 1.0
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.0 with grep in /nix/store/x8i9mf6wvwj3n7il5kixfyrn0gdshnsb-opengrok-1.0
- found 1.0 in filename of file in /nix/store/x8i9mf6wvwj3n7il5kixfyrn0gdshnsb-opengrok-1.0
2018-03-09 04:55:03 -08:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Jean-Pierre PRUNARET
59639ad8b0 opengrok: 0.12.1 (broken) -> 0.12.5 2017-02-15 10:22:02 +01:00
Tuomas Tynkkynen
74a3a2cd7e treewide: Use makeBinPath 2016-08-23 01:18:10 +03:00
Eelco Dolstra
40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Luca Bruno
bc53b9ec4c opengrok: new package
Source code search and cross reference engine

http://opengrok.github.io/OpenGrok/
2014-06-04 14:29:54 +02:00