* [gentoo-commits] proj/betagarden:master commit in: media-gfx/perceptualdiff/
@ 2013-10-13 14:56 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
To: gentoo-commits
commit: c1c9e645580582cf646f4f390c61902638e73c09
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:28:16 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:28:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=c1c9e645
media-gfx/perceptualdiff: QA fixes
Package-Manager: portage-2.2.7
---
media-gfx/perceptualdiff/ChangeLog | 8 ++++++++
media-gfx/perceptualdiff/metadata.xml | 8 ++++----
media-gfx/perceptualdiff/perceptualdiff-1.1.1.ebuild | 10 ++++------
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 )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/perceptualdiff/
@ 2015-06-08 15:05 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-06-08 15:05 UTC (permalink / raw
To: gentoo-commits
commit: b40564c1a1634a6134c7adc2177882077eef0885
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 14:32:11 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 14:32:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=b40564c1
media-gfx/perceptualdiff: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
media-gfx/perceptualdiff/ChangeLog | 6 ++++--
media-gfx/perceptualdiff/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/media-gfx/perceptualdiff/ChangeLog b/media-gfx/perceptualdiff/ChangeLog
index cd5622f..acde510 100644
--- a/media-gfx/perceptualdiff/ChangeLog
+++ b/media-gfx/perceptualdiff/ChangeLog
@@ -1,8 +1,10 @@
# ChangeLog for media-gfx/perceptualdiff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ media-gfx/perceptualdiff: Updating remote-id in metadata.xml
+
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 3d7a619..39d7210 100644
--- a/media-gfx/perceptualdiff/metadata.xml
+++ b/media-gfx/perceptualdiff/metadata.xml
@@ -5,4 +5,7 @@
<email>sping@gentoo.org</email>
<name>Sebastian Pipping</name>
</maintainer>
+ <upstream>
+ <remote-id type="sourceforge">pdiff</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-08 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 14:56 [gentoo-commits] proj/betagarden:master commit in: media-gfx/perceptualdiff/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 15:05 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox