summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 13:27:00 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 13:27:00 +0000
commitf971acd4de029589bf2de520f928806d1a7a14b4 (patch)
tree6cc91c27ab0315510f04a8a0006f79c6e9e7ab78 /net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild
parentRemoving hawking as a maintainer since he was retired. (diff)
downloadgentoo-2-f971acd4de029589bf2de520f928806d1a7a14b4.tar.gz
gentoo-2-f971acd4de029589bf2de520f928806d1a7a14b4.tar.bz2
gentoo-2-f971acd4de029589bf2de520f928806d1a7a14b4.zip
Removing hawking as a maintainer since he was retired. Fixed some QA warnings.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild')
-rw-r--r--net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild b/net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild
index 9bb47b691608..2db4e13dcc61 100644
--- a/net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild
+++ b/net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild,v 1.4 2007/03/06 18:18:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sslwrap/sslwrap-2.0.6-r1.ebuild,v 1.5 2009/03/22 13:27:00 jmbsvicetto Exp $
inherit eutils
@@ -15,19 +15,20 @@ KEYWORDS="sparc x86"
IUSE=""
DEPEND=">=dev-libs/openssl-0.9.6"
+RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}${PV//.}
src_unpack () {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "s:-O2:${CFLAGS}:" \
-e "s:/usr/local/ssl/include:/usr/include/openssl:" \
Makefile
- cp ${WORKDIR}/${PN}-gentoo/*.c ${S}
+ cp "${WORKDIR}/${PN}-gentoo/*.c" "${S}"
has_version '=dev-libs/openssl-0.9.7*' \
- && epatch ${FILESDIR}/${PV}-openssl-0.9.7.patch
+ && epatch "${FILESDIR}/${PV}-openssl-0.9.7.patch"
sed -i \
-e "s:OPENSSL\":\"openssl\/:g" \
-e "s:SSL_OP_NON_EXPORT_FIRST:SSL_OP_CIPHER_SERVER_PREFERENCE:g" \