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 @ 227:9b9f918d8795

[sync] imported feb54d4..161b374 from upstream commit 161b374c536a26c16bbc589710e1d982bb8e2a4d Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Thu Apr 30 20:47:16 2020 +0200 media-gfx/trimage: fixed broken eclass dependency
author Migration Sync <gentoo-overlay@megacoffee.net>
date Thu, 30 Apr 2020 19:00:02 +0000
parents 60f110d900e4
children
comparison
equal deleted inserted replaced
226:f813da4ed085 227:9b9f918d8795
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=( python2_7 ) 5 PYTHON_COMPAT=( python2_7 )
6 6
7 inherit git-2 7 inherit git-r3
8 inherit distutils-r1 8 inherit distutils-r1
9 inherit python-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/"