Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7424 - ucspi-tcp - conditional URLs
Summary: ucspi-tcp - conditional URLs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-03 13:24 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Disimino 2002-09-03 13:24:51 UTC
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 Nick Hadaway 2002-09-04 02:00:37 UTC
I have updated the ebuilds and the new files should be available in portage
within 24 hours.  Thanks for the suggestion!