From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E56FE13888F for ; Fri, 23 Oct 2015 10:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 450A321C023; Fri, 23 Oct 2015 10:31:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C286521C023 for ; Fri, 23 Oct 2015 10:31:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D704340B03 for ; Fri, 23 Oct 2015 10:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BF731645 for ; Fri, 23 Oct 2015 10:31:38 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1445596213.983925df26dd52c0862535f8ccbb181e1697cbbd.tranquility@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvterm/Manifest dev-libs/libvterm/libvterm-0.0_pre20151022.ebuild dev-libs/libvterm/metadata.xml X-VCS-Directories: dev-libs/libvterm/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 983925df26dd52c0862535f8ccbb181e1697cbbd X-VCS-Branch: master Date: Fri, 23 Oct 2015 10:31:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6236435-1958-42a7-a1a2-0aac03c09422 X-Archives-Hash: 98ebbb431db75c635adb49ba56284815 commit: 983925df26dd52c0862535f8ccbb181e1697cbbd Author: Ole Reifschneider gentoo org> AuthorDate: Fri Oct 23 09:50:46 2015 +0000 Commit: Ole Reifschneider gentoo 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 @@ + + + + vim +