diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 14:55:21 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 14:55:21 +0000 |
commit | 3b6ac67506574d7baaebcb2539b5668258fa1e0e (patch) | |
tree | 8f31223036eb50fb80fc5cc7fd0fa867bd7b2727 /net-firewall/ipsec-tools | |
parent | Remove unused aqua USE flag for app-editors/emacs-cvs, bug #134491. (diff) | |
download | gentoo-2-3b6ac67506574d7baaebcb2539b5668258fa1e0e.tar.gz gentoo-2-3b6ac67506574d7baaebcb2539b5668258fa1e0e.tar.bz2 gentoo-2-3b6ac67506574d7baaebcb2539b5668258fa1e0e.zip |
(QA) Add missing flag to IUSE. bug #177003.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-firewall/ipsec-tools')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild | 36 |
2 files changed, 23 insertions, 19 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index d15b5e5e384a..946109f73191 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/ipsec-tools # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.56 2007/05/03 18:40:05 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.57 2007/06/24 14:55:21 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> + ipsec-tools-0.6.7.ebuild: + (QA) Add missing flag to IUSE. bug #177003. 03 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> ipsec-tools-0.6.7.ebuild: diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild index b9980173579b..6f662a87f87a 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.7 2007/05/03 18:40:05 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.8 2007/06/24 14:55:21 peper Exp $ inherit eutils flag-o-matic autotools linux-info @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" KEYWORDS="amd64 ppc sparc x86" SLOT="0" -IUSE="idea ipv6 pam rc5 readline selinux ldap kerberos nat hybrid" +IUSE="idea ipv6 pam rc5 readline selinux ldap kerberos nat hybrid iconv" # FIXME: what is the correct syntax for ~sparc ??? @@ -236,25 +236,25 @@ src_install() { pkg_postinst() { if use nat; then - elog "" - elog " You have enabled the nat traversal functionnality." - elog " Nat versions wich are enabled by default are 00,02,rfc" - elog " you can find those drafts in the CVS repository:" - elog "cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot co ipsec-tools" - elog "" - elog "If you feel brave enough and you know what you are" - elog "doing, you can consider emerging this ebuild" - elog "with" - elog "EXTRA_ECONF=\"--enable-natt-versions=08,07,06\"" - elog "" + elog "" + elog " You have enabled the nat traversal functionnality." + elog " Nat versions wich are enabled by default are 00,02,rfc" + elog " you can find those drafts in the CVS repository:" + elog "cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot co ipsec-tools" + elog "" + elog "If you feel brave enough and you know what you are" + elog "doing, you can consider emerging this ebuild" + elog "with" + elog "EXTRA_ECONF=\"--enable-natt-versions=08,07,06\"" + elog "" fi; if use ldap; then - elog "" - elog " You have enabled ldap support with {$PN}." - elog " The man page does NOT contain any information on it yet." - elog " Consider to use a more recent version or CVS" - elog "" + elog "" + elog " You have enabled ldap support with {$PN}." + elog " The man page does NOT contain any information on it yet." + elog " Consider to use a more recent version or CVS" + elog "" fi; |