Update of /cvsroot/pydispatcher/dispatch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5227
Modified Files:
pydispatcher-1.0.0.ebuild
Log Message:
Switch to sourceforge source URI
Index: pydispatcher-1.0.0.ebuild
===================================================================
RCS file: /cvsroot/pydispatcher/dispatch/pydispatcher-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pydispatcher-1.0.0.ebuild 17 Jun 2004 06:00:48 -0000 1.1
--- pydispatcher-1.0.0.ebuild 22 Sep 2004 16:17:13 -0000 1.2
***************
*** 18,24 ****
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism for Python"
HOMEPAGE="http://${PN}.sourceforge.net/"
! #SRC_URI="mirror://sourceforge/${PN}/${DISTUTILS_NAME}-${DISTUTILS_VERSION}.tar.gz"
# This is only temporary during my local testing phase, the sourceforge project will be the final location
! SRC_URI="http://members.rogers.com/mcfletch/programming/${DISTUTILS_NAME}-${DISTUTILS_VERSION}.tar.gz"
LICENSE="BSD"
--- 18,24 ----
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism for Python"
HOMEPAGE="http://${PN}.sourceforge.net/"
! SRC_URI="mirror://sourceforge/${PN}/${DISTUTILS_NAME}-${DISTUTILS_VERSION}.tar.gz"
# This is only temporary during my local testing phase, the sourceforge project will be the final location
! #SRC_URI="http://members.rogers.com/mcfletch/programming/${DISTUTILS_NAME}-${DISTUTILS_VERSION}.tar.gz"
LICENSE="BSD"
|