summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/ttygif')
-rw-r--r--media-gfx/ttygif/Manifest1
-rw-r--r--media-gfx/ttygif/ttygif-1.80_p20181218.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/media-gfx/ttygif/Manifest b/media-gfx/ttygif/Manifest
index 20afe97ec89f..35bc53ad44af 100644
--- a/media-gfx/ttygif/Manifest
+++ b/media-gfx/ttygif/Manifest
@@ -1,2 +1 @@
DIST ttygif-1.6.0.tar.gz 19288 BLAKE2B cd8a8da6b824f4dc219a9e08bcce7cb1a805d634335fc2bc51b9f79baa96e54ffb4308e4c0924b448ee7a1be53f0391206b3c9eb8705549f41ca7df738cff37f SHA512 3a344d3307a3f2ea96093c39c528452f85c5ee9007a8dd472ad9cd286428753c3b1c11b39c21cf152958e1eee9971798a26bb33374b650b8a7da2f8238c954bf
-DIST ttygif-1.80_p20181218.tar.gz 8428 BLAKE2B 376b6dca4d13120b90e3055e8a37acd017aa7966267d6ad76af6eb2cc4155c8b8ce9d618c682cf1c999095c96ae78e11ec343e0752362851f9a2b660820dc403 SHA512 f992094c0baa625106eefdebbde1d91f2686c0b01c4b3ec22ec9339c88df42c830e4417338c685b375646b212db0213983b41b8d6ee9bd9644dfb56f6db31f52
diff --git a/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild b/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
deleted file mode 100644
index 299f1934a05b..000000000000
--- a/media-gfx/ttygif/ttygif-1.80_p20181218.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vcs-snapshot toolchain-funcs
-
-# 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 )
-
-PATCHES=( "${FILESDIR}/ldflags-support.patch" )
-
-RDEPEND="
- x11-apps/xwd
- app-misc/ttyrec
- media-gfx/imagemagick"
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -DVERSION='\"${PV}\"' -DOS_LINUX" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin "${PN}"
- einstalldocs
-}