diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-03-19 10:31:53 +0000 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-20 17:16:12 +0100 |
commit | b477b9fcd465559c706af93ec126b58758ecb395 (patch) | |
tree | c3da9a9e13d9dfa7bd4158ac3add93a3327feb5a /media-gfx/chafa | |
parent | x11-libs/libfm: remove unused patch (diff) | |
download | gentoo-b477b9fcd465559c706af93ec126b58758ecb395.tar.gz gentoo-b477b9fcd465559c706af93ec126b58758ecb395.tar.bz2 gentoo-b477b9fcd465559c706af93ec126b58758ecb395.zip |
media-gfx/chafa: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/chafa')
-rw-r--r-- | media-gfx/chafa/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/chafa/chafa-1.4.1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest index bcce16cf5d3d..7cedc3a6ba41 100644 --- a/media-gfx/chafa/Manifest +++ b/media-gfx/chafa/Manifest @@ -1,2 +1 @@ -DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063 DIST chafa-1.6.0.tar.xz 417888 BLAKE2B f9837a9062396f92974088ea2e59e050089b462442ac01af17dc7f47f4c3a24542facd4c977cac2ee9db3c4af9bae2349cea9186f9d0362cf7bb74f4e83d345b SHA512 47843b8bf1b0555ae3570f688229e9f848e2e30c80aa277278230196f6fdb583b7f9170d1740171f2f4c5d5d915e00df407722067bcf6f2dc888804b7bd074da diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild deleted file mode 100644 index 153953749e3d..000000000000 --- a/media-gfx/chafa/chafa-1.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 x86" -IUSE="static-libs +tools" - -RDEPEND=" - dev-libs/glib:2 - media-gfx/imagemagick:0= - tools? ( >=media-libs/freetype-2.0.0 ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local econfargs=( - $(use_enable static-libs static) - # install manpage manually - --disable-man - $(use_with tools) - ) - - econf "${econfargs[@]}" -} - -src_install() { - local DOCS=( AUTHORS NEWS README TODO ) - default - - use tools && doman docs/chafa.1 - - find "${ED}"/usr/lib* -name '*.la' -delete || die -} |