diff options
author | Cédric Krier <cedk@gentoo.org> | 2007-08-24 20:45:36 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2007-08-24 20:45:36 +0000 |
commit | 0feb48c42d0c36ef39e0cf3c59b60bb4d732064f (patch) | |
tree | e711ae5f129933e7f6619d43b5dfda344966a1f3 /net-firewall | |
parent | Add ~alpha/~ia64 wrt #189043 (diff) | |
download | gentoo-2-0feb48c42d0c36ef39e0cf3c59b60bb4d732064f.tar.gz gentoo-2-0feb48c42d0c36ef39e0cf3c59b60bb4d732064f.tar.bz2 gentoo-2-0feb48c42d0c36ef39e0cf3c59b60bb4d732064f.zip |
Remove for bug #190030
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nufw/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/nufw/files/digest-nufw-2.2.0 | 3 | ||||
-rw-r--r-- | net-firewall/nufw/files/nufw-2.2.0-nuauth_command.patch | 23 | ||||
-rw-r--r-- | net-firewall/nufw/nufw-2.2.0.ebuild | 86 |
4 files changed, 5 insertions, 113 deletions
diff --git a/net-firewall/nufw/ChangeLog b/net-firewall/nufw/ChangeLog index b74b7efd8b91..827feeb1d9f0 100644 --- a/net-firewall/nufw/ChangeLog +++ b/net-firewall/nufw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/nufw # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/ChangeLog,v 1.14 2007/08/24 18:42:02 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/ChangeLog,v 1.15 2007/08/24 20:45:36 cedk Exp $ + + 24 Aug 2007; Cédric Krier <cedk@gentoo.org> + -files/nufw-2.2.0-nuauth_command.patch, -nufw-2.2.0.ebuild: + Remove for bug #190030 24 Aug 2007; Cédric Krier <cedk@gentoo.org> -nufw-2.1.1.ebuild: Remove old ebuild diff --git a/net-firewall/nufw/files/digest-nufw-2.2.0 b/net-firewall/nufw/files/digest-nufw-2.2.0 deleted file mode 100644 index ad94a7909085..000000000000 --- a/net-firewall/nufw/files/digest-nufw-2.2.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a72348847f0b64a59c93e84d8818a9ef nufw-2.2.0.tar.bz2 760404 -RMD160 43c85cc7df0aecb5dbd7136395d48e5d0fb3b0e7 nufw-2.2.0.tar.bz2 760404 -SHA256 d920df48d65c46d0fe4a76448fb8c0ea27ea10424d85cea30ac2449c00819f09 nufw-2.2.0.tar.bz2 760404 diff --git a/net-firewall/nufw/files/nufw-2.2.0-nuauth_command.patch b/net-firewall/nufw/files/nufw-2.2.0-nuauth_command.patch deleted file mode 100644 index fe98247189c1..000000000000 --- a/net-firewall/nufw/files/nufw-2.2.0-nuauth_command.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ru nufw-2.2.0~/scripts/nuauth_command/Makefile.am nufw-2.2.0/scripts/nuauth_command/Makefile.am ---- nufw-2.2.0~/scripts/nuauth_command/Makefile.am 2007-04-16 23:23:39.000000000 +0200 -+++ nufw-2.2.0/scripts/nuauth_command/Makefile.am 2007-05-30 22:27:03.000000000 +0200 -@@ -3,6 +3,6 @@ - SUBDIRS = scripts - - install-exec-local: -- ./setup.py install -+ ./setup.py install --root=$(DESTDIR) - - endif -diff -ru nufw-2.2.0~/scripts/nuauth_command/Makefile.in nufw-2.2.0/scripts/nuauth_command/Makefile.in ---- nufw-2.2.0~/scripts/nuauth_command/Makefile.in 2007-05-29 00:29:35.000000000 +0200 -+++ nufw-2.2.0/scripts/nuauth_command/Makefile.in 2007-05-30 22:29:50.000000000 +0200 -@@ -523,7 +523,7 @@ - - - @BUILD_NUAUTH_COMMAND_TRUE@install-exec-local: --@BUILD_NUAUTH_COMMAND_TRUE@ ./setup.py install -+@BUILD_NUAUTH_COMMAND_TRUE@ ./setup.py install --root=$(DESTDIR) - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/net-firewall/nufw/nufw-2.2.0.ebuild b/net-firewall/nufw/nufw-2.2.0.ebuild deleted file mode 100644 index 1082d4d6f5e7..000000000000 --- a/net-firewall/nufw/nufw-2.2.0.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/nufw-2.2.0.ebuild,v 1.1 2007/05/30 20:43:25 cedk Exp $ - -inherit ssl-cert eutils - -DESCRIPTION="An enterprise grade authenticating firewall based on netfilter" -HOMEPAGE="http://www.nufw.org/" -SRC_URI="http://www.nufw.org/download/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="debug ldap mysql pam pam_nuauth pic plaintext postgres prelude \ -unicode nfqueue nfconntrack static syslog" - -DEPEND=">=dev-libs/glib-2 - dev-libs/libgcrypt - >=dev-libs/cyrus-sasl-2 - net-firewall/iptables - >=net-libs/gnutls-1.1 - ldap? ( >=net-nds/openldap-2 ) - mysql? ( virtual/mysql ) - pam? ( sys-libs/pam ) - pam_nuauth? ( sys-libs/pam ) - postgres? ( dev-db/postgresql ) - nfqueue? ( net-libs/libnfnetlink - net-libs/libnetfilter_queue ) - nfconntrack? ( net-libs/libnetfilter_conntrack )" -RDEPEND=${DEPEND} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s/nuauth-key.pem/nuauth.key/" \ - -e "s/nuauth-cert.pem/nuauth.pem/" \ - conf/nuauth.conf || die "sed failed" - epatch "${FILESDIR}/${P}-nuauth_command.patch" -} - -src_compile() { - econf \ - --with-shared \ - $(use_enable static) \ - $(use_enable pam_nuauth pam-nuauth) \ - $(use_with pic) \ - $(use_with prelude prelude-log) \ - $(use_with mysql mysql-log) \ - $(use_with postgres pgsql-log) \ - $(use_with syslog syslog-log) \ - $(use_with plaintext plaintext-auth) \ - --with-mark-group \ - $(use_with pam system-auth) \ - $(use_with ldap) \ - $(use_with nfqueue) \ - $(use_with nfconntrack) \ - $(use_with unicode utf8) \ - $(use_enable debug) \ - --sysconfdir="/etc/nufw" \ - --localstatedir="/var" \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - newinitd "${FILESDIR}"/nufw-init.d nufw - newconfd "${FILESDIR}"/nufw-conf.d nufw - - newinitd "${FILESDIR}"/nuauth-init.d nuauth - newconfd "${FILESDIR}"/nuauth-conf.d nuauth - - insinto /etc/nufw - doins conf/nuauth.conf - docert nufw - docert nuauth - keepdir /var/run/nuauth - - dodoc AUTHORS ChangeLog NEWS README TODO - docinto scripts - dodoc scripts/{clean_conntrack.pl,nuaclgen,nutop,README,ulog_rotate_daily.sh,ulog_rotate_weekly.sh} - docinto conf - dodoc conf/*.{nufw,schema,conf,dump,xml} -} |