| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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-misc/ca-certificates/ca-certificates-20090709.ebuild,v 1.6 2009/10/09 02:13:09 rich0 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20090709.ebuild,v 1.7 2009/10/21 21:08:59 volkmar Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils |
5 | inherit eutils |
| 6 | |
6 | |
| 7 | DESCRIPTION="Common CA Certificates PEM files" |
7 | DESCRIPTION="Common CA Certificates PEM files" |
| 8 | HOMEPAGE="http://packages.debian.org/sid/ca-certificates" |
8 | HOMEPAGE="http://packages.debian.org/sid/ca-certificates" |
| 9 | SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}_all.deb" |
9 | SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}_all.deb" |
| 10 | |
10 | |
| 11 | LICENSE="MPL-1.1" |
11 | LICENSE="MPL-1.1" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" |
13 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )" |
16 | DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )" |
| 17 | RDEPEND="${DEPEND} |
17 | RDEPEND="${DEPEND} |
| 18 | dev-libs/openssl |
18 | dev-libs/openssl |