diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-01-04 23:08:05 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-01-04 23:08:05 +0000 |
commit | e10be7bc07411b67404da4464aa4627c66ae2eec (patch) | |
tree | 47a2e31c51bfa2407ef4415a3e8ddefc3cea1e9f /sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild | |
parent | Split up tcltk use flag. Regressed back in from the bug's ebuild. (diff) | |
download | gentoo-2-e10be7bc07411b67404da4464aa4627c66ae2eec.tar.gz gentoo-2-e10be7bc07411b67404da4464aa4627c66ae2eec.tar.bz2 gentoo-2-e10be7bc07411b67404da4464aa4627c66ae2eec.zip |
Change ucspi-tcp license to public domain and fix unquoted vars.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild')
-rw-r--r-- | sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild index f8ebf5ab35fd..411bfa1b7be9 100644 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild +++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild,v 1.6 2007/02/18 21:07:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild,v 1.7 2008/01/04 23:08:05 hanno Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -17,7 +17,7 @@ SRC_URI=" ipv6? ( mirror://gentoo/ucspi-tcp-0.88-ipv6-ssl-20050405.patch ) )" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="ssl ipv6 selinux doc" @@ -78,7 +78,7 @@ src_unpack() { echo "/usr/" > conf-home # allow larger responses - sed -i 's|if (text.len > 200) text.len = 200;|if (text.len > 500) text.len = 500;|g' ${S}/rblsmtpd.c + sed -i 's|if (text.len > 200) text.len = 200;|if (text.len > 500) text.len = 500;|g' "${S}/rblsmtpd.c" } src_compile() { |