[dev-dotnet/gio-sharp] Grab the source, not the precompiled version

This commit is contained in:
Joost Ruis
2011-02-21 14:34:37 +00:00
parent f1ca58b035
commit 5ddda13be3
2 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -7,11 +7,11 @@ EAPI=2
inherit eutils mono autotools
# Upstream seems to enjoy using random names.
MY_PN="mono-gio-sharp-4159f82"
MY_PN="mono-gio-sharp-017c8a5"
DESCRIPTION="A branch of the official gtk-sharp/gio to get gio-sharp building on gtk-sharp 2.12"
HOMEPAGE="http://github.com/mono/gio-sharp"
SRC_URI="https://github.com/mono/gio-sharp/zipball/${PV} -> mono-gio-sharp-0.2.zip"
SRC_URI="https://github.com/mono/gio-sharp/tarball/master -> mono-gio-sharp-0.2.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -22,8 +22,7 @@ RDEPEND=">=dev-lang/mono-2
dev-dotnet/glib-sharp
dev-dotnet/gtk-sharp-gapi
>=dev-libs/glib-2.22:2"
DEPEND="${RDEPEND}
app-arch/unzip"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}"