3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

4209 commits

Author SHA1 Message Date
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
adisbladis 517d1b0869
elpa-packages: 2019-08-18 2019-08-18 11:10:34 +01:00
adisbladis b6ccc1a6b0
emacs-packages: Make org packages overrideable 2019-08-18 11:10:06 +01:00
adisbladis 316f68552b
emacs-packages: Add simple org-packages update wrapper script 2019-08-18 11:10:06 +01:00
adisbladis ee80e10a98
emacs-packages: Make elpa generated file overrideable 2019-08-18 11:10:02 +01:00
adisbladis eacc71a6b6
emacs-packages: Add easy wrapper script to update elpa 2019-08-18 11:03:32 +01:00
Louis Tim Larsen efb0d11eb8 nano 3.2 -> 4.3 (#66760) 2019-08-17 21:35:01 +02:00
Michael Weiss 7a66c79d8d
androidStudioPackages.{dev,canary}: 3.6.0.5 -> 3.6.0.6
Unfortunately this update will probably still cause the builds from
canary 3 to break and require manual steps to resolve these issues:
https://issuetracker.google.com/issues/136077720#comment9

I.e. manually update the Gradle plugin here (e.g. directly to alpha06):
dependencies {
   classpath 'com.android.tools:gradle:3.6.0-alpha03'
}

But as the current status is "Won't Fix (Infeasible)" [0] there's no
point in skipping the updates for the dev/canary channel.

[0]: https://issuetracker.google.com/issues/136077720#comment10
2019-08-17 15:09:09 +02:00
Michael Weiss b58bfbd250
androidStudioPackages.{dev,canary}: 3.6.0.4 -> 3.6.0.5 2019-08-17 15:03:47 +02:00
Michael Weiss 7aa0222ee5
androidStudioPackages.{dev,canary}: 3.6.0.3 -> 3.6.0.4 2019-08-17 15:03:43 +02:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Aaron Andersen 08161d9013
Merge pull request #65713 from lilyball/macvim
macvim: 8.1.1517 -> 8.1.1722
2019-08-16 22:08:25 -04:00
Jörg Thalheim 6c15ffe487
Merge pull request #66670 from averelld/rstudio-build-fix
rstudio: fix build
2019-08-16 06:55:17 +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
Averell Dalton 5f10ab6377 rstudio: fix build 2019-08-15 11:04:25 +02:00
Elis Hirwing ce60bca7c2
emacsPackagesNg.emacsql-sqlite: Build sqlite binary 2019-08-15 07:52:46 +02:00
Wael Nasreddine a3bf0c2e40
vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)
Vim Terraform expects the `filetypedetect` group to exist. However, since we were enabling the filetype and the syntax *after* loading the plugins, it was exiting with an error preventing us from generating the remote plugins manifest with the plugin enabled. See #65894 for context.
2019-08-13 12:25:06 -07:00
worldofpeace d914581523
Merge pull request #66324 from xaverdh/notepadqq-qt-fix
notepadqq: use qt5's mkDerivation
2019-08-13 12:40:44 -04:00
Aaron Andersen 65bf9f4aa5
Merge pull request #66305 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.3 -> 5.4.0
2019-08-13 11:28:11 -04:00
adisbladis 86d143f58c
emacsPackagesNg: Update melpa 2019-08-13 11:23:34 +01:00
adisbladis 8ac0ff54dc
emacsPackagesNg.melpaStablePackages: Fix eval by moving vterm override 2019-08-13 11:23:34 +01:00
adisbladis 7bad92935d
emacsPackagesNg.telega: Build server binary 2019-08-13 10:43:44 +01:00
Marek Mahut 7a82e00ba3
Merge pull request #62337 from khumba/netbeans-11
netbeans: 10.0 -> 11.0
2019-08-12 19:34:29 +02:00
Marek Mahut 194909a092
Merge pull request #62825 from lfont/lfont/aseprite-unfree-1.2.11
aseprite-unfree: 1.2.9 -> 1.2.11
2019-08-12 19:22:09 +02:00
worldofpeace d73cca7808
Merge pull request #66435 from lightbulbjim/sigil-wrapping
sigil: use qt5's mkDerivation
2019-08-11 22:17:02 -04:00
Herwig Hochleitner ac2eb3151d emacsPackages.melpaPackages: fix cmake-mode 2019-08-12 02:54:45 +02:00
Chris Rendle-Short 2eb1dcc5b2 sigil: mark as unmaintained
Maintainer has not committed for >2 years.
2019-08-11 09:44:29 +10:00
Chris Rendle-Short e373ce139f sigil: use qt5's mkDerivation
Slightly different implementation because out of the box:

  - $out/bin/sigil is a shell script wrapper
  - $out/lib/sigil/sigil is the ELF executable

