| 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/libreoffice-3.6.9999.ebuild,v 1.2 2012/06/05 15:42:11 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.6.9999.ebuild,v 1.3 2012/06/05 15:43:40 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | KDE_REQUIRED="optional" |
7 | KDE_REQUIRED="optional" |
| 8 | QT_MINIMAL="4.7.4" |
8 | QT_MINIMAL="4.7.4" |
| … | |
… | |
| 25 | |
25 | |
| 26 | BRANDING="${PN}-branding-gentoo-0.5.tar.xz" |
26 | BRANDING="${PN}-branding-gentoo-0.5.tar.xz" |
| 27 | # PATCHSET="${P}-patchset-01.tar.xz" |
27 | # PATCHSET="${P}-patchset-01.tar.xz" |
| 28 | |
28 | |
| 29 | [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2" |
29 | [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2" |
| 30 | inherit base autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS} |
30 | inherit base autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS} |
| 31 | unset SCM_ECLASS |
31 | unset SCM_ECLASS |
| 32 | |
32 | |
| 33 | DESCRIPTION="LibreOffice, a full office productivity suite." |
33 | DESCRIPTION="LibreOffice, a full office productivity suite." |
| 34 | HOMEPAGE="http://www.libreoffice.org" |
34 | HOMEPAGE="http://www.libreoffice.org" |
| 35 | SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )" |
35 | SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )" |