diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-14 11:10:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-14 11:10:23 +0000 |
commit | d0eac46eed76214c7e237cca833b6e796a2e6b1d (patch) | |
tree | 8e7bcf2de2d78d33baa90a8d27741fc2a14b9384 /dev-perl | |
parent | [bump] dev-perl/UNIVERSAL-isa-1.201.106.130 (diff) | |
download | historical-d0eac46eed76214c7e237cca833b6e796a2e6b1d.tar.gz historical-d0eac46eed76214c7e237cca833b6e796a2e6b1d.tar.bz2 historical-d0eac46eed76214c7e237cca833b6e796a2e6b1d.zip |
[bump] dev-perl/Panotools-Script-0.260.0
Package-Manager: portage-2.2.0_alpha40/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Panotools-Script/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild | 41 |
2 files changed, 49 insertions, 2 deletions
diff --git a/dev-perl/Panotools-Script/ChangeLog b/dev-perl/Panotools-Script/ChangeLog index 2151dfc2fe50..918edaa89111 100644 --- a/dev-perl/Panotools-Script/ChangeLog +++ b/dev-perl/Panotools-Script/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Panotools-Script -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.5 2010/06/11 05:48:46 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.6 2011/06/14 11:10:23 tove Exp $ + +*Panotools-Script-0.260.0 (14 Jun 2011) + + 14 Jun 2011; Torsten Veller <tove@gentoo.org> + +Panotools-Script-0.260.0.ebuild: + Version bump 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Panotools-Script-0.24.ebuild: diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild new file mode 100644 index 000000000000..e8325c340ded --- /dev/null +++ b/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 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.260.0.ebuild,v 1.1 2011/06/14 11:10:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BPOSTLE +MODULE_VERSION=0.26 +inherit 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 + insinto /usr/share/applications + doins "${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." +} |