See #65399
2019-08-11 09:36:51 +10:00
worldofpeace 4a3aa14c32
Merge pull request #60796 from r-ryantm/auto-update/standardnotes
standardnotes: 3.0.6 -> 3.0.15
2019-08-10 12:01:05 -04:00
R. RyanTM 55af862a76 standardnotes: 3.0.6 -> 3.0.15 2019-08-10 11:57:58 -04:00
Michael Weiss 8ade595b94
androidStudioPackages.beta: 3.5.0.19 -> 3.5.0.20 2019-08-10 12:31:05 +02:00
adisbladis 496ae0a1d4
Merge pull request #66360 from rasendubi/emacs-packages-2019-08-09
Emacs packages update: 2019-08-09
2019-08-10 11:54:21 +02:00
Dominik Xaver Hörl 6b1d73f5e6 notepadqq: use qt5's mkDerivation
See #65399
2019-08-09 16:27:08 +02:00
worldofpeace f3b18b98af
Merge pull request #66374 from angristan/vscode/update/1.37.0
vscode: 1.36.1 -> 1.37.0
2019-08-09 10:03:33 -04:00
angristan e4c6e7eece vscode: 1.36.1 -> 1.37.0 2019-08-09 15:23:54 +02:00
Michael Alan Dorman 02e13a0478 emacsPackages: include shared overrides in the stable package set 2019-08-09 07:54:58 +03:00
Michael Alan Dorman f311b89ca7 emacsPackages: make magit-svn a shared override 2019-08-09 07:54:55 +03:00
Michael Alan Dorman fb1ee7dbfc emacsPackages: make magithub a shared override 2019-08-09 07:54:51 +03:00
Michael Alan Dorman d8a91b568f emacsPackages: make magit-gitflow a shared override 2019-08-09 07:54:47 +03:00
Michael Alan Dorman 18b2a7d8ca emacsPackages: make magit-annex a shared override 2019-08-09 07:54:41 +03:00
Alexey Shmalko 7204028783
elpa-packages: 2019-08-09 2019-08-09 02:43:44 +03:00
adisbladis be74dec846
emacs-packages: Move manually created packages to it's own file
And let emacs-packages.nix only aggregate the attrsets
2019-08-07 18:04:23 +01:00
adisbladis 97a069609f
emacs-packages: Add overriding capability to emacsPackagesNg
This allows overriding the individual package sets composing
emacsPackagesNg.

