| 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/calligra/Attic/calligra-2.4.1.ebuild,v 1.3 2012/05/27 16:15:57 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/calligra/Attic/calligra-2.4.1.ebuild,v 1.4 2012/05/27 16:44:05 ago Exp $ |
| 4 | |
4 | |
| 5 | # note: files that need to be checked for dependencies etc: |
5 | # note: files that need to be checked for dependencies etc: |
| 6 | # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt |
6 | # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt |
| 7 | # krita/CMakeLists.txt |
7 | # krita/CMakeLists.txt |
| 8 | |
8 | |
| … | |
… | |
| 24 | HOMEPAGE="http://www.calligra.org/" |
24 | HOMEPAGE="http://www.calligra.org/" |
| 25 | [[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/${P}/${P}.tar.bz2" |
25 | [[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/${P}/${P}.tar.bz2" |
| 26 | |
26 | |
| 27 | LICENSE="GPL-2" |
27 | LICENSE="GPL-2" |
| 28 | SLOT="4" |
28 | SLOT="4" |
| 29 | [[ ${PV} == *9999 ]] || KEYWORDS="amd64 ~x86" |
29 | [[ ${PV} == *9999 ]] || KEYWORDS="amd64 x86" |
| 30 | IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf |
30 | IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf |
| 31 | gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +mso +okular openctl openexr |
31 | gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +mso +okular openctl openexr |
| 32 | +pdf postgres +semantic-desktop +ssl sybase test tiff +threads +truetype |
32 | +pdf postgres +semantic-desktop +ssl sybase test tiff +threads +truetype |
| 33 | word-perfect xbase +xml +xslt" |
33 | word-perfect xbase +xml +xslt" |
| 34 | |
34 | |