# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Photoshop plugins by Photo-Plugins" HOMEPAGE="http://www.photo-plugins.com/" RESTRICT="fetch" ALL_URI="${HOMEPAGE}/index.php?option=com_docman&task=cat_view&gid=68&Itemid=43" SRC_URI=" ppcm.zip pphps.zip pplenscor.zip pppgradblur.zip ppplce.zip ppselsat.zip ppsoftfocus.zip" # ppc2bw has invalid procedure names, so forget about it! LICENSE="photo-plugins" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-plugins/gimp-pspi-1.0.7" DEPEND="${RDEPEND}" OPTDIR="/opt/photoshop/plugins" pkg_nofetch() { einfo "Please download all the plugins from:" einfo " ${ALL_URI}" einfo "Then put the files into ${DISTDIR}." } src_install() { insinto ${OPTDIR}/${PN} doins `ls *.8bf` || die "doins" } pkg_postinst() { elog einfo "You will find the installed plugins in the GIMP under" einfo " Filters -> Photo-Plugins," einfo "provided you've set a path to ${OPTDIR} in" einfo " Xtns -> Photoshop Plug-in Settings." elog }