diff options
author | Michael Weber <xmw@gentoo.org> | 2014-07-31 06:52:50 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2014-07-31 06:52:50 +0000 |
commit | 9d70d5124790c96d198587fa1102a12f90b1dded (patch) | |
tree | 755d11f4c2c755ff36dc91ffd89859eacde0391c /media-gfx/icc_examin | |
parent | Add refrences to patch files (diff) | |
download | gentoo-2-9d70d5124790c96d198587fa1102a12f90b1dded.tar.gz gentoo-2-9d70d5124790c96d198587fa1102a12f90b1dded.tar.bz2 gentoo-2-9d70d5124790c96d198587fa1102a12f90b1dded.zip |
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'media-gfx/icc_examin')
-rw-r--r-- | media-gfx/icc_examin/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/icc_examin/icc_examin-0.53.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/media-gfx/icc_examin/ChangeLog b/media-gfx/icc_examin/ChangeLog index 71c7a107b972..00280b240202 100644 --- a/media-gfx/icc_examin/ChangeLog +++ b/media-gfx/icc_examin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/icc_examin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.7 2014/07/31 06:50:09 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.8 2014/07/31 06:52:50 xmw Exp $ + + 31 Jul 2014; Michael Weber <xmw@gentoo.org> -icc_examin-0.53.ebuild: + Drop old 31 Jul 2014; Michael Weber <xmw@gentoo.org> files/icc_examin-0.54-fix-xcm-test.patch, diff --git a/media-gfx/icc_examin/icc_examin-0.53.ebuild b/media-gfx/icc_examin/icc_examin-0.53.ebuild deleted file mode 100644 index c2b612ccca80..000000000000 --- a/media-gfx/icc_examin/icc_examin-0.53.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.53.ebuild,v 1.1 2013/01/09 08:26:34 xmw Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and video card gamma tables" -HOMEPAGE="http://www.behrmann.name/index.php?option=com_content&task=view&id=99&Itemid=1&lang=de" -SRC_URI="mirror://sourceforge/oyranos/ICC%20Examin/ICC%20Examin%20${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/ftgl - >=media-libs/libXcm-0.5.2 - media-libs/oyranos - x11-libs/fltk" - -DEPEND="${RDEPEND}" - -src_prepare() { - sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \ - -i makefile.in -} - -src_configure() { - tc-export CC CXX - econf --enable-verbose \ - --disable-static -} |