summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-08 01:54:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-08 01:54:55 +0000
commitdde2a1dea3111c30913343266378354823b99aac (patch)
tree480f824e07359d63c167ee6ea96aeddbe539c06c /net-misc/strongswan
parentfix use invocation (again); IUSE; tidy (diff)
downloadhistorical-dde2a1dea3111c30913343266378354823b99aac.tar.gz
historical-dde2a1dea3111c30913343266378354823b99aac.tar.bz2
historical-dde2a1dea3111c30913343266378354823b99aac.zip
fix use invocation
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r--net-misc/strongswan/ChangeLog6
-rw-r--r--net-misc/strongswan/Manifest12
-rw-r--r--net-misc/strongswan/strongswan-2.1.3-r1.ebuild26
3 files changed, 24 insertions, 20 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog
index 06c011b61e91..e1598fd36f8f 100644
--- a/net-misc/strongswan/ChangeLog
+++ b/net-misc/strongswan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/openswan
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.8 2004/07/01 21:59:27 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.9 2004/07/08 01:54:55 mr_bones_ Exp $
+
+ 07 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ strongswan-2.1.3-r1.ebuild:
+ fix use invocation
01 Jul 2004; Jon Hood <squinky86@gentoo.org> strongswan-2.1.3-r1.ebuild,
strongswan-2.1.3.ebuild:
diff --git a/net-misc/strongswan/Manifest b/net-misc/strongswan/Manifest
index 720701dda656..8f8e8be918bb 100644
--- a/net-misc/strongswan/Manifest
+++ b/net-misc/strongswan/Manifest
@@ -1,10 +1,10 @@
-MD5 891c941998a258f34494f97aac228b96 strongswan-2.1.3-r1.ebuild 3686
-MD5 376f0f3cdcb2667c05e65e7c29216a72 strongswan-2.1.3.ebuild 3076
-MD5 a0b7e2e6fdbd7fb9096c10cbd779809c ChangeLog 1418
+MD5 9e1f7982a3aee91fc21d2fe88d052076 ChangeLog 1525
MD5 a64b79eda14e03e130f7dde467dfa860 metadata.xml 706
-MD5 056cc14af9a978c9b1bbe57bdb6ccf3f files/digest-strongswan-2.1.3-r1 69
+MD5 376f0f3cdcb2667c05e65e7c29216a72 strongswan-2.1.3.ebuild 3076
+MD5 fd1f8d9e84a31ecff887ffa39217235b strongswan-2.1.3-r1.ebuild 3681
+MD5 056cc14af9a978c9b1bbe57bdb6ccf3f files/digest-strongswan-2.1.3 69
+MD5 d35f8aea878066e110e6ff3d09a4f50e files/ipsec 1538
MD5 98cbee623e8b61da488c286699bd184c files/strongswan-2.1.3-gentoo.patch 17672
MD5 c75b166cb55a2bcbd020f38f0d3e6671 files/strongswan-2.1.3-gcc34.patch 600
-MD5 d35f8aea878066e110e6ff3d09a4f50e files/ipsec 1538
-MD5 056cc14af9a978c9b1bbe57bdb6ccf3f files/digest-strongswan-2.1.3 69
+MD5 056cc14af9a978c9b1bbe57bdb6ccf3f files/digest-strongswan-2.1.3-r1 69
MD5 e5e5e7cd97782f0f68071bf485248294 files/strongswan-2.1.3-r1-gentoo.patch 17678
diff --git a/net-misc/strongswan/strongswan-2.1.3-r1.ebuild b/net-misc/strongswan/strongswan-2.1.3-r1.ebuild
index 51e539ddc751..c19c0f54bfcc 100644
--- a/net-misc/strongswan/strongswan-2.1.3-r1.ebuild
+++ b/net-misc/strongswan/strongswan-2.1.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.1.3-r1.ebuild,v 1.3 2004/07/01 21:59:27 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.1.3-r1.ebuild,v 1.4 2004/07/08 01:54:55 mr_bones_ Exp $
inherit eutils
@@ -99,22 +99,22 @@ src_unpack() {
cd programs/pluto
- if [ `use curl` ]; then
- ebegin "Curl support requested. Enabling curl support"
- sed -i -e 's:#LIBCURL=1:LIBCURL=1:g' Makefile || die
- eend $?
+ if use curl ; then
+ ebegin "Curl support requested. Enabling curl support"
+ sed -i -e 's:#LIBCURL=1:LIBCURL=1:g' Makefile || die
+ eend $?
fi
- if [ `use ldap` ]; then
- ebegin "LDAP support requested. Enabling LDAPv3 support"
- sed -i -e 's:#LDAP_VERSION=3:LDAP_VERSION=3:g' Makefile || die
- eend $?
+ if use ldap ; then
+ ebegin "LDAP support requested. Enabling LDAPv3 support"
+ sed -i -e 's:#LDAP_VERSION=3:LDAP_VERSION=3:g' Makefile || die
+ eend $?
fi
- if [ `use smartcard` ]; then
- ebegin "Smartcard support requested. Enabling opensc support"
- sed -i -e 's:#SMARTCARD=1:SMARTCARD=1:g' Makefile || die
- eend $?
+ if use smartcard ; then
+ ebegin "Smartcard support requested. Enabling opensc support"
+ sed -i -e 's:#SMARTCARD=1:SMARTCARD=1:g' Makefile || die
+ eend $?
fi
}