public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: ChangeLog Panotools-Script-0.24.ebuild
@ 2009-12-31 17:40 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-12-31 17:40 UTC (permalink / raw
  To: gentoo-commits

tove        09/12/31 17:40:48

  Modified:             ChangeLog
  Added:                Panotools-Script-0.24.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Dec 2009 15:24:11 -0000	1.1
+++ ChangeLog	31 Dec 2009 17:40:48 -0000	1.2
@@ -1,6 +1,12 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.2 2009/12/31 17:40:48 tove Exp $
+
+*Panotools-Script-0.24 (31 Dec 2009)
+
+  31 Dec 2009; Torsten Veller <tove@gentoo.org>
+  +Panotools-Script-0.24.ebuild:
+  Version bump
 
 *Panotools-Script-0.23 (21 Dec 2009)
 



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

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

Index: Panotools-Script-0.24.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.24.ebuild,v 1.1 2009/12/31 17:40:48 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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: ChangeLog Panotools-Script-0.24.ebuild
@ 2010-06-11  5:48 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-06-11  5:48 UTC (permalink / raw
  To: gentoo-commits

tove        10/06/11 05:48:46

  Modified:             ChangeLog
  Removed:              Panotools-Script-0.24.ebuild
  Log:
  Cleanup
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Apr 2010 11:20:04 -0000	1.4
+++ ChangeLog	11 Jun 2010 05:48:46 -0000	1.5
@@ -1,6 +1,10 @@
 # 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.4 2010/04/17 11:20:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.5 2010/06/11 05:48:46 tove Exp $
+
+  11 Jun 2010; Torsten Veller <tove@gentoo.org>
+  -Panotools-Script-0.24.ebuild:
+  Cleanup
 
 *Panotools-Script-0.25 (17 Apr 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-11  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 17:40 [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: ChangeLog Panotools-Script-0.24.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-11  5:48 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