diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-25 17:18:54 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-25 17:18:54 +0000 |
commit | 10b944979c3af665442cdb315450c86b507eee0a (patch) | |
tree | 1289eb728045b67f4915e75d1ebde8487e6d56df /dev-libs/openssl | |
parent | Marked stable on x86. Don't assign default to S. Removed old ebuild. (Manifes... (diff) | |
download | gentoo-2-10b944979c3af665442cdb315450c86b507eee0a.tar.gz gentoo-2-10b944979c3af665442cdb315450c86b507eee0a.tar.bz2 gentoo-2-10b944979c3af665442cdb315450c86b507eee0a.zip |
#47854
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7d.ebuild | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index e117277ee6ce..5255bf576af5 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/openssl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.77 2004/04/21 03:51:06 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.78 2004/04/25 17:18:53 aliz Exp $ + + 25 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7d.ebuild: + Install emacs files, from #47854. 20 Apr 2004; Tom Gall <tgall@gentoo.org> openssl-0.9.7d.ebuild: fix for ppc64 support see #45463 diff --git a/dev-libs/openssl/openssl-0.9.7d.ebuild b/dev-libs/openssl/openssl-0.9.7d.ebuild index 78b5b336fb57..9c2e8621a3d4 100644 --- a/dev-libs/openssl/openssl-0.9.7d.ebuild +++ b/dev-libs/openssl/openssl-0.9.7d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7d.ebuild,v 1.6 2004/04/21 03:51:06 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7d.ebuild,v 1.7 2004/04/25 17:18:54 aliz Exp $ inherit eutils flag-o-matic gcc @@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc alpha sparc mips hppa amd64 ia64 ppc64 s390" -IUSE="" +IUSE="emacs" RDEPEND="virtual/glibc" DEPEND="${RDEPEND} @@ -47,13 +47,13 @@ src_unpack() { sed -i -e \ 's!CC=ccc!CC=gcc!' config fi -set -x + case $( gcc-version ) in 3.3 | 3.2 ) filter-flags -fprefetch-loop-arrays -freduce-all-givs -funroll-loops ;; esac -set +x + # replace CFLAGS OLDIFS=$IFS IFS=" @@ -188,6 +188,11 @@ src_install() { insinto /usr/share/emacs/site-lisp doins doc/c-indentation.el + if use emacs ; then + insinto /usr/share/emacs/site-lisp + doins doc/c-indentation.el + fi + # create the certs directory. Previous openssl builds # would need to create /usr/lib/ssl/certs but this looks # to be the more FHS compliant setup... -raker |