diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-27 01:46:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-27 01:46:29 +0000 |
commit | 6f27fd342fed20c3333cdcb69af5d6ece488cfba (patch) | |
tree | cd7e1e1141e62ab0c2ff4ef009bc7092093febb0 /net-firewall | |
parent | - added 2.1.8 ebuild to the tree (diff) | |
download | gentoo-2-6f27fd342fed20c3333cdcb69af5d6ece488cfba.tar.gz gentoo-2-6f27fd342fed20c3333cdcb69af5d6ece488cfba.tar.bz2 gentoo-2-6f27fd342fed20c3333cdcb69af5d6ece488cfba.zip |
Adjust description to indicate that this package only provides the userspace portion of ipset. You must still manually patch your kernel to have ipset support.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipset/ChangeLog | 10 | ||||
-rw-r--r-- | net-firewall/ipset/ipset-2.2.8.20051203.ebuild | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-firewall/ipset/ChangeLog b/net-firewall/ipset/ChangeLog index 62e43d806e79..8c9fa148cba6 100644 --- a/net-firewall/ipset/ChangeLog +++ b/net-firewall/ipset/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/ipset -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.6 2005/12/12 08:10:43 robbat2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.7 2006/01/27 01:46:29 robbat2 Exp $ + + 27 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> + ipset-2.2.8.20051203.ebuild: + Adjust description to indicate that this package only provides the userspace + portion of ipset. You must still manually patch your kernel to have ipset + support. *ipset-2.2.8.20051203 (12 Dec 2005) diff --git a/net-firewall/ipset/ipset-2.2.8.20051203.ebuild b/net-firewall/ipset/ipset-2.2.8.20051203.ebuild index 06fd2a41f7b5..1e76218bfa16 100644 --- a/net-firewall/ipset/ipset-2.2.8.20051203.ebuild +++ b/net-firewall/ipset/ipset-2.2.8.20051203.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-2.2.8.20051203.ebuild,v 1.1 2005/12/12 08:10:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-2.2.8.20051203.ebuild,v 1.2 2006/01/27 01:46:29 robbat2 Exp $ inherit eutils flag-o-matic versionator linux-info MY_PV="$(replace_version_separator 3 '-' )" MY_P="${PN}-${MY_PV}" -DESCRIPTION="IPset tool for iptables, successor to ippool." +DESCRIPTION="IPset userspace tool for iptables, successor to ippool." HOMEPAGE="http://people.netfilter.org/kadlec/ipset/" SRC_URI="${HOMEPAGE}/${MY_P}.tar.bz2" LICENSE="GPL-2" |