Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/aaphoto/
Date: Mon, 26 Feb 2018 21:56:41
Message-Id: 1519681959.fe3214e99f46d3f2999cde79c0b1223b642d6470.monsieurp@gentoo
1 commit: fe3214e99f46d3f2999cde79c0b1223b642d6470
2 Author: Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 20:27:42 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 21:52:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3214e9
7
8 media-gfx/aaphoto: remove old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Closes: https://bugs.gentoo.org/598633
12 Closes: https://github.com/gentoo/gentoo/pull/7259
13
14 media-gfx/aaphoto/Manifest | 1 -
15 media-gfx/aaphoto/aaphoto-0.43.1.ebuild | 31 -------------------------------
16 2 files changed, 32 deletions(-)
17
18 diff --git a/media-gfx/aaphoto/Manifest b/media-gfx/aaphoto/Manifest
19 index 99aef1181f0..3cae5b2be4e 100644
20 --- a/media-gfx/aaphoto/Manifest
21 +++ b/media-gfx/aaphoto/Manifest
22 @@ -1,2 +1 @@
23 -DIST aaphoto-0.43.1.tar.gz 135261 BLAKE2B d5408dccf6071c2403c67138d62ac95533f1f7b9c8c7d613607787d0ea601abd78f5e452026a4c9ea636fb501978d2cd29603180379890cd179d876dba18013a SHA512 272a949051cd7efbb092d5d115100376ffe17012b6d02d68b5b8251b75ebab3449b2f5c889aac60a3790c20137ffc4ea69452751d04a8e65c0cb39af84e1034d
24 DIST aaphoto_sources_0.45.tar.gz 134057 BLAKE2B 95a55a1f612a9e30967083ad5d59c6be0f815e2dfc55531660ae20eef9bfe7411aa2c852d0b016e04506ba4956b65674efe3797a66831c39a473ea49c8e8ecbe SHA512 203343a51a64a0422f4af2f80523bb7cb90aa04c10b64bd3aa3091460cf5de1bb86d677c564809813703a2c65f15736bc8d4e3c9273b3f3a72ca7c89f3311599
25
26 diff --git a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild b/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
27 deleted file mode 100644
28 index cb936bc0a1c..00000000000
29 --- a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -AUTOTOOLS_AUTORECONF=1
38 -AM_OPTS="--force-missing" # overwrite old 'missing' script
39 -inherit autotools-utils
40 -
41 -DESCRIPTION="Automatic color correction and resizing of photos"
42 -HOMEPAGE="http://log69.com/aaphoto.html https://github.com/log69/aaphoto"
43 -SRC_URI="https://github.com/log69/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -RDEPEND="media-libs/jasper:=[jpeg]
50 - media-libs/libpng:0=
51 - sys-libs/zlib
52 - virtual/jpeg:0"
53 -DEPEND="${RDEPEND}"
54 -
55 -pkg_setup() {
56 - if [[ ${MERGE_TYPE} != binary ]]; then
57 - [[ $(gcc-major-version) -lt 4 ]] || \
58 - ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 2 ]] ) \
59 - && die "Sorry, but gcc 4.2 or higher is required"
60 - tc-has-openmp || die "Please switch to an openmp compatible compiler"
61 - fi
62 -}