diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-07 22:24:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-07 22:24:54 +0000 |
commit | 00a865dc77af64e9761ab8cead64cc63e37678dc (patch) | |
tree | c874c398ec31ceacab7501edb35b53443f31b9f2 /media-gfx/lprof/lprof-1.09.ebuild | |
parent | old (diff) | |
download | historical-00a865dc77af64e9761ab8cead64cc63e37678dc.tar.gz historical-00a865dc77af64e9761ab8cead64cc63e37678dc.tar.bz2 historical-00a865dc77af64e9761ab8cead64cc63e37678dc.zip |
old
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/lprof/lprof-1.09.ebuild')
-rw-r--r-- | media-gfx/lprof/lprof-1.09.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-gfx/lprof/lprof-1.09.ebuild b/media-gfx/lprof/lprof-1.09.ebuild deleted file mode 100644 index 6b8a0ea8674f..000000000000 --- a/media-gfx/lprof/lprof-1.09.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.09.ebuild,v 1.7 2005/08/27 16:49:13 lanius Exp $ - -inherit eutils - -DESCRIPTION="Little CMS ICC profile construction set" -HOMEPAGE="http://www.littlecms.com/profilers.htm" -SRC_URI="http://www.littlecms.com/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" -DEPEND="x11-libs/qt - >=media-libs/lcms-1.09" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}_mrr_patch4.patch - epatch ${FILESDIR}/${P}_fix-include.patch -} - -src_compile() { - addpredict ${QTDIR}/etc/settings - emake || die -} - -src_install() { - dodoc README COPYING manual.txt - exeinto /usr/bin - doexe {icc2it8,qtmeasurementtool,qtmonitorprofiler,qtprofilechecker,qtscannerprofiler} - dodir /usr/share/lprof - cp -pPR ${S}/{pics,profiles,targets,template} ${D}/usr/share/lprof -} |