summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-08-26 19:47:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-08-26 19:47:51 +0000
commit69d585927956a34aab64f458eb2b65190a32f10f (patch)
tree2501798601a6eb462f9076f5fed9d175c58d28fa /sys-apps
parentFix underlinking and library linking order. Fixes bug 380687, revbump because... (diff)
downloadgentoo-2-69d585927956a34aab64f458eb2b65190a32f10f.tar.gz
gentoo-2-69d585927956a34aab64f458eb2b65190a32f10f.tar.bz2
gentoo-2-69d585927956a34aab64f458eb2b65190a32f10f.zip
Remove old versions that still rely on ucspi-tcp.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/ucspi-tcp/ChangeLog7
-rw-r--r--sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild96
-rw-r--r--sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild101
-rw-r--r--sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild80
4 files changed, 6 insertions, 278 deletions
diff --git a/sys-apps/ucspi-tcp/ChangeLog b/sys-apps/ucspi-tcp/ChangeLog
index e29ef4686edf..48630b81c467 100644
--- a/sys-apps/ucspi-tcp/ChangeLog
+++ b/sys-apps/ucspi-tcp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/ucspi-tcp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.75 2011/07/11 15:21:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.76 2011/08/26 19:47:50 flameeyes Exp $
+
+ 26 Aug 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ -ucspi-tcp-0.88-r14.ebuild, -ucspi-tcp-0.88-r15.ebuild,
+ -ucspi-tcp-0.88-r16.ebuild:
+ Remove old versions that still rely on ucspi-tcp.
11 Jul 2011; Alexis Ballier <aballier@gentoo.org> ucspi-tcp-0.88-r17.ebuild:
keyword ~x86-fbsd
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild
deleted file mode 100644
index b8abe8bfdfb0..000000000000
--- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r14.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2011 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.15 2011/04/16 19:15:43 ulm Exp $
-
-inherit eutils toolchain-funcs fixheadtails
-
-IPV6_PATCH="diff17"
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://cr.yp.to/ucspi-tcp.html"
-SRC_URI="
- http://cr.yp.to/${PN}/${P}.tar.gz
- ipv6? ( http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.${IPV6_PATCH}.bz2 )
- mirror://qmail/ucspi-rss.diff
- ssl? (
- !ipv6? ( http://www.nrg4u.com/qmail/ucspi-tcp-ssl-20050405.patch.gz )
- ipv6? ( mirror://gentoo/ucspi-tcp-0.88-ipv6-ssl-20050405.patch )
- )
-"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="ssl ipv6 selinux doc"
-RESTRICT="test"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )"
-RDEPEND="${DEPEND}
- doc? ( app-doc/ucspi-tcp-man )
- selinux? ( sec-policy/selinux-ucspi-tcp )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- if use ipv6; then
- epatch ${WORKDIR}/ucspi-tcp-0.88-ipv6.${IPV6_PATCH}
- # Fixes bug 18892
- epatch ${FILESDIR}/${PV}-bigendian.patch
- epatch ${FILESDIR}/${PV}-tcprules.patch
- fi
-
- if use ssl; then
- if use ipv6 ; then
- # Rediffed patch by hansmi@g.o
- # -> broken, hansmi on 2006-03-14
- # epatch ${DISTDIR}/ucspi-tcp-0.88-ipv6-ssl-20050405.patch
- echo
- ewarn "SSL support disabled when using IPv6!"
- ewarn "Please supply us a patch or wait until someone else does."
- ebeep
- echo
- else
- epatch ${DISTDIR}/ucspi-tcp-ssl-20050405.patch.gz
- fi
- fi
-
- if use !ssl && use !ipv6; then
- epatch ${FILESDIR}/${PV}-errno.patch
- fi
-
- epatch ${DISTDIR}/ucspi-rss.diff
- epatch ${FILESDIR}/${PV}-rblsmtpd-ignore-on-RELAYCLIENT.patch
-
- # Bug 98726
- #epatch ${FILESDIR}/${PV}-limits.patch
- #use ipv6 && epatch ${FILESDIR}/${PV}-limits-ipv6.patch
-
- ht_fix_file Makefile
-
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- 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
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd || die
- doman *.[15]
- dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION
- dodoc README.tcpserver-limits-patch
- insinto /etc/tcprules.d/
- newins ${FILESDIR}/tcprules-Makefile Makefile
-}
-
-pkg_postinst() {
- einfo "We have started a move to get all tcprules files into"
- einfo "/etc/tcprules.d/, where we have provided a Makefile to"
- einfo "easily update the CDB file."
-}
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild
deleted file mode 100644
index 74710dd96707..000000000000
--- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r15.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2011 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.9 2011/04/16 19:15:43 ulm Exp $
-
-inherit eutils toolchain-funcs fixheadtails flag-o-matic
-
-IPV6_PATCH="diff17"
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://cr.yp.to/ucspi-tcp.html"
-SRC_URI="
- http://cr.yp.to/${PN}/${P}.tar.gz
- ipv6? ( http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.${IPV6_PATCH}.bz2 )
- mirror://qmail/ucspi-rss.diff
- ssl? (
- !ipv6? ( http://www.nrg4u.com/qmail/ucspi-tcp-ssl-20050405.patch.gz )
- ipv6? ( mirror://gentoo/ucspi-tcp-0.88-ipv6-ssl-20050405.patch )
- )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="ssl ipv6 selinux doc"
-RESTRICT="test"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )"
-RDEPEND="${DEPEND}
- doc? ( app-doc/ucspi-tcp-man )
- selinux? ( sec-policy/selinux-ucspi-tcp )"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd "${S}"
-
- if use ipv6 ; then
- epatch "${DISTDIR}"/ucspi-tcp-0.88-ipv6.${IPV6_PATCH}.bz2
- # Fixes bug 18892
- epatch "${FILESDIR}"/${PV}-bigendian.patch
- epatch "${FILESDIR}"/${PV}-tcprules.patch
- fi
-
- if use ssl ; then
- if use ipv6 ; then
- # Rediffed patch by hansmi@g.o
- # -> broken, hansmi on 2006-03-14
- # epatch ${DISTDIR}/ucspi-tcp-0.88-ipv6-ssl-20050405.patch
- echo
- ewarn "SSL support disabled when using IPv6!"
- ewarn "Please supply us a patch or wait until someone else does."
- ebeep
- echo
- else
- epatch "${DISTDIR}"/ucspi-tcp-ssl-20050405.patch.gz
- fi
- fi
-
- if use !ssl && use !ipv6 ; then
- epatch "${FILESDIR}"/${PV}-errno.patch
- fi
-
- epatch "${DISTDIR}"/ucspi-rss.diff
- epatch "${FILESDIR}"/${PV}-rblsmtpd-ignore-on-RELAYCLIENT.patch
-
- # Bug 98726
- #epatch "${FILESDIR}"/${PV}-limits.patch
- #use ipv6 && epatch "${FILESDIR}"/${PV}-limits-ipv6.patch
-
- ht_fix_file Makefile
-
- # gcc-3.4.5 and other several versions contain a bug on some platforms that
- # cause this error:
- # tcpserver: fatal: temporarily unable to figure out IP address for 0.0.0.0: file does not exist
- # To work around this, we use -O1 here instead.
- replace-flags -O? -O1
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- 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"
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ \
- tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd || die
- doman *.[15]
- dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION
- dodoc README.tcpserver-limits-patch
- insinto /etc/tcprules.d/
- newins "${FILESDIR}"/tcprules-Makefile Makefile
-}
-
-pkg_postinst() {
- einfo "We have started a move to get all tcprules files into"
- einfo "/etc/tcprules.d/, where we have provided a Makefile to"
- einfo "easily update the CDB file."
-}
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild
deleted file mode 100644
index 4ef597aa4e62..000000000000
--- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r16.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2011 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.10 2011/04/16 19:15:43 ulm Exp $
-
-inherit eutils toolchain-funcs fixheadtails flag-o-matic
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-HOMEPAGE="http://cr.yp.to/ucspi-tcp.html"
-SRC_URI="
- http://cr.yp.to/${PN}/${P}.tar.gz
- mirror://qmail/ucspi-rss.diff
-"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="selinux doc"
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- doc? ( app-doc/ucspi-tcp-man )
- selinux? ( sec-policy/selinux-ucspi-tcp )"
-
-src_unpack() {
- unpack "${P}.tar.gz"
- cd "${S}"
-
- epatch \
- "${FILESDIR}"/${PV}-errno.patch \
- "${DISTDIR}"/ucspi-rss.diff \
- "${FILESDIR}"/${PV}-rblsmtpd-ignore-on-RELAYCLIENT.patch
-
- ht_fix_file Makefile
-
- # gcc-3.4.5 and other several versions contain a bug on some platforms that
- # cause this error:
- # tcpserver: fatal: temporarily unable to figure out IP address for 0.0.0.0: file does not exist
- # To work around this, we use -O1 here instead.
- replace-flags -O? -O1
-
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- 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"
-
- if [[ -n "${UCSPI_TCP_PATCH_DIR}" && -d "${UCSPI_TCP_PATCH_DIR}" ]]
- then
- echo
- ewarn "You enabled custom patches from ${UCSPI_TCP_PATCH_DIR}."
- ewarn "Be warned that you won't get any support when using "
- ewarn "this feature. You're on your own from now!"
- echo
- ebeep
- epatch "${UCSPI_TCP_PATCH_DIR}/"*
- fi
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ \
- tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd || die
- doman *.[15]
- dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION
- dodoc README.tcpserver-limits-patch
- insinto /etc/tcprules.d/
- newins "${FILESDIR}"/tcprules-Makefile Makefile
-}
-
-pkg_postinst() {
- einfo "We have started a move to get all tcprules files into"
- einfo "/etc/tcprules.d/, where we have provided a Makefile to"
- einfo "easily update the CDB file."
-}