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

(-)openssl-0.9.8g-r1.ebuild (-7 / +2 lines)
Lines 11-17 Link Here
11
LICENSE="openssl"
11
LICENSE="openssl"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
13
KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
14
IUSE="bindist emacs gmp kerberos sse2 test zlib"
14
IUSE="bindist gmp kerberos sse2 test zlib"
15
15
16
RDEPEND="gmp? ( dev-libs/gmp )
16
RDEPEND="gmp? ( dev-libs/gmp )
17
	zlib? ( sys-libs/zlib )
17
	zlib? ( sys-libs/zlib )
Lines 132-145 Link Here
132
132
133
src_install() {
133
src_install() {
134
	emake -j1 INSTALL_PREFIX="${D}" install || die
134
	emake -j1 INSTALL_PREFIX="${D}" install || die
135
	dodoc CHANGES* FAQ NEWS README doc/*.txt
135
	dodoc CHANGES* FAQ NEWS README doc/*.txt doc/c-indentation.el
136
	dohtml doc/*
136
	dohtml doc/*
137
137
138
	if use emacs ; then
139
		insinto /usr/share/emacs/site-lisp
140
		doins doc/c-indentation.el
141
	fi
142
143
	# create the certs directory
138
	# create the certs directory
144
	dodir /etc/ssl/certs
139
	dodir /etc/ssl/certs
145
	cp -RP certs/* "${D}"/etc/ssl/certs/ || die "failed to install certs"
140
	cp -RP certs/* "${D}"/etc/ssl/certs/ || die "failed to install certs"

Return to bug 222337