summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-02-15 02:56:59 +0000
committerTim Harder <radhermit@gentoo.org>2014-02-15 02:56:59 +0000
commitbc2dd11dff0a55613134e5126d316eaa2b2b040c (patch)
tree0e65ec7800f71911e3b6dcf95be2bd2fc91b3396 /media-libs/exiftool/exiftool-8.50.ebuild
parentVersion bump. (diff)
downloadgentoo-2-bc2dd11dff0a55613134e5126d316eaa2b2b040c.tar.gz
gentoo-2-bc2dd11dff0a55613134e5126d316eaa2b2b040c.tar.bz2
gentoo-2-bc2dd11dff0a55613134e5126d316eaa2b2b040c.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/exiftool/exiftool-8.50.ebuild')
-rw-r--r--media-libs/exiftool/exiftool-8.50.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-libs/exiftool/exiftool-8.50.ebuild b/media-libs/exiftool/exiftool-8.50.ebuild
deleted file mode 100644
index 29b6b6873ae5..000000000000
--- a/media-libs/exiftool/exiftool-8.50.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-8.50.ebuild,v 1.7 2012/02/05 18:28:15 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=EXIFTOOL
-MY_PN=Image-ExifTool
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="${SRC_URI} http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- dohtml -r html/
-}