diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 13:00:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 13:00:17 +0000 |
commit | 33d100b3ceceaf6d3fbaf3f3c819314025cb20a8 (patch) | |
tree | 830b3fa893272345dab109f2c3f00ee1741b76dd /dev-python/orm | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-33d100b3ceceaf6d3fbaf3f3c819314025cb20a8.tar.gz gentoo-2-33d100b3ceceaf6d3fbaf3f3c819314025cb20a8.tar.bz2 gentoo-2-33d100b3ceceaf6d3fbaf3f3c819314025cb20a8.zip |
Don't use in SRC_URI..
Diffstat (limited to 'dev-python/orm')
-rw-r--r-- | dev-python/orm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/orm/orm-0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/orm/ChangeLog b/dev-python/orm/ChangeLog index fe4a5450c092..94e703e7a11a 100644 --- a/dev-python/orm/ChangeLog +++ b/dev-python/orm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/orm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/ChangeLog,v 1.1 2004/05/01 23:32:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/ChangeLog,v 1.2 2004/05/04 13:00:17 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> orm-0.15.ebuild: + Don't use in SRC_URI.. *orm-0.15 (02 May 2004) diff --git a/dev-python/orm/orm-0.15.ebuild b/dev-python/orm/orm-0.15.ebuild index 6b2168e360b4..b26b0d50c3d8 100644 --- a/dev-python/orm/orm-0.15.ebuild +++ b/dev-python/orm/orm-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/orm-0.15.ebuild,v 1.1 2004/05/01 23:32:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/orm-0.15.ebuild,v 1.2 2004/05/04 13:00:17 kloeri Exp $ IUSE="firebird mysql postgres" @@ -8,7 +8,7 @@ inherit distutils DESCRIPTION="The Object Relational Membrane is an attempt to write an Object Relational Layer that is as thin as possible." HOMEPAGE="http://www.tux4web.de/computer/software/orm/" -SRC_URI="${HOMEPAGE}download/${P}.tar.gz" +SRC_URI="http://www.tux4web.de/computer/software/orm/download/${P}.tar.gz" DEPEND=">=dev-lang/python-2.2.3 dev-python/egenix-mx-base |