summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-09 07:37:37 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-09 07:37:37 +0000
commita4fc7fecb4c092b86ac5d09fcea883264b2db433 (patch)
tree0b9c66483d1a4eb0fc6084a151e92ef2dc75ea45
parentCleanup (diff)
downloadgentoo-2-a4fc7fecb4c092b86ac5d09fcea883264b2db433.tar.gz
gentoo-2-a4fc7fecb4c092b86ac5d09fcea883264b2db433.tar.bz2
gentoo-2-a4fc7fecb4c092b86ac5d09fcea883264b2db433.zip
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--dev-perl/Panotools-Script/ChangeLog8
-rw-r--r--dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild39
2 files changed, 6 insertions, 41 deletions
diff --git a/dev-perl/Panotools-Script/ChangeLog b/dev-perl/Panotools-Script/ChangeLog
index cce748ac5155..f0bd7b25baee 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.2 2009/12/31 17:40:48 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.3 2010/04/09 07:37:37 tove Exp $
+
+ 09 Apr 2010; Torsten Veller <tove@gentoo.org>
+ -Panotools-Script-0.23.ebuild:
+ Cleanup
*Panotools-Script-0.24 (31 Dec 2009)
diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild
deleted file mode 100644
index 2d24a1c913a2..000000000000
--- a/dev-perl/Panotools-Script/Panotools-Script-0.23.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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."
-}