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

changeset 41:8b8b7ef28927

added ebuild for Trimage 1.0.5
author Daniel Neugebauer <dneuge@energiequant.de>
date Sat, 28 Sep 2013 16:02:17 +0200
parents 4c9709daa1b3
children 553a94c5ca9e
files media-gfx/trimage/Manifest media-gfx/trimage/trimage-1.0.5.ebuild
diffstat 2 files changed, 49 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-gfx/trimage/Manifest	Sat Sep 28 16:02:17 2013 +0200
@@ -0,0 +1,1 @@
+EBUILD trimage-1.0.5.ebuild 1091 SHA256 7c4da03a2959f9d053109657ef813becd80cc3320c535ac19ebd43304a6b6cab SHA512 e2f72be17bd53944b978bd58ad0d08acd4a0e0b7f54557f7d8db666e8e2b9de0cf9fa45d3043039b71b1c9d344cb20656b7b413a82744c73a43b2f97afe4ebc0 WHIRLPOOL eb9badb7c17fbe2a4f5065ef81b325e2e975c64b4da1c06225399ac68c93649eb6d46fe6346ab67734a467d41d313432410b845b0f4f02a14bd018d526bd6e67
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-gfx/trimage/trimage-1.0.5.ebuild	Sat Sep 28 16:02:17 2013 +0200
@@ -0,0 +1,48 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_COMPAT=( python{ 2_6, 2_7 } )
+
+
+inherit git-2
+inherit distutils
+
+DESCRIPTION="GUI for PNG and JPEG optimization via optipng, pngcrush, advpng and jpegoptim"
+HOMEPAGE="http://trimage.org/"
+
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/Kilian/Trimage.git"
+EGIT_COMMIT="e460faca7635f52d7e530b80835a847778e7eeac"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# dependencies specified on homepage are outdated (no longer in portage at the time of
+# writing) but slightly newer ones shouldn't be a problem.
+#
+# Original requirements for 1.0.5:
+#   python 2.6
+#   python-qt4 4.4
+#   optipng 0.6.2.1
+#   pngcrush 1.6.7
+#   advancecomp 1.15
+#   jpegoptim 1.2.2
+#
+DEPEND="
+	>=dev-python/PyQt4-4.4
+	<dev-python/PyQt4-4.11
+	
+	>=media-gfx/optipng-0.6.2.1
+	<media-gfx/optipng-0.8
+	
+	>=media-gfx/pngcrush-1.6.7
+	<media-gfx/pngcrush-1.8
+	
+	~app-arch/advancecomp-1.15[png]
+	
+	>=media-gfx/jpegoptim-1.2.2
+	<media-gfx/jpegoptim-1.3
+"