Commit Graph

129 Commits

Author SHA1 Message Date
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
Giacomo Longo
6f7f88677b
eclipse: 19.09 -> 19.12 (#76149) 2019-12-22 14:59:39 +01:00
Matt McHenry
5b19d1e461
eclipses: 2019-06 -> 2019-09 2019-10-07 19:56:22 +02:00
Matt McHenry
fc15a97b7b
eclipses: 2018-12 -> 2019-06 2019-07-09 21:15:50 +02:00
Robert Helgesson
046d53c29c
eclipse-plugin-emacsplus: remove package
Unfortunately the upstream source has disappeared and the package is
no longer available anywhere.
2019-06-17 00:21:57 +02:00
Daniel Schaefer
92cccb6f83 treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Robert Helgesson
48b5ad2739
Merge pull request #55575 from jerith666/eclipse-2018-12
eclipse: 2018-09 -> 2018-12
2019-02-20 19:15:02 +01:00
Matt McHenry
5e3bdd4242
eclipse.plugins.drools: init at 7.17.0 2019-02-16 10:52:08 +01:00
Matt McHenry
573d6dd011 eclipses: 2018-09 -> 2018-12
this also removes i686-linux support, as 2018-09 was the last release
officially supporting 32-bit
2019-02-11 14:12:56 -05:00
Robert Helgesson
2cd0061bbd
eclipse-plugin-spotbugs: 3.1.10 -> 3.1.11 2019-01-29 22:29:46 +01:00
Robert Helgesson
c076bd2233
Revert "eclipses: 4.9 -> 4.10"
This reverts commit 08bf7311f5.

See https://github.com/NixOS/nixpkgs/pull/54390#issuecomment-455930334
2019-01-22 00:41:18 +01:00
Robert Helgesson
08bf7311f5
eclipses: 4.9 -> 4.10
This applies to Eclipse platform, SDK, and the JDT plugin.
2019-01-21 00:27:27 +01:00
Robert Helgesson
d30a200ab2
eclipse-plugin-spotbugs: 3.1.9 -> 3.1.10 2018-12-25 18:11:51 +01:00
Robert Helgesson
44f2569e50
eclipse-plugin-spotbugs: 3.1.8 -> 3.1.9 2018-11-28 20:50:18 +01:00
Robert Helgesson
874894b397
eclipse-plugin-spotbugs: 3.1.6 -> 3.1.8 2018-10-21 13:11:37 +02:00
Robert Helgesson
b0ea289f4c
eclipses: 4.8 -> 4.9
This bumps eclipse-platform, eclipse-sdk, and eclipse-plugin-jdt to
version 4.9.
2018-09-27 20:50:48 +02:00
Robert Helgesson
a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6 2018-07-26 15:43:59 +02:00
Robert Helgesson
cb96b8643c
eclipse-plugin-jdt-codemining: init at 1.0.0.201806221018 2018-07-02 17:37:17 +02:00
Robert Helgesson
8e78a9a68f
eclipse-plugin-jdt: 4.7.3a -> 4.8 2018-06-29 16:52:19 +02:00
Robert Helgesson
b717ca8e45
eclipse-plugin-spotbugs: 3.1.3 -> 3.1.5 2018-06-20 20:24:45 +02:00
Robert Helgesson
d5dae23007
eclipse-plugin-jdt: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Robert Helgesson
88946527a5
eclipse-plugin-jsonedit: 1.1.0 -> 1.1.1 2018-05-08 23:20:15 +02:00
Robert Helgesson
f54a9994e3
eclipse-plugin-spotbugs: 3.1.2 -> 3.1.3
Also switch to using zipped update site provided on GitHub.
2018-04-24 22:58:15 +02:00
Robert Helgesson
4dd5948134
eclipse-plugin-jsonedit: 1.0.2 -> 1.1.0
Also add `antlr-runtime-4.7.1`.
2018-03-16 23:28:50 +01:00
Robert Helgesson
f53c3ccf22
eclipse-plugin-spotbugs: 3.1.1 -> 3.1.2 2018-03-04 21:50:18 +01:00
Robert Helgesson
ac4e65cee7
eclipse-plugin-jsonedit: 1.0.1 -> 1.0.2 2018-02-27 19:49:13 +01:00
Robert Helgesson
c32755ceac
eclipse-plugin-autodetect-encoding: 1.8.4 -> 1.8.5 2018-01-23 19:39:20 +01:00
Robert Helgesson
b57981e1ea
eclipse-plugin-cup: use buildEclipsePlugin
Since the `buildEclipsePlugin` function now can cope with multiple
plugin JARs we can avoid the workaround used by the cup plugin.
2018-01-20 16:00:09 +01:00
Robert Helgesson
663d827b77
eclipse-plugins-jsonedit: init at 1.0.1
Also init the bundle `antlr-runtime_4_5` at 4.5.3 because it is needed
by the `jsonedit` plugin.
2018-01-20 16:00:09 +01:00
Robert Helgesson
3a70f21738
eclipse/plugins: support multiple plugins JARs 2018-01-20 16:00:08 +01:00
Robert Helgesson
98b35db541
eclipse-plugins-ansi-econsole: init at 1.3.5 2018-01-17 21:07:51 +01:00
Robert Helgesson
dd798d13bd
eclipse-plugin-checkstyle: 8.5.1 -> 8.7.0 2018-01-14 20:46:29 +01:00
Robert Helgesson
09cab91fd2
eclipse-plugin-spotbugs: 3.1.0 -> 3.1.1 2018-01-06 22:12:52 +01:00
Robert Helgesson
35b2e4ccea
eclipse-plugin-checkstyle: 8.0.0 -> 8.5.1 2017-12-23 14:07:19 +01:00