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 29EDC138359 for ; Fri, 2 Oct 2020 13:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74077E0982; Fri, 2 Oct 2020 13:57:22 +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 605CFE096F for ; Fri, 2 Oct 2020 13:57:22 +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 5030633EDD8 for ; Fri, 2 Oct 2020 13:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD87A38C for ; Fri, 2 Oct 2020 13:57:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601647030.8768d8be0554eb5330d51b39f31c8ab212322c57.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/chafa/Manifest media-gfx/chafa/chafa-1.4.0.ebuild X-VCS-Directories: media-gfx/chafa/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8768d8be0554eb5330d51b39f31c8ab212322c57 X-VCS-Branch: master Date: Fri, 2 Oct 2020 13:57:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62e9582a-1361-44d1-8282-a098a8af8572 X-Archives-Hash: b8848fcca2f69472850be473506b8a96 commit: 8768d8be0554eb5330d51b39f31c8ab212322c57 Author: Jakov Smolic sartura hr> AuthorDate: Fri Sep 18 07:38:53 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 2 13:57:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8768d8be media-gfx/chafa: drop old Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17582 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/chafa/Manifest | 1 - media-gfx/chafa/chafa-1.4.0.ebuild | 41 -------------------------------------- 2 files changed, 42 deletions(-) diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest index 1e527519b08..c8d6ff58a27 100644 --- a/media-gfx/chafa/Manifest +++ b/media-gfx/chafa/Manifest @@ -1,2 +1 @@ -DIST chafa-1.4.0.tar.xz 388932 BLAKE2B 0ccaae1495bd410b05d291ebcf2b6266374f013536ec1b953d6127e63c20b11ff78e96772309caeb5c4bbfc40729f60291b0ab3d2395824801aec7763c1ac2b3 SHA512 e464750296db0eca5d718ff70dbb51529abcd4ff3d5bdd15f20f10ff0207f282e8b59799476fc05718efb48b81b331ae1518d450efd6b62b98a41049e1c6e9d5 DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063 diff --git a/media-gfx/chafa/chafa-1.4.0.ebuild b/media-gfx/chafa/chafa-1.4.0.ebuild deleted file mode 100644 index 1a2aba13891..00000000000 --- a/media-gfx/chafa/chafa-1.4.0.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 ~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 -}