Commit Graph

4947 Commits

Author SHA1 Message Date
pasja
e8f2fb7880 remove emacs-w3m dependency from emms recipe
* upstream dropped last.fm support
* w3m was only required by that part
2016-09-13 20:32:21 -04:00
zhenya1007
63c7c31886 Allow specifying sync/async to el-get-bundle
Instead of always performing synchronous installation.
2016-09-13 15:01:22 -04:00
Noam Postavsky
c5276bf24d Merge: remove dash dep from {helm-}projectile.rcp 2016-09-12 20:20:07 -04:00
Syohei YOSHIDA
06ef2b44f2 helm-projectile no longer depends on dash 2016-09-13 07:31:03 +09:00
Eric Danan
5e81bf94fc update projectile dependencies 2016-09-12 21:40:31 +02:00
Ben Moon
46bd86e0c2 Add recipe for prompt 2016-09-12 12:07:11 +01:00
Syohei YOSHIDA
39a9066fc0 Update dependency of docker recipe 2016-09-12 06:52:12 +09:00
Noam Postavsky
3c6d8f0a71 Merge some recipe additions and fixes 2016-09-10 08:10:29 -04:00
Maxim Tsyplakov
c3d0295046 Create material-theme.rcp
Color Theme for emacs based on material design colors

Close #2446.
2016-09-10 08:03:37 -04:00
Maxim Tsyplakov
ea3314fe81 New recipe: es6-snippets.rcp
A collection of Yasnippets for writing ECMAScript2015 in Emacs
2016-09-10 08:03:21 -04:00
Ben Moon
42efc551fb Update hook -> monitor dependency 2016-09-10 11:57:14 +01:00
Ben Moon
5db26325b5 Update monitor recipe
Package renamed from hook to monitor
2016-09-10 11:13:08 +01:00
Ben Moon
9be8b59112 Update recipe for org-evil
Package was renamed (from evil-org to org-evil).

Also removed 'emaps dependency.
2016-09-10 10:49:49 +01:00
Eric Danan
898b4fe725 add :compile and fix typo 2016-09-10 09:58:09 +02:00
Noam Postavsky
2b5be4d239 Remove travis log-folding hack; fix broken recipes
A couple of recipes that were failing the test snuck in while the test
was accidentally disabled.

* .travis.yml (script):
* test/travis-ci.sh (prereqs): Remove folded_call; it was folding too
much, which made the logs needlessly difficult to read.
* recipes/flycheck-package.rcp (flycheck-package):
* recipes/idle-require.rcp (idle-require): Add :description field.
2016-09-09 20:54:23 -04:00
Noam Postavsky
cfd460698d * test/travis-ci.sh: Fix Emacs version check. 2016-09-09 20:48:19 -04:00
Mykola Nikishov
4eeb96ad80 [docker] Add missing dependency on tablist
Dependency on tablist had been instroduced in April [1].

[1] 20dafdd984
2016-09-09 21:10:42 +03:00
Mykola Nikishov
e899853c03 Fix logic when deciding if apt-get package should be installed
Install apt-get package only if it's not installed.
2016-09-08 08:15:53 +03:00
Noam Postavsky
8f235fa55f Merge pull request #2441 from manandbytes/defcustom-secure-protocols
Make list of secure protocols customizable
2016-09-07 18:53:37 -04:00
Mykola Nikishov
cb02c71181 Customize list of secure URL protocols via 'el-get-secure-protocols 2016-09-06 08:49:29 +03:00
Rex Ren
0ee06a6f88 Delete unneeded :prepare block of ensime recipe 2016-09-05 22:00:35 -04:00
Vedang Manerikar
e7a310b963 New recipe: The Idea Darkula theme
Emacs theme based on IntelliJ IDEA Darkula theme

Website: https://github.com/fourier/idea-darkula-theme
2016-09-05 19:45:56 +05:30
Mykola Nikishov
600ddcee76 Treat 'bzr+ssh', 'git+ssh' and 'sftp' as secure protocols 2016-09-05 06:48:21 +03:00
Mykola Nikishov
6a724f9168 Add few more 'insecure' URLs to the test
For some reason, these, X-over-SSH protocols, are not considered as
secure by 'el-get-insecure-check:
- git+ssh
- bzr+ssh
- sftp
2016-09-05 06:48:21 +03:00
Mykola Nikishov
17b0da4984 Package with empty :checksum is insecure
For compatibility with Emacs versions before 24.4, fall back to
'string-match if 'string-blank-p from subr-x is not available.
2016-09-05 06:48:18 +03:00
Mykola Nikishov
070dddde7e Consider URL pointing to a local file as secure
URL starting with 'file:///' (hostname is empty) is secure because it
always points to a local file.

OTOH, 'file://example.com/' (with any hostname, including 'localhost'
and '127.0.0.1') is insecure as it may refer to the remote file and
deciding if some hostname is actually a local in given moment in time is
tricky and too error-prone.
2016-09-03 22:22:14 +03:00
Mykola Nikishov
2044e6da76 More clear error message from 'el-get-insecure-check
...because not a package itself but a URL user trying to install it from
is actually insecure. Mention URL in the error message like

    Attempting to install package ag from insecure URL user@ftp://example.com/ without `el-get-allow-insecure

for easier troubleshooting.
2016-09-03 22:22:14 +03:00
Eric Danan
4105b42e75 update helm-bibtex and add ivy-bibtex
There is now an additional package ivy-bibtex in the
tmalbsburg/helm-bibtex repository (and on MELPA). Helm-bibtex.el and ivy-bibtex.el are now two alternative
backends for the backend-independent bibtex-completion.el. The former
backend depends on helm whereas the latter depends on ivy (swiper).

So I updated the helm-bibtex and added the ivy-bibtex recipes, using the current
descriptions and dependencies.

Note that ideally, one should exclude the helm-bibtex.el file from the
ivy-bibtex package and the ivy-bibtex.el file from the helm-bibtex
package (as is done on MELPA). But I didn't find how to do this with el-get.
2016-09-01 16:01:49 +02:00
Mykola Nikishov
e8c3ec6c80 Add test for 'el-get-insecure-check 2016-09-01 13:39:24 +03:00
ss
dd44d806e9 recipe: flycheck-stack 2016-09-01 02:18:28 +09:00
Mykola Nikishov
a6638a664a Make check for apt-get package work (#2434)
* Pass package name to dpkg-query

* dpkg-query reports status as 'install ok installed'

* when el-get name is different from apt-get name
2016-08-27 22:05:14 +02:00
Alexey Kopytov
5696301d84 Add org-mime recipe. (#2433) 2016-08-27 22:03:52 +02:00
Ben Moon
1017b38305 Add recipe for hook (#2431)
* Add recipe for hook

* Add dash dependency
2016-08-27 22:03:31 +02:00
Ben Moon
048c5b7811 Add recipe for 'evil-org (#2432)
* Add recipe for 'evil-org

* Add 'dash dependency
2016-08-27 22:03:08 +02:00
Noam Postavsky
05e46c15e0 Only print 1st :description line in package list
* el-get-list-packages.el (el-get-print-package): Truncate description
to first line.  Fix indentation when called with nil TYPE and DESC
parameters (i.e., when called from `el-get-save-package-status' to do a
partial update).
* recipes/rtags.rcp (rtags): Move mention of
`el-get-rtags-no-build-clang' from comment into :description.  Don't
throw error if that variable is not set.

See #2427.
2016-08-16 20:33:20 -04:00
Noam Postavsky
7065a71140 rtags.rcp: optionally use RTAGS_NO_BUILD_CLANG
Rtags has introduced a new cmake build option RTAGS_NO_BUILD_CLANG,
which is turned off by default (that is, clang will be downloaded and
built locally).  Without this option, it takes a lot of time to build,
since LLVM and clang are really large.

Fixes #2427.
2016-08-15 19:21:54 -04:00
spauldo
76a7f29b4b helm-bibtex requires biblio.el. Added both. 2016-08-14 21:57:49 -05:00
Darwin D Wu
f3ac33cd23 Updated marshal dependency (#2429) 2016-08-08 20:39:44 +02:00
Michael Kuryshev
4448788434 Add mocha.el recipe (#2428) 2016-08-08 18:19:12 +02:00
Darwin D Wu
001f5fe537 Added recipe for Marshal and marshal as a dependency of gh (#2426) 2016-08-06 11:56:18 +02:00
Daniel Farina
e74bca3083 Add recipe for a Crystal language major mode (#2425) 2016-08-01 18:39:26 +02:00
Damien Garaud
4c89b18cea Add ob-ipython recipe
org-babel integration with Jupyter for evaluation of (Python by default) code
blocks
2016-07-30 08:48:37 -04:00
Vitaliy
f1cf4e0f60 Improve restclient recipes 2016-07-30 08:47:58 -04:00
Syohei YOSHIDA
b59cada0c5 Use https scheme instead of git for gitorious repositories 2016-07-20 08:31:21 -04:00
David Holm
e2bb05bff2 recipe: helm-hunks 2016-07-20 09:08:25 +02:00
Noam Postavsky
52e96d31c7 haskell-mode-exts.rcp: delete
The upstream repositoriy has been deleted.

Close #2420.
2016-07-19 20:37:41 -04:00
Syohei YOSHIDA
ba6523a375 Update nav recipe
It was exported from googlecode. And nav sets autoload cookie
so remove :features property.
2016-07-20 07:32:30 +09:00
Noam Postavsky
4fe3a8e9dd Merge some recipe updates 2016-07-16 17:27:38 -04:00
Syohei YOSHIDA
a65b756ed3 Remove :features property
Because they set autoload cookie correctly and users need not to
load them at initializing time.
2016-07-16 23:46:17 +09:00
Syohei YOSHIDA
ca32b6f65c Update coffee-mode recipe
- Update website
- Remove :prepare statement because coffee-mode has them with autoload cookie
- Remove :features property because coffee-mode sets autoload cookie correctly
2016-07-16 23:33:52 +09:00