| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/Attic/libreoffice-bin-3.4.5.2.ebuild,v 1.1 2012/02/15 10:03:11 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/Attic/libreoffice-bin-3.4.5.2.ebuild,v 1.2 2012/02/16 08:55:36 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | KDE_REQUIRED="optional" |
7 | KDE_REQUIRED="optional" |
| 8 | CMAKE_REQUIRED="never" |
8 | CMAKE_REQUIRED="never" |
| … | |
… | |
| 142 | src_compile() { :; } |
142 | src_compile() { :; } |
| 143 | |
143 | |
| 144 | src_install() { |
144 | src_install() { |
| 145 | dodir /usr |
145 | dodir /usr |
| 146 | cp -aR "${S}"/usr/* "${ED}"/usr/ |
146 | cp -aR "${S}"/usr/* "${ED}"/usr/ |
|
|
147 | |
|
|
148 | # prevent revdep-rebuild from attempting to rebuild all the time |
|
|
149 | insinto /etc/revdep-rebuild && doins "${T}/50-${PN}" |
|
|
150 | |
| 147 | } |
151 | } |
| 148 | |
152 | |
| 149 | pkg_preinst() { |
153 | pkg_preinst() { |
| 150 | # Cache updates - all handled by kde eclass for all environments |
154 | # Cache updates - all handled by kde eclass for all environments |
| 151 | kde4-base_pkg_preinst |
155 | kde4-base_pkg_preinst |