summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Haegler <shaegler@esri.com>2017-05-28 14:26:59 +0200
committerSimon Haegler <shaegler@esri.com>2017-05-28 14:26:59 +0200
commit5312ab8b5427c5252b4fd923187fa6906e2a9106 (patch)
treec344efb1dda2045ddbb721f7e2302b0f333f8fb9 /media-gfx/pdiff/pdiff-1.1.1.ebuild
parentremoving outdated packages (diff)
downloadmistafunk-5312ab8b5427c5252b4fd923187fa6906e2a9106.tar.gz
mistafunk-5312ab8b5427c5252b4fd923187fa6906e2a9106.tar.bz2
mistafunk-5312ab8b5427c5252b4fd923187fa6906e2a9106.zip
removed more outdated packagesHEADmaster
Diffstat (limited to 'media-gfx/pdiff/pdiff-1.1.1.ebuild')
-rw-r--r--media-gfx/pdiff/pdiff-1.1.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-gfx/pdiff/pdiff-1.1.1.ebuild b/media-gfx/pdiff/pdiff-1.1.1.ebuild
deleted file mode 100644
index 9eeb127..0000000
--- a/media-gfx/pdiff/pdiff-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="PerceptualDiff is an image comparison utility that makes use of a computational model of the human visual system to compare two images."
-HOMEPAGE="http://http://pdiff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pdiff/pdiff/perceptualdiff-${PV}/perceptualdiff-${PV}-src.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PF}-cstdio.patch" )
-
-S=${WORKDIR}
-
-#src_install() {
-#${CMAKE_BUILD_DIR}
-#}