# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 inherit eutils MY_PN=${PN/lib} MY_P=${MY_PN}-${PV} DESCRIPTION="Widgets and other objects used for indicators" HOMEPAGE="https://launchpad.net/ido" SRC_URI="http://launchpad.net/ido/0.3/${PV}/+download/${MY_P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="x11-libs/gtk+:3" DEPEND="${RDEPEND} virtual/pkgconfig" S=${WORKDIR}/${MY_P} DOCS=( AUTHORS ) src_install() { default find "${ED}" -type f -name "*.la" -exec rm -rf {} + || die }