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 4498C1382C5 for ; Tue, 30 Jan 2018 02:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EE4E0B54; Tue, 30 Jan 2018 02:18:56 +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 A9E26E0B54 for ; Tue, 30 Jan 2018 02:18:56 +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 B4EA8335C6D for ; Tue, 30 Jan 2018 02:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 987211DD for ; Tue, 30 Jan 2018 02:18:51 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1517278694.ef404ad1236112aafd6934d223d28179a887ee96.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Panotools-Script/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild X-VCS-Directories: dev-perl/Panotools-Script/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ef404ad1236112aafd6934d223d28179a887ee96 X-VCS-Branch: master Date: Tue, 30 Jan 2018 02:18:51 +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-Archives-Salt: 77b68cea-3d4c-40ff-94ee-fcca982bfe63 X-Archives-Hash: 9f512d57cac7cdf5439c16fcfc2cd014 commit: ef404ad1236112aafd6934d223d28179a887ee96 Author: Kent Fredric gentoo org> AuthorDate: Tue Jan 30 02:13:47 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Jan 30 02:18:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef404ad1 dev-perl/Panotools-Script: Cleanup old re bug #623084 Closes: https://bugs.gentoo.org/623084 Package-Manager: Portage-2.3.18, Repoman-2.3.6 .../Panotools-Script-0.280.0-r2.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild deleted file mode 100644 index 6d02c66ebde..00000000000 --- a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=BPOSTLE -MODULE_VERSION=0.28 -inherit eutils perl-module - -DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gui" - -RDEPEND="dev-perl/URI - dev-perl/libwww-perl - >=dev-perl/Image-Size-2.900.0 - >=media-libs/exiftool-6 - gui? ( gnome-extra/zenity )" -DEPEND="" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - if use gui ; then - domenu "${S}"/desktop/*.desktop || die - else - rm "${D}"/usr/bin/*-gui || die - fi -} - -pkg_postinst() { - einfo "Some of the scripts require 'nona', 'freepv', 'enblend', 'autotrace', and" - einfo "ImageMagick command-line tools which are available in the following" - einfo "packages: media-gfx/hugin, media-gfx/freepv, media-gfx/enblend," - einfo "media-gfx/autotrace, and media-gfx/imagemagick." -}