From: "Ole Reifschneider" <tranquility@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/
Date: Fri, 23 Oct 2015 10:31:38 +0000 (UTC) [thread overview]
Message-ID: <1445596213.983925df26dd52c0862535f8ccbb181e1697cbbd.tranquility@gentoo> (raw)
commit: 983925df26dd52c0862535f8ccbb181e1697cbbd
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 09:50:46 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 10:30:13 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983925df
dev-libs/libvterm: initial commit
This is a copy of the libvterm-neovim ebuild which uses the neovim fork.
The libvterm-neovim package will be removed in the future.
Package-Manager: portage-2.2.23
dev-libs/libvterm/Manifest | 1 +
dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild | 31 +++++++++++++++++++++++
dev-libs/libvterm/metadata.xml | 5 ++++
3 files changed, 37 insertions(+)
diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest
new file mode 100644
index 0000000..f0901e3
--- /dev/null
+++ b/dev-libs/libvterm/Manifest
@@ -0,0 +1 @@
+DIST libvterm-0.0_pre20151022.tar.xz 61140 SHA256 6958aa321e0610baeb84691270e52c63c1320d94d8fd32bfc52c315a9d42a71f SHA512 d8179493bb6185a45e4565190d21dc08dc0d279945e898b2cc12cecca9c01b8d8a4ca24bb363861c1edfb009fab7ac2b2c4739393953efefda7616228ffd3bae WHIRLPOOL c586b9202adddce38f30190ac786870121cbad6e0562ca7ada9c7a6b956ab33f5ebf5c457cc1bc7e57af480abfb80cb1b02e204260e81975ecc11eb60f4a3427
diff --git a/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild b/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild
new file mode 100644
index 0000000..7152fb4
--- /dev/null
+++ b/dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
+HOMEPAGE="http://www.leonerd.org.uk/code/libvterm/"
+SRC_URI="https://dev.gentoo.org/~tranquility/distfiles/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-devel/libtool
+ virtual/pkgconfig"
+
+src_compile() {
+ append-cflags -fPIC
+ emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+ emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ DESTDIR="${D}" install
+ prune_libtool_files
+
+ dodoc doc/*
+}
diff --git a/dev-libs/libvterm/metadata.xml b/dev-libs/libvterm/metadata.xml
new file mode 100644
index 0000000..71d3191
--- /dev/null
+++ b/dev-libs/libvterm/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>vim</herd>
+</pkgmetadata>
next reply other threads:[~2015-10-23 10:31 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 10:31 Ole Reifschneider [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-26 18:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/ Ole Reifschneider
2016-03-05 14:29 Ole Reifschneider
2018-01-05 11:18 Patrice Clement
2018-01-05 11:18 Patrice Clement
2018-02-16 9:45 Ole Reifschneider
2018-02-16 14:08 Patrice Clement
2018-12-12 16:49 Ole Reifschneider
2019-04-20 19:01 Mikle Kolyada
2019-09-20 8:13 Michał Górny
2019-09-20 8:13 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-11-28 19:40 Patrick McLean
2019-12-29 9:24 Mikle Kolyada
2020-01-16 15:45 Tim Harder
2020-04-28 19:23 Mart Raudsepp
2021-04-01 0:43 Sam James
2021-04-01 12:11 Thomas Deutschmann
2021-04-01 21:17 Sam James
2021-04-01 22:33 Sam James
2021-06-27 20:03 Aaron Bauman
2021-10-11 13:47 Yixun Lan
2022-02-26 3:44 Sam James
2022-02-26 3:44 Sam James
2022-03-31 18:45 Jakov Smolić
2022-03-31 18:45 Jakov Smolić
2022-06-02 10:50 Matt Turner
2022-07-15 7:40 Sam James
2022-07-29 4:17 Sam James
2022-10-01 1:29 Sam James
2022-11-07 17:27 Arthur Zamarin
2022-11-08 4:54 Jakov Smolić
2022-12-02 12:01 Arthur Zamarin
2023-04-08 13:42 Luca Barbato
2023-04-08 20:56 Marek Szuba
2023-06-14 17:28 Matt Turner
2023-08-28 22:08 Sam James
2023-10-19 6:16 Joonas Niilola
2023-10-19 6:16 Joonas Niilola
2023-10-19 12:17 Sam James
2023-12-01 20:57 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445596213.983925df26dd52c0862535f8ccbb181e1697cbbd.tranquility@gentoo \
--to=tranquility@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox