summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/neovim: Update libtermkey dependency requirementOle Reifschneider2017-02-121-2/+2
| | | | Package-Manager: portage-2.3.3
* Revert "app-editors/neovim: Remove old versions"Ole Reifschneider2016-11-287-0/+466
| | | | | | | | This reverts commit b1a2aa7a9d0c087a3a480df01c0e6e1437cad579. This broke the tree because x86 support was removed in later versions. For now this just brings back the old versions before fixing the problem completely.
* app-editors/neovim: Remove old versionsOle Reifschneider2016-11-277-466/+0
| | | | Package-Manager: portage-2.3.2
* app-editors/neovim: Bump version to 0.1.7Ole Reifschneider2016-11-272-0/+79
| | | | Package-Manager: portage-2.3.2
* app-editors/neovim: Bump version to 0.1.6Ole Reifschneider2016-11-012-0/+79
| | | | Package-Manager: portage-2.3.2
* app-editors/neovim: Readjust dependenciesAric Belsito2016-08-273-17/+100
| | | | | | | | | | | | | | | luajit is no longer a hard dependency, so we can depend on either dev-lang/luajit, or dev-lang/lua the perl support was erroneous, given that there is no perl client yet. the tui is now optional, so other ui's can be used instead. Add a clipboard use flag so neovim can copy to the clipboard. Update to EAPI=6. Signed-off-by: Ole Reifschneider <tranquility@gentoo.org>
* app-editors/neovim: Bump to 0.1.5Ole Reifschneider2016-08-223-2/+82
| | | | Package-Manager: portage-2.3.0
* app-editors/neovim: Add live ebuildOle Reifschneider2016-06-131-0/+75
| | | | Package-Manager: portage-2.3.0_rc1
* app-editors/neovim: Bump to v0.1.4Aric Belsito2016-04-292-0/+76
| | | | | | | | Dependency change from dev-lua/messagepack -> dev-lua/mpack Also fixes dev-lang/lua being used as the default interpreter, causing a build failure because dev-lua/LuaBitOp is not installed. Gentoo-bug: 577124
* app-editors/neovim: Bump version to 0.1.3Ole Reifschneider2016-04-082-0/+76
| | | | Package-Manager: portage-2.2.28
* app-editors/neovim: Bump version to 0.1.2Ole Reifschneider2016-02-172-0/+79
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* app-editors/neovim: Fix patching of system config pathOle Reifschneider2015-12-071-1/+1
| | | | Package-Manager: portage-2.2.25
* app-editors/neovim: Remove oldOle Reifschneider2015-12-064-221/+0
| | | | Package-Manager: portage-2.2.25
* app-editors/neovim: Add version 0.1.1Ole Reifschneider2015-12-062-0/+79
| | | | Package-Manager: portage-2.2.25
* app-editors/neovim: Adjust release tarball to upstream changeOle Reifschneider2015-11-011-1/+1
| | | | Package-Manager: portage-2.2.23
* app-editors/neovim: Remove obsolete eclassOle Reifschneider2015-11-011-1/+1
| | | | Package-Manager: portage-2.2.23
* app-editors/neovim: Remove old versionsOle Reifschneider2015-11-015-278/+0
| | | | Package-Manager: portage-2.2.23
* app-editors/neovim: Bump version to 0.1.0Ole Reifschneider2015-11-013-0/+184
| | | | Package-Manager: portage-2.2.23
* app-editors/neovim: Add missing missing eutils eclassOle Reifschneider2015-10-251-1/+1
| | | | | | It did work without it because cmake-utils inherited it. Package-Manager: portage-2.2.23
* app-editors/neovim: Add new snapshot and patch automagic jemalloc depOle Reifschneider2015-10-254-0/+117
| | | | Package-Manager: portage-2.2.23
* app-editors/neovim: add new snapshot and small improvementsOle Reifschneider2015-10-232-0/+76
| | | | | | | * use upstream version of libvterm (the fork is no longer needed) * set build type to RelWithDebInfo Package-Manager: portage-2.2.23
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-244-4/+4
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-editors/neovim: implement nvimpager useflagBen de Groot2015-08-142-1/+13
| | | | Package-Manager: portage-2.2.20.1
* app-editors/neovim: new snapshotBen de Groot2015-08-142-0/+67
| | | | | | Add in eclass as bash filetype (as previously done in nvimrc). Package-Manager: portage-2.2.20.1
* app-editors/neovim: refactor our default nvimrcBen de Groot2015-08-141-81/+18
| | | | | | | | | | | Since neovim sets many sensible deafults now (see [1]), we can drop most general settings that were copied from app-editors/vim-core's vimrc. Also apply stripping whitespace only to *.e{build,class} and give users an easy way to turn that off (bug 557352). 1: https://github.com/neovim/neovim/issues/2676 Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+302
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed