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 | 89bb930f63d5f770a395f65a2941f6f7cddc9588 (patch) | |
tree | 3d34be0a58eb069056e1e78d87df94ba4c889861 /net-firewall | |
parent | - added 2.1.8 ebuild to the tree (diff) | |
download | historical-89bb930f63d5f770a395f65a2941f6f7cddc9588.tar.gz historical-89bb930f63d5f770a395f65a2941f6f7cddc9588.tar.bz2 historical-89bb930f63d5f770a395f65a2941f6f7cddc9588.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.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipset/ChangeLog | 10 | ||||
-rw-r--r-- | net-firewall/ipset/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/ipset/ipset-2.2.8.20051203.ebuild | 6 |
3 files changed, 13 insertions, 7 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/Manifest b/net-firewall/ipset/Manifest index f1cd680fc4be..5b56c9e9ca78 100644 --- a/net-firewall/ipset/Manifest +++ b/net-firewall/ipset/Manifest @@ -1,8 +1,8 @@ -MD5 1662b282bfb9529a50252379fd6ed4d7 ChangeLog 1113 +MD5 cac68ddef4982ee24052e0b3922d3d41 ChangeLog 1364 MD5 eeb0a192ff8d4aa8efabfbae1e3ccf7c files/digest-ipset-2.1.0.20050119 72 MD5 eeb0a192ff8d4aa8efabfbae1e3ccf7c files/digest-ipset-2.1.0.20050119-r1 72 MD5 0990e81a95b5c9cc55cdbe3cb984d160 files/digest-ipset-2.2.8.20051203 72 MD5 81097c0394419fcc18c0d10d5e11bca7 ipset-2.1.0.20050119-r1.ebuild 1608 MD5 8c5675e36f2f7d393dd634e387f538d6 ipset-2.1.0.20050119.ebuild 1711 -MD5 062483f2949d935414b39ac682cb2c36 ipset-2.2.8.20051203.ebuild 1606 +MD5 50b8996b7fab45d59ee13853bd7f74f5 ipset-2.2.8.20051203.ebuild 1616 MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223 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" |