| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.3-r1.ebuild,v 1.2 2011/09/03 11:56:58 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/Attic/libreoffice-bin-3.4.3-r1.ebuild,v 1.3 2011/09/03 19:11:25 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | |
6 | |
| 7 | inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib |
7 | inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib |
| 8 | |
8 | |
| … | |
… | |
| 38 | |
38 | |
| 39 | RDEPEND="!app-office/libreoffice |
39 | RDEPEND="!app-office/libreoffice |
| 40 | !app-office/openoffice |
40 | !app-office/openoffice |
| 41 | !app-office/openoffice-bin |
41 | !app-office/openoffice-bin |
| 42 | !prefix? ( sys-libs/glibc ) |
42 | !prefix? ( sys-libs/glibc ) |
| 43 | >=app-office/libreoffice-l10n-${PV} |
|
|
| 44 | app-arch/unzip |
43 | app-arch/unzip |
| 45 | app-arch/zip |
44 | app-arch/zip |
| 46 | >=dev-lang/perl-5.0 |
45 | >=dev-lang/perl-5.0 |
| 47 | >=media-libs/freetype-2.1.10-r2 |
46 | >=media-libs/freetype-2.1.10-r2 |
| 48 | x11-libs/libXaw |
47 | x11-libs/libXaw |
| 49 | x11-libs/libXinerama" |
48 | x11-libs/libXinerama" |
| 50 | |
49 | |
| 51 | DEPEND="${RDEPEND} |
50 | DEPEND="${RDEPEND} |
| 52 | sys-apps/findutils" |
51 | sys-apps/findutils" |
| 53 | |
52 | |
|
|
53 | PDEPEND=" |
|
|
54 | >=app-office/libreoffice-l10n-${PV} |
| 54 | PDEPEND="java? ( >=virtual/jre-1.5 )" |
55 | java? ( >=virtual/jre-1.5 ) |
|
|
56 | " |
| 55 | |
57 | |
| 56 | RESTRICT="strip" |
58 | RESTRICT="strip" |
| 57 | |
59 | |
| 58 | QA_EXECSTACK="usr/$(get_libdir)/${NM}/${BASIS2}/program/* |
60 | QA_EXECSTACK="usr/$(get_libdir)/${NM}/${BASIS2}/program/* |
| 59 | usr/$(get_libdir)/${NM}/ure/lib/*" |
61 | usr/$(get_libdir)/${NM}/ure/lib/*" |