From: Markos Chandras Date: Tue, 25 Oct 2011 18:28:27 +0000 (+0000) Subject: media-gfx/ tintii: moved to gx86 X-Git-Url: http://pileus.org/git/?p=~andy%2Fsunrise;a=commitdiff_plain;h=a94a67695bd11ee132555326a99a29ab6c8a6a78 media-gfx/ tintii: moved to gx86 svn path=/sunrise/; revision=12485 --- diff --git a/media-gfx/tintii/ChangeLog b/media-gfx/tintii/ChangeLog deleted file mode 100644 index bdb331e2d..000000000 --- a/media-gfx/tintii/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# ChangeLog for media-gfx/tintii -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 26 Dec 2010; Christophe LEFEBVRE (chtof) - tintii-2.4.0.ebuild: - Some improvements. - - 26 Dec 2010; Christophe LEFEBVRE (chtof) - tintii-2.4.0.ebuild: - LDFLAGS corrected, thanks to mgorny. - - 25 Dec 2010; Christophe LEFEBVRE (chtof) - tintii-2.4.0.ebuild: - The ebuild took now into account flags from make.conf, thantk to mgorny - - 21 Dec 2010; Christophe LEFEBVRE (chtof) - +tintii-2.4.0.ebuild, +metadata.xml: - New Ebuild for bug 349308. Thanks to Tommy and c1pher. diff --git a/media-gfx/tintii/Manifest b/media-gfx/tintii/Manifest deleted file mode 100644 index 784d15394..000000000 --- a/media-gfx/tintii/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST tintii-2.4.0.tar.gz 319838 RMD160 b49ea9f636ac0e6de8ced5856f9f9ec26ecb77c6 SHA1 7e34b32de6555a3fe8223b67e4b0536de9b5d70f SHA256 df2f57ae049b1b3c7e3653cc0f85347bc5e682c72fe8d89ab13c183da0836872 -EBUILD tintii-2.4.0.ebuild 893 RMD160 76d13b67b5cd5da37381c572c5394627ce4b6148 SHA1 f02aac06563f68647596d639ceeedd1706da6b5b SHA256 c3f819f55b1cdf483752eb7f9abfe359dff5da2d06c8d9ffc053eaed1e4d8761 -MISC ChangeLog 671 RMD160 267c3955ff31461f9b5b95dfe47fb09620a0ae0c SHA1 3f7155f75bc2e2777059a442b8c3508d53924eb5 SHA256 5ee55576b308928212f742a328b250acca9e3a54c6278c8daeae5247e00b355d -MISC metadata.xml 209 RMD160 184537d7a401571abe0e5cbf9258ba3947d19382 SHA1 f2ea13baedca19e24be6ed7c3e6b765f7ff67cba SHA256 b0f0595f625235a62d9d40753827ae160e42156371fd9568bd2779042517f5e8 diff --git a/media-gfx/tintii/metadata.xml b/media-gfx/tintii/metadata.xml deleted file mode 100644 index f9d4a986f..000000000 --- a/media-gfx/tintii/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - maintainer-wanted@gentoo.org - diff --git a/media-gfx/tintii/tintii-2.4.0.ebuild b/media-gfx/tintii/tintii-2.4.0.ebuild deleted file mode 100644 index d3e01e971..000000000 --- a/media-gfx/tintii/tintii-2.4.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 -WX_GTK_VER="2.9" - -inherit flag-o-matic scons-utils toolchain-funcs wxwidgets - -DESCRIPTION="Photo filter, striking colour pops in seconds" -HOMEPAGE="http://www.indii.org/software/tintii" -SRC_URI="mirror://sourceforge/tint/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" -DEPEND="${RDEPEND} - dev-libs/boost - doc? ( app-doc/doxygen )" - -pkg_setup() { - append-cxxflags `wx-config --cxxflags` - append-ldflags "-fopenmp" $(no-as-needed) - LINKFLAGS="${LDFLAGS} `wx-config --libs` `wx-config --libs aui`" -} - -src_compile() { - escons || die - - if use doc ; then - doxygen Doxyfile || die - fi; -} - -src_install() { - dobin ${PN} || die - dodoc README.txt || die - - if use doc ; then - dohtml srcdocs/html/* || die - fi; -}