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.260.0.ebuild
@ 2011-06-14 11:10 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-06-14 11:10 UTC (permalink / raw
  To: gentoo-commits

tove        11/06/14 11:10:23

  Modified:             ChangeLog
  Added:                Panotools-Script-0.260.0.ebuild
  Log:
  [bump] dev-perl/Panotools-Script-0.260.0
  
  (Portage version: 2.2.0_alpha40/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	11 Jun 2010 05:48:46 -0000	1.5
+++ ChangeLog	14 Jun 2011 11:10:23 -0000	1.6
@@ -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:



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

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

Index: Panotools-Script-0.260.0.ebuild
===================================================================
# 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."
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: ChangeLog Panotools-Script-0.260.0.ebuild
@ 2012-09-02 15:15 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-09-02 15:15 UTC (permalink / raw
  To: gentoo-commits

tove        12/09/02 15:15:42

  Modified:             ChangeLog
  Removed:              Panotools-Script-0.260.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	13 Jul 2012 17:30:04 -0000	1.9
+++ ChangeLog	2 Sep 2012 15:15:42 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Panotools-Script
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.9 2012/07/13 17:30:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.10 2012/09/02 15:15:42 tove Exp $
+
+  02 Sep 2012; Torsten Veller <tove@gentoo.org>
+  -Panotools-Script-0.260.0.ebuild:
+  Cleanup
 
 *Panotools-Script-0.270.0 (13 Jul 2012)
 





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

end of thread, other threads:[~2012-09-02 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-02 15:15 [gentoo-commits] gentoo-x86 commit in dev-perl/Panotools-Script: ChangeLog Panotools-Script-0.260.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-14 11:10 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