diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Panotools-Script | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Panotools-Script')
-rw-r--r-- | dev-perl/Panotools-Script/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-perl/Panotools-Script/metadata.xml | 32 |
3 files changed, 73 insertions, 0 deletions
diff --git a/dev-perl/Panotools-Script/Manifest b/dev-perl/Panotools-Script/Manifest new file mode 100644 index 000000000000..147c46cfa748 --- /dev/null +++ b/dev-perl/Panotools-Script/Manifest @@ -0,0 +1 @@ +DIST Panotools-Script-0.28.tar.gz 158062 SHA256 2e13fb3255f048c2282b9f10c0616053d4f6f4e4c67e978ef4c53bab3919d561 SHA512 bc63985c7412dec33ce10025e96dc7b26fe57bf2d016e7de60c082204a22681ece624054c08051c3760582386eea0954118c523db192589ace78cdf2dfacc750 WHIRLPOOL 441211af8cfe8f804c3b4c4da0b9fe6894e555268d3aa5b4c31cb23d006bd9cf2df0744c8deb35a593a615a0136c9b2525cdf08e1c7af4da4e5990b6f56b0c7b diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild new file mode 100644 index 000000000000..9fd221c4fc49 --- /dev/null +++ b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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." +} diff --git a/dev-perl/Panotools-Script/metadata.xml b/dev-perl/Panotools-Script/metadata.xml new file mode 100644 index 000000000000..5acc23760f5d --- /dev/null +++ b/dev-perl/Panotools-Script/metadata.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <use> + <flag name="gui"> + Installs GUIs for some tools + </flag> + </use> + <upstream> + <remote-id type="cpan">Panotools-Script</remote-id> + <remote-id type="cpan-module">Panotools::Makefile</remote-id> + <remote-id type="cpan-module">Panotools::Makefile::Comment</remote-id> + <remote-id type="cpan-module">Panotools::Makefile::Rule</remote-id> + <remote-id type="cpan-module">Panotools::Makefile::Utils</remote-id> + <remote-id type="cpan-module">Panotools::Makefile::Variable</remote-id> + <remote-id type="cpan-module">Panotools::Matrix</remote-id> + <remote-id type="cpan-module">Panotools::Photos</remote-id> + <remote-id type="cpan-module">Panotools::Script</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Control</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::ControlMorph</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Image</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::ImageMetadata</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Mask</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Mode</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Option</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Output</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Panorama</remote-id> + <remote-id type="cpan-module">Panotools::Script::Line::Variable</remote-id> + </upstream> +</pkgmetadata> |