summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-11-09 20:56:21 +0000
committerFabian Groffen <grobian@gentoo.org>2007-11-09 20:56:21 +0000
commit4761bd3fce1eeb1107a605999ec3a177734a31a9 (patch)
treefcd964b7026b3b385c2973d3701d862bf328a929 /net-misc
parentStable on ppc wrt bug 198525 (diff)
downloadgentoo-2-4761bd3fce1eeb1107a605999ec3a177734a31a9.tar.gz
gentoo-2-4761bd3fce1eeb1107a605999ec3a177734a31a9.tar.bz2
gentoo-2-4761bd3fce1eeb1107a605999ec3a177734a31a9.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/stunnel/ChangeLog5
-rw-r--r--net-misc/stunnel/stunnel-3.26.ebuild14
2 files changed, 6 insertions, 13 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
index e4eb31f4dad5..6e9d6a79dd6c 100644
--- a/net-misc/stunnel/ChangeLog
+++ b/net-misc/stunnel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.74 2007/11/03 16:00:15 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.75 2007/11/09 20:56:21 grobian Exp $
+
+ 09 Nov 2007; Fabian Groffen <grobian@gentoo.org> stunnel-3.26.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
03 Nov 2007; Samuli Suominen <drac@gentoo.org> stunnel-4.20.ebuild:
Stable on arm; bug #113778
diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild
index a7501a691f6c..4bf2a4ed7503 100644
--- a/net-misc/stunnel/stunnel-3.26.ebuild
+++ b/net-misc/stunnel/stunnel-3.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.15 2007/09/20 12:42:24 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.16 2007/11/09 20:56:21 grobian Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ppc ~ppc-macos sparc x86"
+KEYWORDS="alpha ppc sparc x86"
IUSE="selinux"
DEPEND=">=dev-libs/openssl-0.9.6j
@@ -20,11 +20,6 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-gentoo.diff
- if use ppc-macos ; then
- sed -i -e "s,-shared,-dynamic -flat_namespace -bundle -undefined suppress,g" \
- -e "s,stunnel.so,stunnel.dylib,g" \
- Makefile.in || die "sed failed"
- fi
}
src_compile() {
@@ -36,9 +31,4 @@ src_install() {
dosbin stunnel
dodoc FAQ README HISTORY COPYING BUGS PORTS TODO transproxy.txt
doman stunnel.8
- if use ppc-macos ; then
- dolib.so stunnel.dylib
- else
- dolib.so stunnel.so
- fi
}