Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: Panotools-Script-0.280.0.ebuild ChangeLog
Date: Tue, 03 Sep 2013 05:36:04
Message-Id: 20130903053600.2AC052004C@flycatcher.gentoo.org
1 patrick 13/09/03 05:36:00
2
3 Modified: ChangeLog
4 Added: Panotools-Script-0.280.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.13 dev-perl/Panotools-Script/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 5 Sep 2012 07:25:53 -0000 1.12
24 +++ ChangeLog 3 Sep 2013 05:35:59 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Panotools-Script
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.12 2012/09/05 07:25:53 tove Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.13 2013/09/03 05:35:59 patrick Exp $
31 +
32 +*Panotools-Script-0.280.0 (03 Sep 2013)
33 +
34 + 03 Sep 2013; Patrick Lauer <patrick@g.o>
35 + +Panotools-Script-0.280.0.ebuild:
36 + Bump
37
38 05 Sep 2012; Torsten Veller <tove@g.o>
39 Panotools-Script-0.270.0.ebuild:
40
41
42
43 1.1 dev-perl/Panotools-Script/Panotools-Script-0.280.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.280.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.280.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Panotools-Script-0.280.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.280.0.ebuild,v 1.1 2013/09/03 05:35:59 patrick Exp $
53
54 EAPI=4
55
56 MODULE_AUTHOR=BPOSTLE
57 MODULE_VERSION=0.28
58 inherit eutils perl-module
59
60 DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="gui"
65
66 RDEPEND="dev-perl/URI
67 dev-perl/libwww-perl
68 >=dev-perl/ImageSize-2.9
69 >=media-libs/exiftool-6
70 gui? ( gnome-extra/zenity )"
71 DEPEND=""
72
73 SRC_TEST="do"
74
75 src_install() {
76 perl-module_src_install
77 if use gui ; then
78 domenu "${S}"/desktop/*.desktop || die
79 else
80 rm "${D}"/usr/bin/*-gui || die
81 fi
82 }
83
84 pkg_postinst() {
85 einfo "Some of the scripts require 'nona', 'freepv', 'enblend', 'autotrace', and"
86 einfo "ImageMagick command-line tools which are available in the following"
87 einfo "packages: media-gfx/hugin, media-gfx/freepv, media-gfx/enblend,"
88 einfo "media-gfx/autotrace, and media-gfx/imagemagick."
89 }