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 | |
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')
-rw-r--r-- | sys-apps/ucspi-tcp/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild | 6 |
4 files changed, 17 insertions, 12 deletions
diff --git a/sys-apps/ucspi-tcp/ChangeLog b/sys-apps/ucspi-tcp/ChangeLog index e0c5cc794dcd..f4783999b6e0 100644 --- a/sys-apps/ucspi-tcp/ChangeLog +++ b/sys-apps/ucspi-tcp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/ucspi-tcp -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.55 2007/02/18 21:07:18 grobian Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.56 2008/01/04 23:08:05 hanno Exp $ + + 04 Jan 2008; Hanno Boeck <hanno@gentoo.org> ucspi-tcp-0.88-r14.ebuild, + ucspi-tcp-0.88-r15.ebuild, ucspi-tcp-0.88-r16.ebuild: + Change license to public domain (http://cr.yp.to/distributors.html) and fix + some unquoted vars. 18 Feb 2007; Fabian Groffen <grobian@gentoo.org> ucspi-tcp-0.88-r14.ebuild, ucspi-tcp-0.88-r15.ebuild, diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild index 076b8e0ee71c..7662e0784b2d 100644 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild +++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.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-r14.ebuild,v 1.11 2007/02/18 21:07:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild,v 1.12 2008/01/04 23:08:05 hanno Exp $ inherit eutils toolchain-funcs fixheadtails @@ -18,7 +18,7 @@ SRC_URI=" ) " -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" 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() { diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild index 3f0d0c065b6b..f55ecce3faf1 100644 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild +++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.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-r16.ebuild,v 1.2 2007/02/18 21:07:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild,v 1.3 2008/01/04 23:08:05 hanno Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -11,7 +11,7 @@ SRC_URI=" mirror://qmail/ucspi-rss.diff " -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="selinux doc" |