1 | # Copyright 1999-2014 Gentoo Foundation |
1 | # Copyright 1999-2014 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-text/poppler/poppler-9999.ebuild,v 1.2 2014/07/13 10:39:44 johu Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-9999.ebuild,v 1.3 2014/11/10 23:16:36 dilfridge Exp $ |
4 | |
4 | |
5 | EAPI=5 |
5 | EAPI=5 |
6 | |
6 | |
7 | inherit cmake-utils toolchain-funcs |
7 | inherit cmake-utils toolchain-funcs |
8 | |
8 | |
… | |
… | |
12 | KEYWORDS="" |
12 | KEYWORDS="" |
13 | SLOT="0/9999" |
13 | SLOT="0/9999" |
14 | else |
14 | else |
15 | SRC_URI="http://poppler.freedesktop.org/${P}.tar.xz" |
15 | SRC_URI="http://poppler.freedesktop.org/${P}.tar.xz" |
16 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
16 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
17 | SLOT="0/46" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION |
17 | SLOT="0/47" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION |
18 | fi |
18 | fi |
19 | |
19 | |
20 | DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" |
20 | DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" |
21 | HOMEPAGE="http://poppler.freedesktop.org/" |
21 | HOMEPAGE="http://poppler.freedesktop.org/" |
22 | |
22 | |