diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-09-16 15:48:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-09-16 15:48:33 +0000 |
commit | 7a92673e43f291d31ffd6eab66c4b9dc3fbdcdf6 (patch) | |
tree | 8f6cde9b03a69e9f322420ed4b0890bc49d1d044 /media-gfx | |
parent | Version bump. (diff) | |
download | gentoo-2-7a92673e43f291d31ffd6eab66c4b9dc3fbdcdf6.tar.gz gentoo-2-7a92673e43f291d31ffd6eab66c4b9dc3fbdcdf6.tar.bz2 gentoo-2-7a92673e43f291d31ffd6eab66c4b9dc3fbdcdf6.zip |
Version bump, update to EAPI 5 and add subslot rebuilds for boost dep.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/tintii/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/tintii/tintii-2.7.0.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/media-gfx/tintii/ChangeLog b/media-gfx/tintii/ChangeLog index 5d7ded1d4ad8..585989461b58 100644 --- a/media-gfx/tintii/ChangeLog +++ b/media-gfx/tintii/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/tintii -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tintii/ChangeLog,v 1.2 2012/03/17 22:36:57 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tintii/ChangeLog,v 1.3 2013/09/16 15:48:33 radhermit Exp $ + +*tintii-2.7.0 (16 Sep 2013) + + 16 Sep 2013; Tim Harder <radhermit@gentoo.org> +tintii-2.7.0.ebuild: + Version bump, update to EAPI 5 and add subslot rebuilds for boost dep. *tintii-2.6.1 (17 Mar 2012) diff --git a/media-gfx/tintii/tintii-2.7.0.ebuild b/media-gfx/tintii/tintii-2.7.0.ebuild new file mode 100644 index 000000000000..bfb5326a015f --- /dev/null +++ b/media-gfx/tintii/tintii-2.7.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tintii/tintii-2.7.0.ebuild,v 1.1 2013/09/16 15:48:33 radhermit Exp $ + +EAPI="5" +WX_GTK_VER="2.8" + +inherit autotools wxwidgets + +DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments" +HOMEPAGE="http://www.indii.org/software/tintii" +SRC_URI="http://www.indii.org/files/tint/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" +DEPEND="${RDEPEND} + dev-libs/boost:=" + +src_prepare() { + sed -i -e 's/^\(AM_CXXFLAGS = $(DEPS_CXXFLAGS)\).*/\1/' Makefile.am + eautoreconf +} |