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 7C5E613933E for ; Fri, 23 Jul 2021 21:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD626E091A; Fri, 23 Jul 2021 21:01:36 +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 A0C38E091A for ; Fri, 23 Jul 2021 21:01:36 +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 36668342B30 for ; Fri, 23 Jul 2021 21:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCEC27EE for ; Fri, 23 Jul 2021 21:01:33 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1627074073.99d3a0fca8d6253d3a7738d955b41e541f22e250.dilfridge@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/Manifest dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild X-VCS-Directories: dev-perl/Panotools-Script/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 99d3a0fca8d6253d3a7738d955b41e541f22e250 X-VCS-Branch: master Date: Fri, 23 Jul 2021 21:01:33 +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: 73a68d1d-3836-450c-bcff-6b5e9ab77bf2 X-Archives-Hash: 784a70e20031e1ef95768803ce1b27b7 commit: 99d3a0fca8d6253d3a7738d955b41e541f22e250 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 23 20:52:39 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 23 21:01:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d3a0fc dev-perl/Panotools-Script: Version bump 0.29 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Panotools-Script/Manifest | 1 + .../Panotools-Script-0.290.0.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-perl/Panotools-Script/Manifest b/dev-perl/Panotools-Script/Manifest index e634a8d1c38..923d89680ca 100644 --- a/dev-perl/Panotools-Script/Manifest +++ b/dev-perl/Panotools-Script/Manifest @@ -1 +1,2 @@ DIST Panotools-Script-0.28.tar.gz 158062 BLAKE2B 8131df889a344fcff745158e144905e4b644f55c4cbbd8ab92bc9c28ef870e4d0c95052aa66e1fdcace1d702b57b5b040a349adbf14622017bf1386c6c178b58 SHA512 bc63985c7412dec33ce10025e96dc7b26fe57bf2d016e7de60c082204a22681ece624054c08051c3760582386eea0954118c523db192589ace78cdf2dfacc750 +DIST Panotools-Script-0.29.tar.gz 164253 BLAKE2B cbe8c3586ecbe452e39e55acb6f90dab31760ec134c0b42251619aa461af11ccdd22966bc078e5ea6f54e70f9d0f026231fb8a96ea101d7120efa151bc941787 SHA512 780d3b03a6dd6000d8018342fc1546fdda49f79118af889f91e98b0233beb65a2d7af7679d32007656aa406d483b49b6445684bb11076ed78f8f3673298d3040 diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild new file mode 100644 index 00000000000..58a52a70c7c --- /dev/null +++ b/dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BPOSTLE +DIST_VERSION=0.29 +inherit desktop perl-module + +DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gui" + +RDEPEND=" + >=virtual/perl-File-Spec-0.800.0 + >=virtual/perl-File-Temp-0.100.0 + >=virtual/perl-Getopt-Long-2.0.0 + dev-perl/URI + dev-perl/libwww-perl + >=dev-perl/Image-Size-2.900.0 + >=media-libs/exiftool-6 + gui? ( gnome-extra/zenity ) +" +BDEPEND="${RDEPEND} +" + +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." +}