summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Erki <erkiferenc@gmail.com>2018-02-22 21:27:42 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-26 22:52:39 +0100
commitfe3214e99f46d3f2999cde79c0b1223b642d6470 (patch)
tree0f19dd3b13bbbf0a14629c2d1ba66ed75ff74f99 /media-gfx
parentdev-util/vint: remove old. (diff)
downloadgentoo-fe3214e99f46d3f2999cde79c0b1223b642d6470.tar.gz
gentoo-fe3214e99f46d3f2999cde79c0b1223b642d6470.tar.bz2
gentoo-fe3214e99f46d3f2999cde79c0b1223b642d6470.zip
media-gfx/aaphoto: remove old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://bugs.gentoo.org/598633 Closes: https://github.com/gentoo/gentoo/pull/7259
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/aaphoto/Manifest1
-rw-r--r--media-gfx/aaphoto/aaphoto-0.43.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/aaphoto/Manifest b/media-gfx/aaphoto/Manifest
index 99aef1181f0c..3cae5b2be4e0 100644
--- a/media-gfx/aaphoto/Manifest
+++ b/media-gfx/aaphoto/Manifest
@@ -1,2 +1 @@
-DIST aaphoto-0.43.1.tar.gz 135261 BLAKE2B d5408dccf6071c2403c67138d62ac95533f1f7b9c8c7d613607787d0ea601abd78f5e452026a4c9ea636fb501978d2cd29603180379890cd179d876dba18013a SHA512 272a949051cd7efbb092d5d115100376ffe17012b6d02d68b5b8251b75ebab3449b2f5c889aac60a3790c20137ffc4ea69452751d04a8e65c0cb39af84e1034d
DIST aaphoto_sources_0.45.tar.gz 134057 BLAKE2B 95a55a1f612a9e30967083ad5d59c6be0f815e2dfc55531660ae20eef9bfe7411aa2c852d0b016e04506ba4956b65674efe3797a66831c39a473ea49c8e8ecbe SHA512 203343a51a64a0422f4af2f80523bb7cb90aa04c10b64bd3aa3091460cf5de1bb86d677c564809813703a2c65f15736bc8d4e3c9273b3f3a72ca7c89f3311599
diff --git a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild b/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
deleted file mode 100644
index cb936bc0a1cb..000000000000
--- a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AM_OPTS="--force-missing" # overwrite old 'missing' script
-inherit autotools-utils
-
-DESCRIPTION="Automatic color correction and resizing of photos"
-HOMEPAGE="http://log69.com/aaphoto.html https://github.com/log69/aaphoto"
-SRC_URI="https://github.com/log69/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="media-libs/jasper:=[jpeg]
- media-libs/libpng:0=
- sys-libs/zlib
- virtual/jpeg:0"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- [[ $(gcc-major-version) -lt 4 ]] || \
- ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 2 ]] ) \
- && die "Sorry, but gcc 4.2 or higher is required"
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}