# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="A raw photo workflow tool" HOMEPAGE="http://www.aftershotpro.com" SRC_URI="http://dwnld.aftershotpro.com/trials/3/AfterShotPro3.deb" LICENSE="" SLOT="0" KEYWORDS="-* ~amd64" IUSE="" RESTRICT="mirror strip" RDEPEND="media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10" S=${WORKDIR} src_install() { tar -xpzf "${WORKDIR}/data.tar.gz" -C "${D}" || die find "${D}" -exec chmod g-w,o-w '{}' '+' }