Mercurial > hg > portage
diff net-misc/rabbitmq/rabbitmq-1.3.0.ebuild @ 17:600eb5fd07d5
fix download
author | holger@hoho.dyndns.org |
---|---|
date | Wed, 07 May 2008 15:30:44 +0200 |
parents | b1d2c5ed0d7b |
children |
line wrap: on
line diff
--- a/net-misc/rabbitmq/rabbitmq-1.3.0.ebuild Sun Apr 27 23:09:14 2008 +0200 +++ b/net-misc/rabbitmq/rabbitmq-1.3.0.ebuild Wed May 07 15:30:44 2008 +0200 @@ -37,16 +37,16 @@ DESCRIPTION="This is a sample skeleton ebuild file" # Homepage, not used by Portage directly but handy for developer reference -HOMEPAGE="http://foo.bar.com/" +HOMEPAGE="http://www.rabbitmq.com/" # Point to any required sources; these will be automatically downloaded by # Portage. -SRC_URI="ftp://foo.bar.com/${P}.tar.gz" +SRC_URI="http://www.rabbitmq.com/releases/binary/${PN}-server-${PV}.tar.gz" # License of the package. This must match the name of file(s) in # /usr/portage/licenses/. For complex license combination see the developer # docs on gentoo.org for details. -LICENSE="" +LICENSE="MPL" # The SLOT variable is used to tell Portage if it's OK to keep multiple # versions of the same package installed at the same time. For example,