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 30921138334 for ; Fri, 13 Dec 2019 00:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8115EE083E; Fri, 13 Dec 2019 00:43:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 54273E083E for ; Fri, 13 Dec 2019 00:43:53 +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 3A02534D979 for ; Fri, 13 Dec 2019 00:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 599A08D1 for ; Fri, 13 Dec 2019 00:43:50 +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: <1576197769.9230055ed4b3fcc85ca9fca121dc5fdadf20b9d1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpano13/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpano13/Manifest media-libs/libpano13/libpano13-2.9.18.ebuild X-VCS-Directories: media-libs/libpano13/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9230055ed4b3fcc85ca9fca121dc5fdadf20b9d1 X-VCS-Branch: master Date: Fri, 13 Dec 2019 00:43:50 +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: 408bb6f3-cddc-41e7-b9cc-c2fc521c7891 X-Archives-Hash: 25440970bbe878240c777e41f47f7eef commit: 9230055ed4b3fcc85ca9fca121dc5fdadf20b9d1 Author: David Seifert gentoo org> AuthorDate: Fri Dec 13 00:42:49 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 13 00:42:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9230055e media-libs/libpano13: Port to EAPI 7 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> media-libs/libpano13/Manifest | 1 - media-libs/libpano13/libpano13-2.9.18.ebuild | 44 ---------------------------- 2 files changed, 45 deletions(-) diff --git a/media-libs/libpano13/Manifest b/media-libs/libpano13/Manifest index f887477d0ef..a2112ecc80b 100644 --- a/media-libs/libpano13/Manifest +++ b/media-libs/libpano13/Manifest @@ -1,2 +1 @@ -DIST libpano13-2.9.18.tar.gz 2723032 BLAKE2B 61402a30ff9c310a2c965ca10dc43d2ddbd43b0f04f2cad3123981010d8a91491414d00f32aad54552026486f48056d98f509fa5b0404bbb8b845466caa7c436 SHA512 bd8449a8ee01e990fa19784889c1afb0e64f90e25596c872e7470fb700c327aad4fc0c565977576dac34dca4cea55a46aad9dc547d3ee4ab6b353cd8b6656874 DIST libpano13-2.9.19.tar.gz 3527845 BLAKE2B 59d6b46b75de60a3230eb46e42bbb0f7b8826ac5b84d1dc32d28cc384b6690b258c0c3a6b75d3423a1583daccbd0aecd3f010eb58fb356cae5c54d29e05672f0 SHA512 f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868 diff --git a/media-libs/libpano13/libpano13-2.9.18.ebuild b/media-libs/libpano13/libpano13-2.9.18.ebuild deleted file mode 100644 index 752123e3c71..00000000000 --- a/media-libs/libpano13/libpano13-2.9.18.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit versionator java-pkg-opt-2 - -DESCRIPTION="Helmut Dersch's panorama toolbox library" -HOMEPAGE="http://panotools.sourceforge.net/" -SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="java static-libs" - -DEPEND="media-libs/libpng - media-libs/tiff - sys-libs/zlib - virtual/jpeg - java? ( >=virtual/jdk-1.3 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" - -src_configure() { - LIBS="-lm" econf \ - $(use_with java java ${JAVA_HOME}) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README README.linux AUTHORS NEWS doc/*.txt - - if ! use static-libs ; then - find "${D}" -name '*.la' -delete || die - fi -} - -pkg_postinst() { - ewarn "you should remerge all reverse dependencies (media-gfx/hugin and" - ewarn "media-gfx/autopano-sift-C) as they might not work anymore" -}