summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-01-24 20:48:48 +0000
committerMike Frysinger <vapier@gentoo.org>2013-01-24 20:48:48 +0000
commitc1d868ac6d78928327afe3caf636e701b6dfa748 (patch)
treef0312aef6f61bcd15542110942a5bc1599550dff /net-misc/strongswan
parenthandle more kernel versions like 3.7-trunk-amd64 and add a testsuite for it (diff)
downloadgentoo-2-c1d868ac6d78928327afe3caf636e701b6dfa748.tar.gz
gentoo-2-c1d868ac6d78928327afe3caf636e701b6dfa748.tar.bz2
gentoo-2-c1d868ac6d78928327afe3caf636e701b6dfa748.zip
Drop `die` as it does not make sense in many cases -- cross-compiling, deploying to ROOT=/some/where, building a binpkg for another system, etc...
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r--net-misc/strongswan/ChangeLog9
-rw-r--r--net-misc/strongswan/strongswan-5.0.0.ebuild5
-rw-r--r--net-misc/strongswan/strongswan-5.0.1.ebuild5
3 files changed, 11 insertions, 8 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog
index 5bc08710283a..36b961de426d 100644
--- a/net-misc/strongswan/ChangeLog
+++ b/net-misc/strongswan/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/strongswan
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.106 2012/11/04 20:37:39 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.107 2013/01/24 20:48:48 vapier Exp $
+
+ 24 Jan 2013; Mike Frysinger <vapier@gentoo.org> strongswan-5.0.0.ebuild,
+ strongswan-5.0.1.ebuild:
+ Drop `die` as it does not make sense in many cases -- cross-compiling,
+ deploying to ROOT=/some/where, building a binpkg for another system, etc...
04 Nov 2012; Ulrich Müller <ulm@gentoo.org> strongswan-5.0.0.ebuild,
strongswan-5.0.1.ebuild:
diff --git a/net-misc/strongswan/strongswan-5.0.0.ebuild b/net-misc/strongswan/strongswan-5.0.0.ebuild
index 33bd62d621f6..ba0c3b39e8af 100644
--- a/net-misc/strongswan/strongswan-5.0.0.ebuild
+++ b/net-misc/strongswan/strongswan-5.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.0.ebuild,v 1.10 2012/11/04 20:37:39 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.0.ebuild,v 1.11 2013/01/24 20:48:48 vapier Exp $
EAPI=2
inherit eutils linux-info user
@@ -42,7 +42,6 @@ pkg_setup() {
eerror "This ebuild currently only supports ${PN} with the"
eerror "native Linux 2.6 IPsec stack on kernels >= 2.6.16."
eerror
- die "Please install a recent 2.6 kernel."
fi
if kernel_is -lt 2 6 34; then
diff --git a/net-misc/strongswan/strongswan-5.0.1.ebuild b/net-misc/strongswan/strongswan-5.0.1.ebuild
index 03c24983420b..b4fcbf897b49 100644
--- a/net-misc/strongswan/strongswan-5.0.1.ebuild
+++ b/net-misc/strongswan/strongswan-5.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.1.ebuild,v 1.2 2012/11/04 20:37:39 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.0.1.ebuild,v 1.3 2013/01/24 20:48:48 vapier Exp $
EAPI=2
inherit eutils linux-info user
@@ -42,7 +42,6 @@ pkg_setup() {
eerror "This ebuild currently only supports ${PN} with the"
eerror "native Linux 2.6 IPsec stack on kernels >= 2.6.16."
eerror
- die "Please install a recent 2.6 kernel."
fi
if kernel_is -lt 2 6 34; then