diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-23 19:24:02 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-23 19:24:02 +0000 |
commit | 6fd4245fd12ac22daa68f0ba6843347962c7c63e (patch) | |
tree | 579a00e0e3d7dadc4568367cd8cb111bea796c59 /dev-dotnet | |
parent | Use mirror://github. (diff) | |
download | gentoo-2-6fd4245fd12ac22daa68f0ba6843347962c7c63e.tar.gz gentoo-2-6fd4245fd12ac22daa68f0ba6843347962c7c63e.tar.bz2 gentoo-2-6fd4245fd12ac22daa68f0ba6843347962c7c63e.zip |
Use mirror://github.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dbus-sharp-glib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/dbus-sharp-glib/ChangeLog b/dev-dotnet/dbus-sharp-glib/ChangeLog index b1b44a560b66..a3bac661920c 100644 --- a/dev-dotnet/dbus-sharp-glib/ChangeLog +++ b/dev-dotnet/dbus-sharp-glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/dbus-sharp-glib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp-glib/ChangeLog,v 1.5 2011/11/10 19:19:45 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp-glib/ChangeLog,v 1.6 2012/04/23 19:24:02 mgorny Exp $ + + 23 Apr 2012; Michał Górny <mgorny@gentoo.org> dbus-sharp-glib-0.5.0.ebuild: + Use mirror://github. 10 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> dbus-sharp-glib-0.5.0.ebuild: diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild index dd535b85249d..625f52280e40 100644 --- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild +++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild,v 1.5 2011/11/10 19:19:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild,v 1.6 2012/04/23 19:24:02 mgorny Exp $ EAPI=4 inherit mono DESCRIPTION="D-Bus for .NET: GLib integration module" HOMEPAGE="https://github.com/mono/dbus-sharp" -SRC_URI="https://github.com/downloads/mono/dbus-sharp/${P}.tar.gz" +SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz" LICENSE="MIT" SLOT="0" |