summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-05-19 22:24:53 +0000
committerPeter Johanson <latexer@gentoo.org>2005-05-19 22:24:53 +0000
commite2d5fc8dc520d9fa2445299bd3a7f4f5129d2e6d (patch)
treeb74b444cef8368422850f8234573e3a1b7c94c76 /dev-dotnet/ikvm-bin
parentVersion bump, bug #93165. (diff)
downloadgentoo-2-e2d5fc8dc520d9fa2445299bd3a7f4f5129d2e6d.tar.gz
gentoo-2-e2d5fc8dc520d9fa2445299bd3a7f4f5129d2e6d.tar.bz2
gentoo-2-e2d5fc8dc520d9fa2445299bd3a7f4f5129d2e6d.zip
Fix the SRC_URI.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-dotnet/ikvm-bin')
-rw-r--r--dev-dotnet/ikvm-bin/ChangeLog5
-rw-r--r--dev-dotnet/ikvm-bin/Manifest2
-rw-r--r--dev-dotnet/ikvm-bin/ikvm-bin-0.14.ebuild5
3 files changed, 8 insertions, 4 deletions
diff --git a/dev-dotnet/ikvm-bin/ChangeLog b/dev-dotnet/ikvm-bin/ChangeLog
index 06b7771c8dd0..1b02aa37bddd 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.1 2005/05/18 18:05:36 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ChangeLog,v 1.2 2005/05/19 22:24:53 latexer Exp $
+
+ 19 May 2005; Peter Johanson <latexer@gentoo.org> ikvm-bin-0.14.ebuild:
+ Fix the SRC_URI.
*ikvm-bin-0.14 (18 May 2005)
diff --git a/dev-dotnet/ikvm-bin/Manifest b/dev-dotnet/ikvm-bin/Manifest
index 8b0928b79093..3c39afae4ab2 100644
--- a/dev-dotnet/ikvm-bin/Manifest
+++ b/dev-dotnet/ikvm-bin/Manifest
@@ -1,4 +1,4 @@
-MD5 e9ba4d42e4314659da672c62ecfe5846 ikvm-bin-0.14.ebuild 653
+MD5 3b05205bc5353cf743d72efc023a4497 ikvm-bin-0.14.ebuild 674
MD5 a60fdfbce7c7cfc52187ff86a7f8bbf8 metadata.xml 222
MD5 ae4d2d9d05c1f65b7b0ed712abd750c3 ChangeLog 441
MD5 21cb6b16d88ee744126c371cf1d15ebe files/digest-ikvm-bin-0.14 62
diff --git a/dev-dotnet/ikvm-bin/ikvm-bin-0.14.ebuild b/dev-dotnet/ikvm-bin/ikvm-bin-0.14.ebuild
index 381ded7b32b3..b788d32974b2 100644
--- a/dev-dotnet/ikvm-bin/ikvm-bin-0.14.ebuild
+++ b/dev-dotnet/ikvm-bin/ikvm-bin-0.14.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2005 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.14.ebuild,v 1.1 2005/05/18 18:05:36 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.14.ebuild,v 1.2 2005/05/19 22:24:53 latexer Exp $
inherit mono
MY_P=${P/-bin/}
+MY_PN=${PN/-bin/}
DESCRIPTION="Java VM for .NET"
HOMEPAGE="http://www.ikvm.net/"
-SRC_URI="http://www.go-mono.com/sources/${PN}/${MY_P}.tar.gz"
+SRC_URI="http://www.go-mono.com/sources/${MY_PN}/${MY_P}.tar.gz"
LICENSE="as-is"