Example:
```
myEmacsPackages = emacsPackagesNg.override {
  melpaPackages = {};
};
```
2019-08-07 18:04:22 +01:00
adisbladis 978b34622b
emacs-packages: Drop irony package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis af70adbc89
emacs-packages: Drop elpy package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis b00038c151
emacs-packages: Drop emacs-libvterm package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis 460e02a9c0
emacs-packages: Drop zmq package
Use generated melpa package instead
2019-08-07 18:04:21 +01:00
adisbladis f7627be844
emacs-packages: Drop manually packaged pdf-tools
Use autogenerated package from melpa
2019-08-07 18:04:21 +01:00
adisbladis 7d1c5e84ca
emacs-packages: Drop redshank package
Use melpa generated package instead
2019-08-07 18:04:21 +01:00
adisbladis 20ff3edcfa
emacs-packages: Drop stgit
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis 1fc89fcad8
emacs-packages: Drop manually created nyan-mode derivation
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis 6742c9976a
emacs-packages: Move shm
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis 47d3b98b4b
melpa-packages: Add ability to ovveride melpa JSON archive location
This enables using the melpa json generator in an overlay
2019-08-07 18:04:19 +01:00
adisbladis 8911226971
emacs-packages: Allow update script to be called from any location
Previously working directory was important
2019-08-07 18:04:19 +01:00
Aaron Andersen d55fb31fe1 kdevelop, kdev-php, kdev-python: 5.3.3 -> 5.4.0 2019-08-06 21:40:02 -04:00
Marek Mahut ac95de0d2e
Merge pull request #66165 from r-ryantm/auto-update/thonny
thonny: 3.1.2 -> 3.2.0b7
2019-08-06 20:52:29 +02:00
Jason Felice f3ea1c8238 kakoune: 2019.01.20 -> 2019.07.01 2019-08-06 14:46:42 +00:00
adisbladis f63dbf3c94
emacs-packages: Fix kubernetes.el build 2019-08-06 11:23:53 +01:00
R. RyanTM 01681dfff7 thonny: 3.1.2 -> 3.2.0b7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thonny/versions
2019-08-05 22:45:06 -07:00
Jan Tojnar 50ddd02293
gnome-builder: 3.32.3 -> 3.32.4 (#65928)
gnome-builder: 3.32.3 -> 3.32.4
2019-08-05 23:41:36 +02:00
worldofpeace b044b6814f
Merge pull request #65914 from worldofpeace/update/elementary-appcenter
Update pantheon appcenter apps
2019-08-05 12:01:59 -04:00
Peter Hoeg 0b9b95d5b1 neovim-qt: 0.2.11 -> 0.2.12 2019-08-05 14:42:37 +09:00
R. RyanTM fb801947d0 gnome-builder: 3.32.3 -> 3.32.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
2019-08-04 03:35:32 -07:00
worldofpeace 66ba3c583b quilter: 1.9.2 -> 1.9.3
https://github.com/lainsce/quilter/releases/tag/1.9.3
2019-08-04 04:23:13 -04:00
worldofpeace 375d7ad859 typora: 0.9.72 -> 0.9.73 2019-08-03 16:49:16 -04:00
Robin Gloster b9de5cc516
Merge pull request #65837 from jdanekrh/jb_rb_2019.2
jetbrains.{datagrip,ruby-mine}: 2019.1.* -> 2019.2.*
2019-08-03 15:49:02 +00:00
Orivej Desh (NixOS) 886176e3d6
Merge pull request #64189 from r-ryantm/auto-update/rednotebook
rednotebook: 2.8 -> 2.11.1
2019-08-03 14:14:55 +00:00
Orivej Desh da66614cb0 rednotebook: fix "Namespace Gtk not available" error
gobject-introspection setup hook looks at the packages at $hostOffset to
populate GI_TYPELIB_PATH. We need gtk3 to be there.
2019-08-03 13:37:43 +00:00
Michael Weiss 292b922ef2
androidStudioPackages.beta: 3.5.0.18 -> 3.5.0.19 2019-08-03 14:44:17 +02:00
Jiri Danek 6ef1949187 jetbrains.ruby-mine: 2019.1.2 -> 2019.2 2019-08-03 12:37:02 +02:00
Jiri Danek ab9a1eb009 jetbrains.datagrip: 2019.1.4 -> 2019.2.1 2019-08-03 12:36:11 +02:00
Frederik Rietdijk d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Herwig Hochleitner d65f1b20c3
emacs-modes: replace melpa-generated with json format
This approach has several differences with emacs2nix:

- the updater uses a downloaded recipes.json and archive.json for commit information, it uses a local checkout only for hashing the recipes
- the generated file is JSON
- the updater is written in emacs lisp
- prefetch errors are put into an error key in the JSON, for review + meta.broken attributes are generated from it

The updater re-uses the existing generated file to memoize prefetched content-sha256s for commits, thus prefetching should normally be quite fast.
2019-08-02 09:15:47 +01:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
worldofpeace 8367f3310e
Merge pull request #65705 from worldofpeace/fix-ghostwriter
ghostwriter: use qt5's mkDerivation
2019-08-01 12:54:38 -04:00
Silvan Mosberger d834a4a4fa
Merge pull request #59451 from liff/emacs/treemacs-magit-fix
treemacs-magit: needs git at build time
2019-08-01 15:25:22 +02:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Lily Ballard e7f5a19f4a macvim: 8.1.1517 -> 8.1.1722 2019-08-01 00:24:23 -07:00
worldofpeace 06b45a8d70 ghostwriter: use qt5's mkDerivation 2019-07-31 21:42:32 -04:00
Akira Komamura 93877c52f6
emacs-libvterm: 2019-04-28 -> 2019-07-22 2019-07-28 17:25:21 +09:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Thomas Tuegel 32e552af3f
editorconfig: Include runtime dependency on editorconfig-core-c 2019-07-24 15:39:46 -05:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Frederik Rietdijk b11049d562 Merge staging-next into staging 2019-07-22 14:16:15 +02:00
R. RyanTM 2b974b576c vim: 8.1.1432 -> 8.1.1547
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim/versions
2019-07-20 14:13:43 +02:00
Ryan Mulligan 04347b76f1
Merge pull request #65112 from r-ryantm/auto-update/neovim-remote
neovim-remote: 2.1.7 -> 2.1.9
2019-07-19 17:07:04 -07:00
R. RyanTM f1f66e2296 neovim-remote: 2.1.7 -> 2.1.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neovim-remote/versions
2019-07-19 15:54:05 -07:00
Michael Weiss d345900b98
androidStudioPackages.beta: 3.5.0.17 -> 3.5.0.18 2019-07-18 21:37:28 +02:00
Aaron Andersen 02b260bc57
Merge pull request #65012 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3
2019-07-18 12:27:45 -04:00
Aaron Andersen e6a3b3b7df kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3 2019-07-17 22:18:03 -04:00
Matthew Bauer 2255f29206
Merge pull request #64901 from dgchurchill/emacs-imagemagick-macos
emacs: Also allow imagemagick dependency when using withNS
2019-07-17 10:07:01 -04:00
Dave Churchill 9339970dbf emacs: Also allow imagemagick dependency when using withNS
This allows Emacs to be used with imagemagick on macOS.
2019-07-16 22:09:43 +10:00
Vladimír Čunát 3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
worldofpeace 8a7be4b651 quilter: 1.9.1 -> 1.9.2
https://github.com/lainsce/quilter/releases/tag/1.9.2
2019-07-13 10:52:17 -04:00
joncojonathan 448de5d5fc jetbrains update via update.pl
jetbrains.datagrip: 2019.1.3 -> 2019.1.4
jetbrains.phpstorm: 2019.1.2 -> 2019.1.3
jetbrains.rider:    2019.1.1 -> 2019.1.2

Updated to latest versions.
2019-07-13 11:02:31 +02:00
Frederik Rietdijk 54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
worldofpeace 4de9f7a241
Merge pull request #64572 from eadwu/vscode/1.36.1
vscod{e,ium}: 1.36.0 -> 1.36.1
2019-07-11 08:48:52 -04:00
Frederik Rietdijk 48a28c399c jupyter-kernel: remove traceVal
`traceVal` is only for debugging and should not be delivered.

Partial revert of f72d7c49d5, fixes ofBorg eval.
2019-07-11 13:41:13 +02:00
Tom McLaughlin f72d7c49d5 Add optional Jupyter kernelspec options from the spec (#55989) 2019-07-11 10:29:35 +02:00
Frederik Rietdijk 22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
Michael Weiss f5702549bc
android-studio: 3.4.1.0 -> 3.4.2.0 2019-07-10 21:45:08 +02:00
Edmund Wu 269469122f
vscodium: 1.36.0 -> 1.36.1 2019-07-10 09:18:01 -04:00
Edmund Wu 95ce3f54dd
vscode: 1.36.0 -> 1.36.1 2019-07-10 09:17:53 -04:00
Peter Hoeg 99279dff3b
Merge pull request #64495 from dtzWill/update/okteta-0.26.2
okteta: 0.26.1 -> 0.26.2
2019-07-10 17:13:48 +08:00
Frederik Rietdijk da96a4119f Merge staging-next into staging 2019-07-10 08:52:50 +02:00
Frederik Rietdijk fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
Staging next
2019-07-10 08:52:04 +02:00
Matt McHenry fc15a97b7b
eclipses: 2018-12 -> 2019-06 2019-07-09 21:15:50 +02:00
Frederik Rietdijk 79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk 74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Frederik Rietdijk 7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Will Dietz 3a7ff4e44d
okteta: 0.26.1 -> 0.26.2 2019-07-09 06:11:31 -05:00
Alex Branham b86c2c54e5
emacs: Silence compiler warnings in site-start.el 2019-07-07 08:35:10 -05:00
Roman Volosatovs c7a4a0c852 neovim: 0.3.7 -> 0.3.8 2019-07-07 10:22:59 +02:00
Vladimír Čunát 0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Thomas Tuegel 56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Jake Waksbaum c7276b2b3d emacsPackagesNg: Mark merlin and flycheck-ocaml as unbroken (#55361) 2019-07-05 18:19:46 +02:00
Thomas Tuegel 51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Edmund Wu 427b5bc7e4
vscodium: 1.35.1 -> 1.36.0 2019-07-04 12:40:04 -04:00
Edmund Wu b196935e6b
vscode: 1.35.1 -> 1.36.0 2019-07-04 12:39:57 -04:00
Edmund Wu 6a01e7007c
vscodium: drop i686-linux 2019-07-04 12:39:48 -04:00
Edmund Wu c69aeba267
vscode: drop i686-linux 2019-07-04 12:38:45 -04:00
worldofpeace 5d4554bf2c
Merge pull request #64030 from r-ryantm/auto-update/gnome-builder
gnome-builder: 3.32.0 -> 3.32.3
2019-07-04 05:45:44 -04:00
Daiderd Jordan b0e201f349
vim: remove cf-private 2019-07-03 22:20:21 +02:00
Daiderd Jordan f2d2381838
emacs: remove cf-private 2019-07-03 22:20:19 +02:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk 25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
worldofpeace 10c103614f
Merge pull request #64220 from r-ryantm/auto-update/typora
typora: 0.9.70 -> 0.9.72
2019-07-02 23:21:20 -04:00
R. RyanTM fae90476b7 typora: 0.9.70 -> 0.9.72
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/typora/versions
2019-07-02 19:13:24 -07:00
R. RyanTM 63445c00d4 rednotebook: 2.8 -> 2.11.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rednotebook/versions
2019-07-02 13:38:09 -07:00
R. RyanTM 450602320f gnome-builder: 3.32.0 -> 3.32.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/gnome-builder/versions
2019-07-01 08:41:01 -07:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Michael Weiss 1fba584898
androidStudioPackages.beta: 3.5.0.16 -> 3.5.0.17
I'll skip the Android Studio 3.6 Canary 4 update due to this problem:
https://issuetracker.google.com/issues/136077720#comment9
2019-06-27 21:54:31 +02:00
Alyssa Ross c9bd5b8516
Merge pull request #61385 from eraserhd/kakoune-plugins
kakoune: support for adding plugins
2019-06-26 20:36:17 +00:00
hyperfekt 1a50722c04 vscode-with-extensions: add missing URL handler
The URL handler for VS Code was not copied from the generic version.
2019-06-26 02:12:20 +02:00
Jason Felice 2a911454d3 kakoune: support for adding plugins
Motivation: There is a thriving plugin ecosystem for Kakoune now,
and it is nice to add these in our Nix configurations. This was modeled
on neovim's plugins.

parinfer-rust is useable both standalone and as a Kakoune plugin,
so the plugin file inherits the same definition as pkgs.

I'll make PRs for other plugins if this gets accepted.
[Here](https://github.com/eraserhd/nixpkgs/tree/kak-ansi)'s a tested
branch for the `kak-ansi` plugin.
2019-06-25 17:17:08 -04:00
R. RyanTM 427627ea0e sigil: 0.9.13 -> 0.9.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigil/versions
2019-06-23 14:12:13 +02:00
Matthew Bauer 5662977e35
Merge pull request #62164 from benley/benley/org-packages
orgPackages:  2018-12-30 -> 2019-05-27
2019-06-20 15:33:34 -04:00
Aaron Andersen 6675589d6d
Merge pull request #62978 from m-labs/for-upstream
amp: init at 2019.06.11
2019-06-19 21:02:59 -04:00
Jan Tojnar 897d9050a3
Merge pull request #63447 from jtojnar/sublime-cleanup
sublime3: clean up
2019-06-19 00:52:04 +02:00
Jan Tojnar b75a43f9e0
sublime{3,-merge}: simplify code 2019-06-18 23:43:37 +02:00
Jan Tojnar e8cdece9ce
sublime3: add maintainer 2019-06-18 22:47:11 +02:00
Jan Tojnar 48d92c9461
sublime3: remove GTK 2 support
No version in the repo uses it anymore
2019-06-18 22:47:11 +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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer 486626bd70
Merge pull request #62934 from lilyball/macvim
macvim: 7.4.909 -> 8.1.1517
2019-06-16 15:04:02 -04:00
Edmund Wu a8fb5cb64e vscodium: 1.34.0 -> 1.35.1 2019-06-14 16:06:39 -04:00
Edmund Wu 9ef46ec34e
vscode: 1.35.0 -> 1.35.1 2019-06-13 22:01:00 -04:00
Sebastien Bourdeauducq 8fb4a6a555 amp: init at unstable-2019-06-09 2019-06-14 09:13:20 +08:00