Bug 7424 - ucspi-tcp - conditional URLs
Bug#: 7424 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: nick@capital-internet.net Reported By: kevin@aptbasilicata.it
Component: Applications
URL: 
Summary: ucspi-tcp - conditional URLs
Keywords:  
Status Whiteboard: 
Opened: 2002-09-03 13:24 0000
Description:   Opened: 2002-09-03 13:24 0000
sexybit root # fgrep ucspi-tcp /usr/portage/profiles/package.mask
# new ucspi-tcp with ssl support
=sys-apps/ucspi-tcp-0.88-r3

SRC_URI supports "conditional URLs". So:

SRC_URI="http://cr.yp.to/${PN}/${P}.tar.gz
	http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff11.bz2
	http://www.nrg4u.com/qmail/ucspi-tcp-ssl-20020705.patch.gz"

should be:

SRC_URI="http://cr.yp.to/${PN}/${P}.tar.gz
	ipv6? ( http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff11.bz2 )
	ssl?  ( http://www.nrg4u.com/qmail/ucspi-tcp-ssl-20020705.patch.gz )"

------- Comment #1 From Nick Hadaway 2002-09-04 02:00:37 0000 -------
I have updated the ebuilds and the new files should be available in portage
within 24 hours.  Thanks for the suggestion!