diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-24 07:53:27 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-24 07:53:27 +0100 |
commit | 21c147f2152effc0e8714123962e9ad7ba325b63 (patch) | |
tree | fd3e3d7fb32e7b5fdb99cd64c5e71c3f9c9b1ab1 /media-gfx | |
parent | app-misc/tpconfig: treeclean (diff) | |
download | gentoo-21c147f2152effc0e8714123962e9ad7ba325b63.tar.gz gentoo-21c147f2152effc0e8714123962e9ad7ba325b63.tar.bz2 gentoo-21c147f2152effc0e8714123962e9ad7ba325b63.zip |
media-gfx/chafa: drop 1.10.3
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/chafa/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/chafa/chafa-1.10.3.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest index 555fb490ea82..40e12fad776b 100644 --- a/media-gfx/chafa/Manifest +++ b/media-gfx/chafa/Manifest @@ -1,2 +1 @@ -DIST chafa-1.10.3.tar.xz 512808 BLAKE2B cc0d18f06936d3c26a5d073cf8982c5c49bca307833885edf346e392987fb743ee560ca891db5533ee5e856dbeb4ca9f9a68d601961d0ab6b2dcb80c58fdda1d SHA512 29bcd5315a1c5bf08b214b9b58fabc64340e995a383b88e5f8245ba130b0506e4d13c34878d6cb32d1493fa1b8326520cbd176aeef22d932c72ede0430a38fda DIST chafa-1.12.3.tar.xz 659136 BLAKE2B 2b9878b93c46be37fc7cfaf9ffadf58a84445b2e081c712a9824f323b0aee5725fd0b229a0a073afd0a7e3354d418669c411e02ac0f98a4e2eeaff9c19f6f93c SHA512 00d186aa3e5a184b5fe985909118fe856c7889e6674d55de6fe409f04ccac0a8698ef8063a2049e8b100ea0e9abfa5f89c959333a18cd6f934608b86f256ee5d diff --git a/media-gfx/chafa/chafa-1.10.3.ebuild b/media-gfx/chafa/chafa-1.10.3.ebuild deleted file mode 100644 index 98ac22f2a0ca..000000000000 --- a/media-gfx/chafa/chafa-1.10.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer" -HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa" -SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="+tools" - -RDEPEND=" - dev-libs/glib:2 - media-gfx/imagemagick:0= - tools? ( >=media-libs/freetype-2.0.0 ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - econf \ - --disable-man \ - $(use_with tools) -} - -src_install() { - local DOCS=( AUTHORS NEWS README TODO ) - default - - use tools && doman docs/chafa.1 - - find "${ED}" -name '*.la' -delete || die -} |