commit:     31b3803008585f988f6202c3aea0a6bcbbea72cd
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 27 10:33:03 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 10:39:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b38030

media-gfx/ttygif: new ebuild.

ttygif is a tool to convert terminal recordings to animated gifs.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-gfx/ttygif/Manifest                     |  1 +
 media-gfx/ttygif/metadata.xml                 | 11 ++++++++++
 media-gfx/ttygif/ttygif-1.80_p20181218.ebuild | 29 +++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/media-gfx/ttygif/Manifest b/media-gfx/ttygif/Manifest
new file mode 100644
index 00000000000..1952d7da7f5
--- /dev/null
+++ b/media-gfx/ttygif/Manifest
@@ -0,0 +1 @@
+DIST ttygif-1.80_p20181218.tar.gz 8428 BLAKE2B 
376b6dca4d13120b90e3055e8a37acd017aa7966267d6ad76af6eb2cc4155c8b8ce9d618c682cf1c999095c96ae78e11ec343e0752362851f9a2b660820dc403
 SHA512 
f992094c0baa625106eefdebbde1d91f2686c0b01c4b3ec22ec9339c88df42c830e4417338c685b375646b212db0213983b41b8d6ee9bd9644dfb56f6db31f52

diff --git a/media-gfx/ttygif/metadata.xml b/media-gfx/ttygif/metadata.xml
new file mode 100644
index 00000000000..0bb66f2138d
--- /dev/null
+++ b/media-gfx/ttygif/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Patrice Clement</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">icholy/ttygif</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild 
b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
new file mode 100644
index 00000000000..32b4aa70ac5
--- /dev/null
+++ b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot
+
+# Commit Date: Dec 18th 2018
+COMMIT="362bc381c1c2449509e732d68f07656caf46b420"
+
+DESCRIPTION="Convert terminal recordings to animated gifs"
+HOMEPAGE="https://github.com/icholy/ttygif";
+SRC_URI="https://github.com/icholy/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( LICENSE README.md )
+
+RDEPEND="
+       x11-apps/xwd
+       app-misc/ttyrec
+       media-gfx/imagemagick"
+
+src_install() {
+       dobin "${PN}"
+       einstalldocs
+}

Reply via email to