Commit Graph

163 Commits

Author SHA1 Message Date
Hythera
9e31aa9ff9 eclipses.plugins.*: set pname 2026-02-05 23:11:56 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Lee Bousfield
c4f162ba03 treewide: pin GitHub source URLs to commits 2025-11-16 09:16:02 -07:00
Silvan Mosberger
06073cf091 eclipses.plugins: Remove scala plugin (#462216) 2025-11-16 16:01:11 +00:00
Silvan Mosberger
3ab5415291 eclipses.plugins: Remove bytecode-outline (#462213) 2025-11-16 16:00:24 +00:00
Raphael Zimmermann
b351ffa2e4 eclipses.plugins: Remove scala plugin
The Eclipse Scala IDE is officially deprecated, see e45b942356/proposals/033-deprecate-scala-ide.md
2025-11-16 16:14:09 +01:00
Raphael Zimmermann
3fceccefb4 eclipses.plugins: Remove bytecode-outline 2025-11-16 16:12:55 +01:00
Silvan Mosberger
4b78e0902a eclipses.plugins.testng: Update urls (#462222) 2025-11-16 15:08:31 +00:00
Silvan Mosberger
71aab0aca7 eclipses.plugins: Remove Apache ivyde, iyvderv, ivyant and ivy plugins (#461935) 2025-11-16 14:07:45 +00:00
Raphael Zimmermann
c732ed25d4 eclipses.plugins: Remove Apache ivyde, iyvderv, ivyant and ivy plugins
The Ant PMC voted to archive the IvyDE subproject. This means that all its resources are removed or made read only and no further development will be done.
2025-11-16 15:02:46 +01:00
Silvan Mosberger
5423742708 eclipses.plugins.anyedittools: 2.7.2.202006062100 -> 2.7.3.202502241151 (#462210) 2025-11-16 13:51:54 +00:00
Raphael Zimmermann
9a2d93b4e8 eclipses.plugins.testng: Update update urls 2025-11-16 13:45:36 +01:00
Raphael Zimmermann
feb3620c3e eclipses.plugins.ansi-econsole: Update urls 2025-11-16 13:09:42 +01:00
Raphael Zimmermann
df2ce5dc16 eclipses.plugins.anyedittools: 2.7.2.202006062100 -> 2.7.3.202502241151 2025-11-16 13:04:15 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Matt McHenry
6c10afa8a4 eclipses: 2023-09 -> 2023-12 2023-12-28 22:30:17 -05:00
nicoo
87ff8913bf eclipses.plugins.ivyde{,rv}: Replace SHA-1 hashes with SHA256 in SRI format 2023-10-26 15:26:24 +00:00
Matt McHenry
43d1ee8651 eclipse: 2023-06 -> 2023-09 2023-10-16 00:34:15 +02:00
Matt McHenry
aa063ec6e9 eclipses: 2023-03 -> 2023-06 2023-09-29 20:34:05 +02:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
Matt McHenry
52eac4e1d5 eclipses: 2022-12 -> 2023-03
* generalize the justj-stripping regex a tad, since it has grown a
  trailing /java in some flavors of eclipse.

* resurrect .eclipseproduct workaround from 2012-12 /
  8a7561ec09

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-16 14:27:25 -04:00
Matt McHenry
d18008b8ea eclipses: 2022-09 -> 2022-12
drop .eclipseproduct workaround from 2012-12 /
8a7561ec09
2023-01-15 10:36:39 +01:00
Bjørn Forsman
18881195c2 eclipses.plugins.embed-cdt: 3.1.1 -> 6.3.1
* Rename from gnuarmeclipse.
* Version bump.
* Update meta.
* Alias the old name, for backwards compat.
2022-11-04 18:44:07 +01:00
Matt McHenry
a660bf0f55 eclipses: 2022-03 -> 2022-06 2022-07-25 14:05:29 +02:00
Pavol Rusnak
a40cc0e399 eclipse.plugins.bytecode-outline: 2.5.0.201711011753-5a57fdf -> 1.0.1.202006062100
fix dead upstream urls, replace with new upstream

plugin has lower version because the versioning has been
restarted when the plugin namespace was changed from de.loskutov.BytecodeOutline
to org.eclipse.jdt.bcoview
2022-06-21 15:25:15 +02:00
Pavol Rusnak
1367f89a73 eclipse.plugins.anyedittools: 2.7.1.201709201439 -> 2.7.2.202006062100
fix dead upstream urls, replace with new upstream
2022-06-21 15:23:41 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Artturin
b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Matt McHenry
e3958c8098 eclipses: 2021-12 -> 2022-03 2022-04-04 21:06:10 +02:00
Matt McHenry
8a7561ec09 eclipses: 2021-09 -> 2021-12
the .eclipseproduct file bundled with 2021-12 mistakenly still says
version=4.21.0, so tweak build-eclipse.nix to stop relying on it for
now.
2021-12-14 22:42:39 +01:00
Armin Rothfuss
f3ff3fe3db eclipses.plugins: Add Apache ivyde, iyvderv, ivyant and ivy plugins (#142407)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05 14:09:15 +01:00
Matt McHenry
1f4b61279f eclipses: 2021-06 -> 2021-09 2021-10-04 16:02:35 -04:00
Matt McHenry
07d6a1a78c eclipses: 2021-03 -> 2021-06 2021-08-27 21:10:48 -04:00
Matt McHenry
1e67ddbf60 eclipses: 2020-12 -> 2021-03
* remove the jdt plugin, as it's not longer packaged separately on the
  eclipse download site :-(
  https://www.eclipse.org/forums/index.php/t/1107570/

* add eclipse-jee as a second option for those who need jdt

* remove eclipses.rust

    this build was present at:

    https://www.eclipse.org/downloads/packages/release/2020-12/r
    https://www.eclipse.org/downloads/packages/release/2021-03/m2

    but is not present at:

    https://www.eclipse.org/downloads/packages/release/2021-03/m3
    https://www.eclipse.org/downloads/packages/release/2021-03/rc1
    https://www.eclipse.org/downloads/packages/release/2021-03/r

    https://projects.eclipse.org/projects/tools.corrosion seems to
    point users to install as a plugin rather than a top-level eclipse
    package.
2021-04-24 12:02:30 -04:00
Robert Helgesson
831e64bad4 Drop maintainership for some packages 2021-04-18 09:00:18 +02:00
Matt McHenry
1692303551 eclipses.plugins.freemarker: init at 1.5.305 2021-02-17 21:09:58 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bjørn Forsman
d0ecbe67b8 eclipses.plugins.cdt: fix hash
The last update had a copy-pasta error: the hash for jdt was also used
for cdt.

Fixes: 66a14b3e23 ("eclipses: 2020-09 -> 2020-12")
2020-12-28 20:54:33 +01:00
mohe2015
66a14b3e23 eclipses: 2020-09 -> 2020-12 2020-12-20 19:25:28 +01:00
MetaDark
4a5c49363a fetchzip: remove write permissions for unpacked files
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
Matt McHenry
a7cad45d93 eclipses: 2020-06 -> 2020-09 2020-11-20 23:58:44 +01:00
Matt McHenry
5383d2d32c eclipses: 2020-03 -> 2020-06
PR #91113
2020-06-19 20:43:08 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matt McHenry
05096867a5 eclipses: 2019-12 -> 2020-03 2020-03-23 23:11:18 +01:00
Bjørn Forsman
804fbc9c87 eclipses.plugins.cdt: fix source hash 2020-01-24 20:18:14 +01:00
Robert Helgesson
0c74d7b22e eclipsePlugins.jdt: fix source hash 2020-01-19 22:54:05 +01:00