From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A565E1382C5 for ; Fri, 16 Feb 2018 09:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBAB0E08C3; Fri, 16 Feb 2018 09:45:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A641E08C3 for ; Fri, 16 Feb 2018 09:45:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F535335C2A for ; Fri, 16 Feb 2018 09:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDE5C1FE for ; Fri, 16 Feb 2018 09:45:03 +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: <1518773934.db621883446df2f927c97cfc4681fee42a7f406e.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.1_pre20171004.ebuild X-VCS-Directories: dev-libs/libvterm/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: db621883446df2f927c97cfc4681fee42a7f406e X-VCS-Branch: master Date: Fri, 16 Feb 2018 09:45:03 +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: c4cd0a03-a866-40dc-a677-a20c1b65aab0 X-Archives-Hash: 45736f9cad2077c4aca1838af5e06602 commit: db621883446df2f927c97cfc4681fee42a7f406e Author: Ole Reifschneider gentoo org> AuthorDate: Fri Feb 16 09:38:54 2018 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Fri Feb 16 09:38:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db621883 dev-libs/libvterm: Update snapshot Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/libvterm/Manifest | 1 + dev-libs/libvterm/libvterm-0.1_pre20171004.ebuild | 34 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest index e1b92d08800..0ea980cb4f2 100644 --- a/dev-libs/libvterm/Manifest +++ b/dev-libs/libvterm/Manifest @@ -1 +1,2 @@ DIST libvterm-0.0_pre20160305.tar.xz 665672 BLAKE2B 3f86ada9967f8c5e085ef324330082858c27b07583af2fa4946f74f3edf3bc697cb3335108df89a6de7f058b9649e82fc85b133084c0c8212a98e5f8adab6ce8 SHA512 7e9a44ae679b8c7216f019c0c6b90f1b762f051f58fdb349cfa2a3b2df606940d891547fbc24f05ff32a33e4749242ce8ee2af214b7b3623b83a9f4b9fd53585 +DIST libvterm-0.1_pre20171004.tar.xz 618628 BLAKE2B 78ff34d7aadfad347a32b5eadb9bac0c53daa361366121752863ab831051583f6743ce1e36c4991a674fd85cca875785d7a99d772b1a93874a23dfa3aee2bece SHA512 ad2734bce97a0e39b239801e42605bbba40dad576337d228c4fba46923d50743fe7adedb42aaea3e44481010c8e277f5438f683804787c265a3f5644d7e9bccc diff --git a/dev-libs/libvterm/libvterm-0.1_pre20171004.ebuild b/dev-libs/libvterm/libvterm-0.1_pre20171004.ebuild new file mode 100644 index 00000000000..155f107ba9b --- /dev/null +++ b/dev-libs/libvterm/libvterm-0.1_pre20171004.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" + +DEPEND=" + sys-devel/libtool + virtual/pkgconfig" + +RDEPEND="!dev-libs/libvterm-neovim" + +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/* +}