axs         14/08/26 19:04:51

  Modified:             ChangeLog
  Added:                Panotools-Script-0.280.0-r1.ebuild
  Removed:              Panotools-Script-0.280.0.ebuild
  Log:
  bumped EAPI to 5 to help with dev-lang/perl upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.14                 dev-perl/Panotools-Script/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   3 Sep 2013 05:35:59 -0000       1.13
+++ ChangeLog   26 Aug 2014 19:04:51 -0000      1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Panotools-Script
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.13 
2013/09/03 05:35:59 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.14 
2014/08/26 19:04:51 axs Exp $
+
+*Panotools-Script-0.280.0-r1 (26 Aug 2014)
+
+  26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +Panotools-Script-0.280.0-r1.ebuild, -Panotools-Script-0.280.0.ebuild:
+  bumped EAPI to 5 to help with dev-lang/perl upgrade
 
 *Panotools-Script-0.280.0 (03 Sep 2013)
 



1.1                  
dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: Panotools-Script-0.280.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild,v
 1.1 2014/08/26 19:04:51 axs Exp $

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/ImageSize-2.9
        >=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."
}




Reply via email to