public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: metadata.xml ChangeLog Panotools-Script-0.23.ebuild
@ 2009-12-21 15:24 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2009-12-21 15:24 UTC (permalink / raw
  To: gentoo-commits

tove        09/12/21 15:24:11

  Added:                metadata.xml ChangeLog Panotools-Script-0.23.ebuild
  Log:
  Initial commit. Thanks to Tim Harder for the ebuild (#272206)
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-perl/Panotools-Script/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Panotools-Script/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Panotools-Script/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?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>
</pkgmetadata>



1.1                  dev-perl/Panotools-Script/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Panotools-Script/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-perl/Panotools-Script
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.1 2009/12/21 15:24:11 tove Exp $

*Panotools-Script-0.23 (21 Dec 2009)

  21 Dec 2009; Torsten Veller <tove@gentoo.org>
  +Panotools-Script-0.23.ebuild, +metadata.xml:
  Initial commit. Thanks to Tim Harder for the ebuild (#272206)




1.1                  dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild?rev=1.1&content-type=text/plain

Index: Panotools-Script-0.23.ebuild
===================================================================
# Copyright 1999-2009 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.23.ebuild,v 1.1 2009/12/21 15:24:11 tove Exp $

EAPI="2"

MODULE_AUTHOR=BPOSTLE
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/GraphViz
	>=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."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-21 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 15:24 [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: metadata.xml ChangeLog Panotools-Script-0.23.ebuild Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox