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 68DD6138334 for ; Sun, 17 Nov 2019 23:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA53CE08A4; Sun, 17 Nov 2019 23:52:40 +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 8CBC8E08A4 for ; Sun, 17 Nov 2019 23:52:40 +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 3D06B34CF2D for ; Sun, 17 Nov 2019 23:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098BA85C for ; Sun, 17 Nov 2019 23:52:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574034738.e2adb416fbb44f568fadd4d0c08b5d98bed92535.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpgf/Manifest media-libs/libpgf/libpgf-6.11.32.ebuild X-VCS-Directories: media-libs/libpgf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e2adb416fbb44f568fadd4d0c08b5d98bed92535 X-VCS-Branch: master Date: Sun, 17 Nov 2019 23:52:37 +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: 00bae641-01ea-491e-aadf-5b2af2ac6ff7 X-Archives-Hash: 794ba8a6e9b2f61087d73dfb12614ac0 commit: e2adb416fbb44f568fadd4d0c08b5d98bed92535 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 17 23:52:18 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 17 23:52:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2adb416 media-libs/libpgf: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> media-libs/libpgf/Manifest | 1 - media-libs/libpgf/libpgf-6.11.32.ebuild | 38 --------------------------------- 2 files changed, 39 deletions(-) diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest index 60f9aacd243..736a10582a9 100644 --- a/media-libs/libpgf/Manifest +++ b/media-libs/libpgf/Manifest @@ -1,2 +1 @@ -DIST libpgf-6.11.32.tar.bz2 83174 BLAKE2B 3f11b060c4edaf57694541c3752721d63d7af32f27dcc6db008d453d5aad873a11ca7df6c7ce6ad2471800538514e4c1c6e34141497471531dfec5999e1dfe6e SHA512 2e2a181d01821e8888b0edfd697f0ef8dddc9b4d07b8245dfac22c2c5f1b6f1768ab0de47fce3cb039b788a0c8b115f7e8c45f8ecf9d3f5eeb9c38241134490e DIST libpgf-6.12.27.tar.bz2 1235651 BLAKE2B d155289398d6291d49a217a97e283d28440e398c330b3bb1006cdb2cf4c31bd7efef5db4cadd9d28812ffe4ef6deb12ab978b8feaac7c9119cff61ee26658628 SHA512 ad06b34d61219a61d06b87e05a26e8639cd7a93211943217832969c03c4dbc81fbbb287fa2d628b7e087b96e78665a3cbc78920c8ff5828dfb2a7748e04fe42a diff --git a/media-libs/libpgf/libpgf-6.11.32.ebuild b/media-libs/libpgf/libpgf-6.11.32.ebuild deleted file mode 100644 index d94e4dfb60f..00000000000 --- a/media-libs/libpgf/libpgf-6.11.32.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools - -DESCRIPTION="Library to load, handle and manipulate images in the PGF format" -HOMEPAGE="http://www.libpgf.org/" -SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="doc static-libs" - -RDEPEND="" -DEPEND="doc? ( app-doc/doxygen ) - app-arch/unzip" - -S=${WORKDIR}/${PN} - -src_prepare() { - if ! use doc; then - sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die - fi - - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}