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 65AF61382C5 for ; Sat, 16 May 2020 21:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1801E0ACE; Sat, 16 May 2020 21:28:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8446CE0ACE for ; Sat, 16 May 2020 21:28:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 520A434F5CC for ; Sat, 16 May 2020 21:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE0524C for ; Sat, 16 May 2020 21:28:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1589664429.4abb3090b49ca462949138c0aeed3387a1473f56.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/giflib/Manifest media-libs/giflib/giflib-5.1.4.ebuild X-VCS-Directories: media-libs/giflib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4abb3090b49ca462949138c0aeed3387a1473f56 X-VCS-Branch: master Date: Sat, 16 May 2020 21:28:07 +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: a435c03a-60be-4d50-914b-05f3e5a1c8a7 X-Archives-Hash: 563a0cf8445ebd22a6a1599cf1ff414e commit: 4abb3090b49ca462949138c0aeed3387a1473f56 Author: David Seifert gentoo org> AuthorDate: Sat May 16 21:27:09 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 16 21:27:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abb3090 media-libs/giflib: Remove old Bug: https://bugs.gentoo.org/711272 Closes: https://github.com/gentoo/gentoo/pull/15835 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> media-libs/giflib/Manifest | 1 - media-libs/giflib/giflib-5.1.4.ebuild | 65 ----------------------------------- 2 files changed, 66 deletions(-) diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest index a6794c6fbe7..9f17d63b72c 100644 --- a/media-libs/giflib/Manifest +++ b/media-libs/giflib/Manifest @@ -1,2 +1 @@ -DIST giflib-5.1.4.tar.bz2 639703 BLAKE2B 5176fbd94c37a86a7f7a3964b6b5f2637d76ba5d40e594a0db52a3a09e22b915a0388fc9bd2f1446dcf66b3b9c0d76741583e4d5d3f7362fa3997e8b26503fc4 SHA512 32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d DIST giflib-5.2.1.tar.gz 444187 BLAKE2B 8c1e105bbb65dc7ab103976caed70834356440f381ec5118311882fb1c558bb65f6c1081e5767f9835087860de44df5dfcd2826f89744dded548d535736f27f0 SHA512 4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736 diff --git a/media-libs/giflib/giflib-5.1.4.ebuild b/media-libs/giflib/giflib-5.1.4.ebuild deleted file mode 100644 index 08aa93e2df8..00000000000 --- a/media-libs/giflib/giflib-5.1.4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils libtool ltprune multilib-minimal - -DESCRIPTION="Library to handle, display and manipulate GIF images" -HOMEPAGE="https://sourceforge.net/projects/giflib/" -SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0/7" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc static-libs" - -DEPEND="doc? ( app-text/xmlto )" - -src_prepare() { - default - elibtoolize -} - -multilib_src_configure() { - local myeconfargs=( - # No need for xmlto as they ship generated files. - ac_cv_prog_have_xmlto=no - - $(use_enable static-libs static) - ) - - ECONF_SOURCE="${S}" \ - econf "${myeconfargs[@]}" -} - -multilib_src_compile() { - default - - if use doc && multilib_is_native_abi; then - emake -C doc - fi -} - -multilib_src_install() { - default - - # for static libs the .la file is required if built with +X - use static-libs || prune_libtool_files --all - - if use doc && multilib_is_native_abi; then - docinto html - dodoc doc/*.html - fi -} - -multilib_src_install_all() { - doman doc/*.1 - docinto - dodoc AUTHORS BUGS ChangeLog NEWS README TODO - if use doc; then - dodoc doc/*.txt - docinto html - dodoc -r doc/whatsinagif - fi -}