vapier      14/12/30 22:28:36

  Modified:             ChangeLog
  Added:                ucspi-tcp-0.88-r18.ebuild
  Log:
  Update to EAPI=4. Re-add support for USE=ipv6. Respect AR/RANLIB in env. 
Clean up various build warnings. #262273 by Brandon Turner.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.80                 sys-apps/ucspi-tcp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   30 Dec 2014 22:27:16 -0000      1.79
+++ ChangeLog   30 Dec 2014 22:28:36 -0000      1.80
@@ -1,6 +1,16 @@
 # ChangeLog for sys-apps/ucspi-tcp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.79 
2014/12/30 22:27:16 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.80 
2014/12/30 22:28:36 vapier Exp $
+
+*ucspi-tcp-0.88-r18 (30 Dec 2014)
+
+  30 Dec 2014; Mike Frysinger <[email protected]> +files/0.88-ar-ranlib.patch,
+  +files/0.88-large-responses.patch, +files/0.88-protos-ipv6.patch,
+  +files/0.88-protos-no-ipv6.patch, +files/0.88-protos-rblspp.patch,
+  +files/0.88-protos.patch, +files/0.88-uint-headers.patch,
+  +ucspi-tcp-0.88-r18.ebuild:
+  Update to EAPI=4. Re-add support for USE=ipv6. Respect AR/RANLIB in env. 
Clean
+  up various build warnings. #262273 by Brandon Turner.
 
   30 Dec 2014; Mike Frysinger <[email protected]> files/0.88-bigendian.patch,
   files/0.88-errno.patch, files/0.88-tcprules.patch:



1.1                  sys-apps/ucspi-tcp/ucspi-tcp-0.88-r18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r18.ebuild?rev=1.1&content-type=text/plain

Index: ucspi-tcp-0.88-r18.ebuild
===================================================================
# Copyright 1999-2014 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-r18.ebuild,v 1.1 
2014/12/30 22:28:36 vapier Exp $

EAPI="4"

inherit eutils qmail

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
        http://smarden.org/pape/djb/manpages/${P}-man.tar.gz
        http://xs3.b92.net/tomislavr/${P}-rblspp.patch
        ipv6? ( http://www.fefe.de/ucspi/${P}-ipv6.diff19.bz2 )
"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE="ipv6 qmail-spp selinux"
RESTRICT="test"

DEPEND=""
RDEPEND="${DEPEND}
        !app-doc/ucspi-tcp-man
        selinux? ( sec-policy/selinux-ucspitcp )"

src_prepare() {
        epatch "${FILESDIR}"/${PV}-protos.patch
        if use ipv6; then
                epatch "${WORKDIR}"/${P}-ipv6.diff19
                epatch "${FILESDIR}"/${PV}-protos-ipv6.patch
                epatch "${FILESDIR}"/${PV}-tcprules.patch #135571
                epatch "${FILESDIR}"/${PV}-bigendian.patch #18892
        else
                epatch "${FILESDIR}"/${PV}-protos-no-ipv6.patch
        fi
        epatch "${DISTDIR}"/ucspi-rss.diff
        epatch "${FILESDIR}"/${PV}-rblsmtpd-ignore-on-RELAYCLIENT.patch
        epatch "${DISTDIR}"/${P}-rblspp.patch
        epatch "${FILESDIR}"/${PV}-protos-rblspp.patch
        epatch "${FILESDIR}"/${PV}-large-responses.patch
        epatch "${FILESDIR}"/${PV}-uint-headers.patch
        epatch "${FILESDIR}"/${PV}-ar-ranlib.patch

        epatch_user
}

src_configure() {
        qmail_set_cc
        # The AR/RANLIB logic probably should get moved to the qmail eclass.
        # See also the patch above for generating the "makelib" script.
        tc-export AR RANLIB

        echo "${EPREFIX}/usr/" > conf-home
}

src_install() {
        dobin tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ \
                tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd

        if use qmail-spp; then
                insinto "${QMAIL_HOME}"/plugins
                insopts -m 755
                doins rblspp
        fi

        doman "${WORKDIR}"/${P}-man/*.[1-8]
        dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION

        insinto /etc/tcprules.d
        newins "${FILESDIR}"/tcprules-Makefile Makefile
}




Reply via email to