summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-02 15:15:42 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-02 15:15:42 +0000
commit70c3d229737a8e966d49464f14763586ef902bc8 (patch)
tree9fe36981c53f7a11e1cfa9a2b1c9751ba29a05b8 /dev-perl/Panotools-Script
parentCleanup (diff)
downloadgentoo-2-70c3d229737a8e966d49464f14763586ef902bc8.tar.gz
gentoo-2-70c3d229737a8e966d49464f14763586ef902bc8.tar.bz2
gentoo-2-70c3d229737a8e966d49464f14763586ef902bc8.zip
Cleanup
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Panotools-Script')
-rw-r--r--dev-perl/Panotools-Script/ChangeLog6
-rw-r--r--dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild41
2 files changed, 5 insertions, 42 deletions
diff --git a/dev-perl/Panotools-Script/ChangeLog b/dev-perl/Panotools-Script/ChangeLog
index 3e3ac06a3f29..64c4ec64b6d6 100644
--- a/dev-perl/Panotools-Script/ChangeLog
+++ b/dev-perl/Panotools-Script/ChangeLog
@@ -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)
diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild
deleted file mode 100644
index e8325c340ded..000000000000
--- a/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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."
-}