We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

comparison media-gfx/trimage/trimage-1.0.5.ebuild @ 153:60f110d900e4

Trimage: updating dependencies to oldest available versions still in Portage, fixing restriction to Python 2.7, fixing dependeny to PyQt4.QtCore module
author Daniel Neugebauer <dneuge@energiequant.de>
date Thu, 05 May 2016 16:38:59 +0200
parents 8b8b7ef28927
children 9b9f918d8795
comparison
equal deleted inserted replaced
152:9b93dbe42ce6 153:60f110d900e4
1 # Copyright 1999-2013 Gentoo Foundation 1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 3
4 EAPI="5" 4 EAPI="5"
5 PYTHON_COMPAT=( python{ 2_6, 2_7 } ) 5 PYTHON_COMPAT=( python2_7 )
6
7 6
8 inherit git-2 7 inherit git-2
9 inherit distutils 8 inherit distutils-r1
9 inherit python-r1
10 10
11 DESCRIPTION="GUI for PNG and JPEG optimization via optipng, pngcrush, advpng and jpegoptim" 11 DESCRIPTION="GUI for PNG and JPEG optimization via optipng, pngcrush, advpng and jpegoptim"
12 HOMEPAGE="http://trimage.org/" 12 HOMEPAGE="http://trimage.org/"
13 13
14 #SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 14 #SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31 # advancecomp 1.15 31 # advancecomp 1.15
32 # jpegoptim 1.2.2 32 # jpegoptim 1.2.2
33 # 33 #
34 DEPEND=" 34 DEPEND="
35 >=dev-python/PyQt4-4.4 35 >=dev-python/PyQt4-4.4
36 <dev-python/PyQt4-4.11 36 <dev-python/PyQt4-4.12
37 37
38 >=media-gfx/optipng-0.6.2.1 38 >=media-gfx/optipng-0.6.2.1
39 <media-gfx/optipng-0.8 39 <media-gfx/optipng-0.8
40 40
41 >=media-gfx/pngcrush-1.6.7 41 >=media-gfx/pngcrush-1.6.7
42 <media-gfx/pngcrush-1.8 42 <media-gfx/pngcrush-1.8
43 43
44 ~app-arch/advancecomp-1.15[png] 44 ~app-arch/advancecomp-1.15[png]
45 45
46 >=media-gfx/jpegoptim-1.2.2 46 >=media-gfx/jpegoptim-1.2.2
47 <media-gfx/jpegoptim-1.3 47 <media-gfx/jpegoptim-1.4
48 " 48 "
49
50 # PyQt4 needs to be emerged with X to build PyQt4.QtCore
51 RDEPEND="
52 ${DEPEND}
53 dev-python/PyQt4[X]
54 "