Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Panotools-Script/
Date: Tue, 30 Jan 2018 02:18:58
Message-Id: 1517278694.ef404ad1236112aafd6934d223d28179a887ee96.kentnl@gentoo
1 commit: ef404ad1236112aafd6934d223d28179a887ee96
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 02:13:47 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 02:18:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef404ad1
7
8 dev-perl/Panotools-Script: Cleanup old re bug #623084
9
10 Closes: https://bugs.gentoo.org/623084
11 Package-Manager: Portage-2.3.18, Repoman-2.3.6
12
13 .../Panotools-Script-0.280.0-r2.ebuild | 39 ----------------------
14 1 file changed, 39 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 6d02c66ebde..00000000000
19 --- a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=BPOSTLE
28 -MODULE_VERSION=0.28
29 -inherit eutils perl-module
30 -
31 -DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="gui"
36 -
37 -RDEPEND="dev-perl/URI
38 - dev-perl/libwww-perl
39 - >=dev-perl/Image-Size-2.900.0
40 - >=media-libs/exiftool-6
41 - gui? ( gnome-extra/zenity )"
42 -DEPEND=""
43 -
44 -SRC_TEST="do"
45 -
46 -src_install() {
47 - perl-module_src_install
48 - if use gui ; then
49 - domenu "${S}"/desktop/*.desktop || die
50 - else
51 - rm "${D}"/usr/bin/*-gui || die
52 - fi
53 -}
54 -
55 -pkg_postinst() {
56 - einfo "Some of the scripts require 'nona', 'freepv', 'enblend', 'autotrace', and"
57 - einfo "ImageMagick command-line tools which are available in the following"
58 - einfo "packages: media-gfx/hugin, media-gfx/freepv, media-gfx/enblend,"
59 - einfo "media-gfx/autotrace, and media-gfx/imagemagick."
60 -}