summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-02-01 11:35:28 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-02-01 11:35:28 +0000
commitec09341f60fb2910b1af5d2a2323642ee451a7b6 (patch)
tree76a2e9c1019dabbf530dc71485d1c7061272d27b /net-firewall
parentBump to mips stable (needed for upcoming stageballs) (Manifest recommit) (diff)
downloadgentoo-2-ec09341f60fb2910b1af5d2a2323642ee451a7b6.tar.gz
gentoo-2-ec09341f60fb2910b1af5d2a2323642ee451a7b6.tar.bz2
gentoo-2-ec09341f60fb2910b1af5d2a2323642ee451a7b6.zip
Added metadata, bumped versions, and changed the configure scripts to use /usr/src/... rather than the running kernel for includes. Closes bug #38807.
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipsec-tools/ChangeLog12
-rw-r--r--net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.31
-rw-r--r--net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.41
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild4
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.2.3.ebuild35
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.2.4.ebuild38
-rw-r--r--net-firewall/ipsec-tools/metadata.xml8
7 files changed, 95 insertions, 4 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog
index 275c64ec060f..650dd865ea7b 100644
--- a/net-firewall/ipsec-tools/ChangeLog
+++ b/net-firewall/ipsec-tools/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-firewall/ipsec-tools
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.1 2003/12/16 18:04:33 plasmaroo Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.2 2004/02/01 11:35:28 plasmaroo Exp $
+
+*ipsec-tools-0.2.3 (01 Feb 2004)
+
+ 01 Feb 2004; <plasmaroo@gentoo.org> ipsec-tools-0.2.2.ebuild,
+ ipsec-tools-0.2.3.ebuild, ipsec-tools-0.2.4.ebuild:
+ Version bumps to 0.2.3 and 0.2.4 and I also fixed the configure scripts to use
+ the /usr/src/linux includes rather than those of the current kernel. Closes
+ bug #38807.
*ipsec-tools-0.2.2 (16 Dec 2003)
diff --git a/net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.3 b/net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.3
new file mode 100644
index 000000000000..62b942de9e2a
--- /dev/null
+++ b/net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.3
@@ -0,0 +1 @@
+MD5 a228ea06cbbe19958c22bf04eae81948 ipsec-tools-0.2.3.tar.gz 805169
diff --git a/net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.4 b/net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.4
new file mode 100644
index 000000000000..de56cb44f957
--- /dev/null
+++ b/net-firewall/ipsec-tools/files/digest-ipsec-tools-0.2.4
@@ -0,0 +1 @@
+MD5 c26b497c34f661b10f3f5a63b9326e4f ipsec-tools-0.2.4.tar.gz 713245
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild
index 5376597d65e3..aaa1509cf779 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.2.2.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/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild,v 1.2 2004/01/03 13:44:31 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.2.2.ebuild,v 1.3 2004/02/01 11:35:28 plasmaroo Exp $
DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
HOMEPAGE="http://ipsec-tools.sourceforge.net/"
@@ -21,7 +21,7 @@ pkg_setup() {
src_compile() {
unset CC
- ./configure --prefix=/usr --sysconfdir=/etc || die
+ ./configure --prefix=/usr --sysconfdir=/etc --with-kernel-headers=/usr/src/linux/include || die
emake || die
}
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.2.3.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.2.3.ebuild
new file mode 100644
index 000000000000..7f622982d645
--- /dev/null
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.2.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.2.3.ebuild,v 1.1 2004/02/01 11:35:28 plasmaroo Exp $
+
+DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
+HOMEPAGE="http://ipsec-tools.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+DEPEND="virtual/glibc
+ >=dev-libs/openssl-0.9.6"
+
+pkg_setup() {
+ my_KV=`echo ${KV} | cut -f-2 -d "."`
+ if [ ${my_KV} != "2.6" ] ; then
+ echo; eerror "You need a 2.6.x kernel to use the ipsec tools!"; die "You need a 2.6 kernel to use ipsec-tools!"
+ fi
+}
+
+src_compile() {
+ unset CC
+ ./bootstrap
+ ./configure --prefix=/usr --sysconfdir=/etc --with-kernel-headers=/usr/src/linux/include || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc ChangeLog README NEWS
+ insinto /etc && doins ${FILESDIR}/ipsec.conf.sample
+ insinto /etc/conf.d && newins ${FILESDIR}/racoon.conf.d racoon
+ exeinto /etc/init.d && newexe ${FILESDIR}/racoon.init.d racoon
+}
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.2.4.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.2.4.ebuild
new file mode 100644
index 000000000000..80cb76162a00
--- /dev/null
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.2.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.2.4.ebuild,v 1.1 2004/02/01 11:35:28 plasmaroo Exp $
+
+DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
+HOMEPAGE="http://ipsec-tools.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+DEPEND="virtual/glibc
+ >=dev-libs/openssl-0.9.6"
+
+pkg_setup() {
+ my_KV=`echo ${KV} | cut -f-2 -d "."`
+ if [ ${my_KV} != "2.6" ] ; then
+ echo; eerror "You need a 2.6.x kernel to use the ipsec tools!"; die "You need a 2.6 kernel to use ipsec-tools!"
+ fi
+}
+
+src_compile() {
+ unset CC
+ ./configure --prefix=/usr --sysconfdir=/etc --with-kernel-headers=/usr/src/linux/include || die
+ sed -e 's:AM_CFLAGS = :AM_CFLAGS = -include /usr/include/linux/compiler.h :' -i src/setkey/Makefile || die
+ sed -e 's:CPPFLAGS=:CPPFLAGS = -include /usr/include/linux/compiler.h :' -i src/racoon/Makefile || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ rm ${D}/usr/bin
+ dosbin src/racoon/racoon
+ dodoc ChangeLog README NEWS
+ insinto /etc && doins ${FILESDIR}/ipsec.conf.sample
+ insinto /etc/conf.d && newins ${FILESDIR}/racoon.conf.d racoon
+ exeinto /etc/init.d && newexe ${FILESDIR}/racoon.init.d racoon
+}
diff --git a/net-firewall/ipsec-tools/metadata.xml b/net-firewall/ipsec-tools/metadata.xml
new file mode 100644
index 000000000000..7ba772c43ab2
--- /dev/null
+++ b/net-firewall/ipsec-tools/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>plasmaroo@gentoo.org</email>
+</maintainer>
+</pkgmetadata>