| 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/dev-libs/xapian/Attic/xapian-1.2.12.ebuild,v 1.4 2012/09/10 10:55:47 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/Attic/xapian-1.2.12.ebuild,v 1.7 2012/09/16 16:20:10 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | MY_P="${PN}-core-${PV}" |
7 | MY_P="${PN}-core-${PV}" |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://www.xapian.org/" |
10 | HOMEPAGE="http://www.xapian.org/" |
| 11 | SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz" |
11 | SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" |
15 | KEYWORDS="amd64 arm ~mips ppc ~ppc64 ~x86" |
| 16 | IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" |
16 | IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" |
| 17 | |
17 | |
| 18 | DEPEND="sys-libs/zlib" |
18 | DEPEND="sys-libs/zlib" |
| 19 | RDEPEND="${DEPEND}" |
19 | RDEPEND="${DEPEND}" |
| 20 | |
20 | |