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 552D1138334 for ; Wed, 11 Jul 2018 21:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB2EE0828; Wed, 11 Jul 2018 21:35:50 +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 318EBE0828 for ; Wed, 11 Jul 2018 21:35:50 +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 5F398335CB2 for ; Wed, 11 Jul 2018 21:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83AE8365 for ; Wed, 11 Jul 2018 21:35:46 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1531344925.622a6c35937bed790e8e8f1364a4e63088bc6a72.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/termtosvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/termtosvg/Manifest media-gfx/termtosvg/metadata.xml media-gfx/termtosvg/termtosvg-0.4.0.ebuild X-VCS-Directories: media-gfx/termtosvg/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 622a6c35937bed790e8e8f1364a4e63088bc6a72 X-VCS-Branch: master Date: Wed, 11 Jul 2018 21:35:46 +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: 805c3bb7-5083-491d-b1ed-4f33ed62e763 X-Archives-Hash: 77328b644f01a16e3f71617a472c317b commit: 622a6c35937bed790e8e8f1364a4e63088bc6a72 Author: Jason A. Donenfeld gentoo org> AuthorDate: Wed Jul 11 21:35:13 2018 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Wed Jul 11 21:35:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622a6c35 media-gfx/termtosvg: import new ebuild Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-gfx/termtosvg/Manifest | 1 + media-gfx/termtosvg/metadata.xml | 7 +++++++ media-gfx/termtosvg/termtosvg-0.4.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/media-gfx/termtosvg/Manifest b/media-gfx/termtosvg/Manifest new file mode 100644 index 00000000000..b2e867a39b8 --- /dev/null +++ b/media-gfx/termtosvg/Manifest @@ -0,0 +1 @@ +DIST termtosvg-0.4.0.tar.gz 88543 BLAKE2B a45e15e7d681bb649670d4c73cf09306fa09276b2a34f762db66f4cf2d640d2163f4e98b16dc609e92b4145978e76a00e80950634d1599ee0766c4f08afb15a5 SHA512 c0c90fc9e74c892ebe6b7fcd25ff2757a7a8b9ee4da459fc608c96295d0f9b40bf6c98a0ac56f42c3e2a60cb60e9404a9b50863bdf74335d2b4758b124c04fcb diff --git a/media-gfx/termtosvg/metadata.xml b/media-gfx/termtosvg/metadata.xml new file mode 100644 index 00000000000..38b28ff6e62 --- /dev/null +++ b/media-gfx/termtosvg/metadata.xml @@ -0,0 +1,7 @@ + + + + +zx2c4@gentoo.org + + diff --git a/media-gfx/termtosvg/termtosvg-0.4.0.ebuild b/media-gfx/termtosvg/termtosvg-0.4.0.ebuild new file mode 100644 index 00000000000..a9ab7bed95f --- /dev/null +++ b/media-gfx/termtosvg/termtosvg-0.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6} ) +inherit distutils-r1 + +DESCRIPTION="Record terminal sessions as SVG animations" +HOMEPAGE="https://github.com/nbedos/termtosvg" +SRC_URI="https://github.com/nbedos/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${PYTHON_DEPS} + >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}] + dev-python/svgwrite[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"