diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-28 03:46:37 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-28 03:46:37 +0000 |
commit | 3cf8b93c76d723159e54c94172c6cbd7c8133951 (patch) | |
tree | 939afdf133829010242bdc5bea5b7e4c4bc68b10 /dev-dotnet | |
parent | Fix resolvconf script when dbus is not enabled (diff) | |
download | gentoo-2-3cf8b93c76d723159e54c94172c6cbd7c8133951.tar.gz gentoo-2-3cf8b93c76d723159e54c94172c6cbd7c8133951.tar.bz2 gentoo-2-3cf8b93c76d723159e54c94172c6cbd7c8133951.zip |
dev-dotnet/ikvm-bin: fixed SRC_URI (bug #183478)
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/ikvm-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-dotnet/ikvm-bin/ChangeLog b/dev-dotnet/ikvm-bin/ChangeLog index 7dcb5fc85929..337512c37c24 100644 --- a/dev-dotnet/ikvm-bin/ChangeLog +++ b/dev-dotnet/ikvm-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/ikvm-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.5 2007/06/27 02:02:24 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.6 2007/06/28 03:46:37 jurek Exp $ + + 28 Jun 2007; Jurek Bartuszek <jurek@gentoo.org> ikvm-bin-0.34.0.2.ebuild: + Fixed SRC_URI (bug #183478) *ikvm-bin-0.34.0.2 (27 Jun 2007) diff --git a/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild b/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild index 1983b9aa7adf..2159e7fb08bd 100644 --- a/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild +++ b/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild,v 1.1 2007/06/27 02:02:24 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild,v 1.2 2007/06/28 03:46:37 jurek Exp $ inherit eutils mono multilib @@ -9,8 +9,7 @@ MY_PN=${PN/-bin/} DESCRIPTION="Java VM for .NET" HOMEPAGE="http://www.ikvm.net/" -SRC_URI="http://www.go-mono.com/sources/${MY_PN}/${MY_PN}bin-${PV}.zip" - +SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}bin-${PV}.zip" LICENSE="as-is" SLOT="0" |