summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-10-13 16:28:16 +0200
committerJustin Lecher <jlec@gentoo.org>2013-10-13 16:28:16 +0200
commitc1c9e645580582cf646f4f390c61902638e73c09 (patch)
treec09ab11ba1b22fb5570e9d0053e9dd0d4f1cfa93 /media-gfx
parentmedia-sound/lmms: QA fixes (diff)
downloadbetagarden-c1c9e645580582cf646f4f390c61902638e73c09.tar.gz
betagarden-c1c9e645580582cf646f4f390c61902638e73c09.tar.bz2
betagarden-c1c9e645580582cf646f4f390c61902638e73c09.zip
media-gfx/perceptualdiff: QA fixes
Package-Manager: portage-2.2.7
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/perceptualdiff/ChangeLog8
-rw-r--r--media-gfx/perceptualdiff/metadata.xml8
-rw-r--r--media-gfx/perceptualdiff/perceptualdiff-1.1.1.ebuild10
3 files changed, 16 insertions, 10 deletions
diff --git a/media-gfx/perceptualdiff/ChangeLog b/media-gfx/perceptualdiff/ChangeLog
new file mode 100644
index 0000000..cd5622f
--- /dev/null
+++ b/media-gfx/perceptualdiff/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for media-gfx/perceptualdiff
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Oct 2013; Justin Lecher <jlec@gentoo.org> perceptualdiff-1.1.1.ebuild,
+ metadata.xml:
+ QA fixes
+
diff --git a/media-gfx/perceptualdiff/metadata.xml b/media-gfx/perceptualdiff/metadata.xml
index 16bcc9f..3d7a619 100644
--- a/media-gfx/perceptualdiff/metadata.xml
+++ b/media-gfx/perceptualdiff/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
</pkgmetadata>
diff --git a/media-gfx/perceptualdiff/perceptualdiff-1.1.1.ebuild b/media-gfx/perceptualdiff/perceptualdiff-1.1.1.ebuild
index 9b24e6d..85f0c8e 100644
--- a/media-gfx/perceptualdiff/perceptualdiff-1.1.1.ebuild
+++ b/media-gfx/perceptualdiff/perceptualdiff-1.1.1.ebuild
@@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=5
-inherit eutils cmake-utils
+inherit cmake-utils
MY_PN=pdiff
-DESCRIPTION="Image comparison utility that makes use of a computational model of the human visual system to compare two images"
+DESCRIPTION="Image comparison, that makes use of a computational model of the human visual system"
HOMEPAGE="http://pdiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}/${P}/${P}-src.tar.gz"
@@ -23,6 +23,4 @@ S=${WORKDIR}
DOCS=( README.txt )
-src_prepare() {
- epatch "${FILESDIR}"/${P}-compile.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-compile.patch )