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 44B20138334 for ; Mon, 25 Jun 2018 21:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A29AE09F0; Mon, 25 Jun 2018 21:06:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24474E09F0 for ; Mon, 25 Jun 2018 21:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7D0D4335CB6 for ; Mon, 25 Jun 2018 21:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006572B0 for ; Mon, 25 Jun 2018 21:06:09 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1529960710.c71d30f55cd2a74efee8c906bdcedebbcdab5009.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtsm/Manifest dev-libs/libtsm/libtsm-3.ebuild dev-libs/libtsm/metadata.xml X-VCS-Directories: dev-libs/libtsm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: c71d30f55cd2a74efee8c906bdcedebbcdab5009 X-VCS-Branch: master Date: Mon, 25 Jun 2018 21:06:09 +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: cabc7235-19bf-4142-8f3e-30236338b55a X-Archives-Hash: b92f349b2c047c0ee30ef88568899654 commit: c71d30f55cd2a74efee8c906bdcedebbcdab5009 Author: Ben Kohler gentoo org> AuthorDate: Mon Jun 25 21:05:10 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jun 25 21:05:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71d30f5 dev-libs/libtsm: new package needed for kmscon Closes: https://bugs.gentoo.org/487394 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libtsm/Manifest | 1 + dev-libs/libtsm/libtsm-3.ebuild | 13 +++++++++++++ dev-libs/libtsm/metadata.xml | 8 ++++++++ 3 files changed, 22 insertions(+) diff --git a/dev-libs/libtsm/Manifest b/dev-libs/libtsm/Manifest new file mode 100644 index 00000000000..0b8bf8f7332 --- /dev/null +++ b/dev-libs/libtsm/Manifest @@ -0,0 +1 @@ +DIST libtsm-3.tar.xz 293264 BLAKE2B 51044f5e7be2269e1b3f40b04aa486f30a3a496d57d3aa64f25b148edb04d8e039dafbe0df32d0557f4c3a21da52bb53be146fe57d84d4e8201289c3bd347d95 SHA512 119834fd6a84489cc7904bf01905c29004901ddf73d6dc4a1f47f6b402ad76f65cb4226eaa718a73dc06694b1524647eff6046894fd9526a8588eed97f6f68b6 diff --git a/dev-libs/libtsm/libtsm-3.ebuild b/dev-libs/libtsm/libtsm-3.ebuild new file mode 100644 index 00000000000..fe129ccf216 --- /dev/null +++ b/dev-libs/libtsm/libtsm-3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Terminal Emulator State Machine" +HOMEPAGE="https://cgit.freedesktop.org/~dvdhrm/libtsm" +SRC_URI="https://www.freedesktop.org/software/kmscon/releases/${P}.tar.xz" + +LICENSE="LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-libs/libtsm/metadata.xml b/dev-libs/libtsm/metadata.xml new file mode 100644 index 00000000000..43523418890 --- /dev/null +++ b/dev-libs/libtsm/metadata.xml @@ -0,0 +1,8 @@ + + + + + bkohler@gentoo.org + Ben Kohler + +