Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380119
Collapse All | Expand All

(-)a/dev-libs/nss/metadata.xml (+1 lines)
Lines 3-8 Link Here
3
<pkgmetadata>
3
<pkgmetadata>
4
<herd>mozilla</herd>
4
<herd>mozilla</herd>
5
<use>
5
<use>
6
  <flag name='pem'>Install plugin to read certificates in PEM format</flag>
6
  <flag name='utils'>Install utilities included with the library</flag>
7
  <flag name='utils'>Install utilities included with the library</flag>
7
</use>
8
</use>
8
</pkgmetadata>
9
</pkgmetadata>
(-)a/dev-libs/nss/nss-3.12.11.ebuild (-2 / +4 lines)
Lines 9-20 Link Here
9
RTM_NAME="NSS_${PV//./_}_RTM"
9
RTM_NAME="NSS_${PV//./_}_RTM"
10
DESCRIPTION="Mozilla's Network Security Services library that implements PKI support"
10
DESCRIPTION="Mozilla's Network Security Services library that implements PKI support"
11
HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/"
11
HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/"
12
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz"
12
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
13
pem? ( https://bugzilla.mozilla.org/attachment.cgi?id=547097 -> nss-pem-v5.patch )"
13
14
14
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
15
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
15
SLOT="0"
16
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
17
IUSE="utils"
18
IUSE="utils pem"
18
19
19
DEPEND="dev-util/pkgconfig"
20
DEPEND="dev-util/pkgconfig"
20
RDEPEND=">=dev-libs/nspr-${NSPR_VER}
21
RDEPEND=">=dev-libs/nspr-${NSPR_VER}
Lines 24-29 Link Here
24
	# Custom changes for gentoo
25
	# Custom changes for gentoo
25
	epatch "${FILESDIR}/${PN}-3.12.5-gentoo-fixups.diff"
26
	epatch "${FILESDIR}/${PN}-3.12.5-gentoo-fixups.diff"
26
	epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch"
27
	epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch"
28
	use pem && epatch "${DISTDIR}/nss-pem-v5.patch"
27
29
28
	cd "${S}"/mozilla/security/coreconf
30
	cd "${S}"/mozilla/security/coreconf
29
	# hack nspr paths
31
	# hack nspr paths

Return to bug 380119