* [gentoo-commits] proj/sci:master commit in: app-editors/neovim/
@ 2014-03-11 21:08 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2014-03-11 21:08 UTC (permalink / raw
To: gentoo-commits
commit: 7e53efe78fb019e9b5fc95cef760ee575769d17c
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 21:07:30 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 21:07:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7e53efe7
initial commit
Package-Manager: portage-2.2.8-r1
---
app-editors/neovim/ChangeLog | 9 +++++++++
app-editors/neovim/metadata.xml | 5 +++++
app-editors/neovim/neovim-9999.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog
new file mode 100644
index 0000000..65b4aad
--- /dev/null
+++ b/app-editors/neovim/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-editors/neovim
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*neovim-9999 (11 Mar 2014)
+
+ 11 Mar 2014; Christoph Junghans <ottxor@gentoo.org> +metadata.xml,
+ +neovim-9999.ebuild:
+ initial commit
diff --git a/app-editors/neovim/metadata.xml b/app-editors/neovim/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/app-editors/neovim/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+</pkgmetadata>
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
new file mode 100644
index 0000000..2f77478
--- /dev/null
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+if [ "${PV}" = "9999" ]; then
+ EGIT_REPO_URI="git://github.com/neovim/neovim.git"
+ inherit git-r3
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Vim's rebirth for the 21st century"
+HOMEPAGE="https://github.com/neovim/neovim"
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="app-admin/eselect-vi
+ sys-libs/ncurses"
+DEPEND="${RDEPEND}
+ >=dev-libs/libuv-0.11.19"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: app-editors/neovim/
@ 2014-04-15 0:00 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2014-04-15 0:00 UTC (permalink / raw
To: gentoo-commits
commit: 4420d5153e1b34487416e750ed69d7b776594a4a
Author: Petr Sykora <petr.sykora <AT> gmail <DOT> com>
AuthorDate: Fri Apr 11 12:21:40 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 12:21:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4420d515
app-editors/neovim: Added luajit dependency.
---
app-editors/neovim/neovim-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 2f77478..f228ac3 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -26,4 +26,5 @@ IUSE=""
RDEPEND="app-admin/eselect-vi
sys-libs/ncurses"
DEPEND="${RDEPEND}
+ dev-lang/luajit
>=dev-libs/libuv-0.11.19"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: app-editors/neovim/
@ 2014-05-12 2:18 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2014-05-12 2:18 UTC (permalink / raw
To: gentoo-commits
commit: 5b62ed13988b9f505bb1ca73d397be3541086a4f
Author: Jelte Fennema <github <AT> jeltef <DOT> nl>
AuthorDate: Sat May 10 03:24:15 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat May 10 03:24:15 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b62ed13
Add new cmsgpack and lpeg dependencies to neovim.
Package-Manager: portage-2.2.10
---
app-editors/neovim/ChangeLog | 3 +++
app-editors/neovim/neovim-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog
index 65b4aad..fe88baa 100644
--- a/app-editors/neovim/ChangeLog
+++ b/app-editors/neovim/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 May 2014; Jelte Fennema <github@jeltef.nl> neovim-9999.ebuild:
+ Add new cmsgpack and lpeg dependencies to neovim.
+
*neovim-9999 (11 Mar 2014)
11 Mar 2014; Christoph Junghans <ottxor@gentoo.org> +metadata.xml,
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index f228ac3..4b53e57 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -27,4 +27,6 @@ RDEPEND="app-admin/eselect-vi
sys-libs/ncurses"
DEPEND="${RDEPEND}
dev-lang/luajit
- >=dev-libs/libuv-0.11.19"
+ >=dev-libs/libuv-0.11.19
+ dev-lua/lpeg
+ dev-lua/cmsgpack"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: app-editors/neovim/
@ 2014-06-16 10:24 Jauhien Piatlicki
0 siblings, 0 replies; 6+ messages in thread
From: Jauhien Piatlicki @ 2014-06-16 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 7ae1d96cee5e9375c8b0f4df7ef4584dc3403872
Author: Jelte Fennema <github-tech <AT> jeltef <DOT> nl>
AuthorDate: Sat Jun 14 14:10:11 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 14:10:11 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7ae1d96c
Use CFLAGS needed to get a working executable
Package-Manager: portage-2.2.10
---
app-editors/neovim/ChangeLog | 4 ++++
app-editors/neovim/neovim-9999.ebuild | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog
index fe88baa..f48c782 100644
--- a/app-editors/neovim/ChangeLog
+++ b/app-editors/neovim/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2014; Jelte Fennema (JelteF) <github-tech@jeltef.nl>
+ neovim-9999.ebuild:
+ Use CFLAGS needed to get a working executable
+
10 May 2014; Jelte Fennema <github@jeltef.nl> neovim-9999.ebuild:
Add new cmsgpack and lpeg dependencies to neovim.
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 4b53e57..dee1bc5 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="git://github.com/neovim/neovim.git"
@@ -23,6 +23,11 @@ SLOT="0"
KEYWORDS=""
IUSE=""
+src_configure() {
+ append-flags "-DNDEBUG -Wno-error -D_FORTIFY_SOURCE=1"
+ cmake-utils_src_configure
+}
+
RDEPEND="app-admin/eselect-vi
sys-libs/ncurses"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: app-editors/neovim/
@ 2015-01-19 17:59 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-01-19 17:59 UTC (permalink / raw
To: gentoo-commits
commit: af716ca760bb6a4878462af787845a30c76f52c1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 19 17:59:01 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 17:59:01 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=af716ca7
app-editors/neovim: Fix deps, https://github.com/neovim/neovim/issues/1166
Package-Manager: portage-2.2.15
---
app-editors/neovim/ChangeLog | 5 ++++-
app-editors/neovim/neovim-9999.ebuild | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog
index f48c782..ef2a88d 100644
--- a/app-editors/neovim/ChangeLog
+++ b/app-editors/neovim/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-editors/neovim
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Jan 2015; Justin Lecher <jlec@gentoo.org> neovim-9999.ebuild:
+ Fix deps, https://github.com/neovim/neovim/issues/1166
+
14 Jun 2014; Jelte Fennema (JelteF) <github-tech@jeltef.nl>
neovim-9999.ebuild:
Use CFLAGS needed to get a working executable
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index dee1bc5..3871687 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -34,4 +34,4 @@ DEPEND="${RDEPEND}
dev-lang/luajit
>=dev-libs/libuv-0.11.19
dev-lua/lpeg
- dev-lua/cmsgpack"
+ >=dev-lua/cmsgpack-9999"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: app-editors/neovim/
@ 2015-02-20 21:54 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2015-02-20 21:54 UTC (permalink / raw
To: gentoo-commits
commit: d3c39ee7707f7114eb40eb123c9b65d3a022de82
Author: Ole Reifschneider <mail <AT> ole-reifschneider <DOT> de>
AuthorDate: Fri Feb 20 17:47:33 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 20:57:26 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d3c39ee7
Fix dependencies
Package-Manager: portage-2.2.14
---
app-editors/neovim/ChangeLog | 3 +++
app-editors/neovim/neovim-9999.ebuild | 30 ++++++++++++++----------------
2 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog
index ef2a88d..c524dec 100644
--- a/app-editors/neovim/ChangeLog
+++ b/app-editors/neovim/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Feb 2015; Ole Reifschneider <mail@ole-reifschneider.de> neovim-9999.ebuild:
+ Fix dependencies
+
19 Jan 2015; Justin Lecher <jlec@gentoo.org> neovim-9999.ebuild:
Fix deps, https://github.com/neovim/neovim/issues/1166
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 3871687..e7341b9 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -4,7 +4,10 @@
EAPI=5
-inherit cmake-utils flag-o-matic
+inherit cmake-utils
+
+DESCRIPTION="Vim's rebirth for the 21st century"
+HOMEPAGE="https://github.com/neovim/neovim"
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="git://github.com/neovim/neovim.git"
@@ -15,23 +18,18 @@ else
KEYWORDS="~amd64"
fi
-DESCRIPTION="Vim's rebirth for the 21st century"
-HOMEPAGE="https://github.com/neovim/neovim"
-
-LICENSE="vim"
+LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE=""
-src_configure() {
- append-flags "-DNDEBUG -Wno-error -D_FORTIFY_SOURCE=1"
- cmake-utils_src_configure
-}
-
-RDEPEND="app-admin/eselect-vi
- sys-libs/ncurses"
-DEPEND="${RDEPEND}
- dev-lang/luajit
- >=dev-libs/libuv-0.11.19
+DEPEND="
+ ${RDEPEND}
+ dev-lang/luajit:2
+ =dev-libs/libtermkey-9999
+ =dev-libs/unibilium-1.1.1
+ =dev-libs/msgpack-9999
+ >=dev-libs/libuv-1.1.0
dev-lua/lpeg
- >=dev-lua/cmsgpack-9999"
+ dev-lua/messagepack
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-02-20 23:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 21:08 [gentoo-commits] proj/sci:master commit in: app-editors/neovim/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2014-04-15 0:00 Christoph Junghans
2014-05-12 2:18 Christoph Junghans
2014-06-16 10:24 Jauhien Piatlicki
2015-01-19 17:59 Justin Lecher
2015-02-20 21:54 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox