diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-06 00:06:49 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-06 00:06:49 +0000 |
commit | 705f1d714dd1dbbc84350ab04a3080b77d750aff (patch) | |
tree | f1e4bbb28638ac39c9c245a38a81e94db072fbe2 /dev-dotnet | |
parent | whitespace (diff) | |
download | historical-705f1d714dd1dbbc84350ab04a3080b77d750aff.tar.gz historical-705f1d714dd1dbbc84350ab04a3080b77d750aff.tar.bz2 historical-705f1d714dd1dbbc84350ab04a3080b77d750aff.zip |
Update HOMEPAGE and SRC_URI
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/mono-nat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-dotnet/mono-nat/mono-nat-1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/monotorrent-0.70.ebuild | 6 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/monotorrent-0.72.ebuild | 4 |
6 files changed, 20 insertions, 12 deletions
diff --git a/dev-dotnet/mono-nat/ChangeLog b/dev-dotnet/mono-nat/ChangeLog index a5e7817edf43..84ccd2c5c8a0 100644 --- a/dev-dotnet/mono-nat/ChangeLog +++ b/dev-dotnet/mono-nat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/mono-nat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/ChangeLog,v 1.2 2009/04/27 09:01:21 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/ChangeLog,v 1.3 2009/05/06 00:06:49 loki_val Exp $ + + 06 May 2009; Peter Alfredsen <loki_val@gentoo.org> mono-nat-1.0.ebuild, + mono-nat-1.0.1.ebuild: + Update HOMEPAGE and SRC_URI *mono-nat-1.0.1 (27 Apr 2009) diff --git a/dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild b/dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild index 536aedb8d8e2..992eb0fcab94 100644 --- a/dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild +++ b/dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild,v 1.1 2009/04/27 09:01:21 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.1.ebuild,v 1.2 2009/05/06 00:06:49 loki_val Exp $ EAPI=2 @@ -9,7 +9,7 @@ inherit mono multilib MY_PN=Mono.Nat DESCRIPTION="Mono.Nat is a C# library used for automatic port forwarding, using either uPnP or nat-pmp." -HOMEPAGE="http://www.monotorrent.com/" +HOMEPAGE="http://projects.qnetp.net/projects/show/mono-nat" SRC_URI="http://projects.qnetp.net/attachments/download/20/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-dotnet/mono-nat/mono-nat-1.0.ebuild b/dev-dotnet/mono-nat/mono-nat-1.0.ebuild index ffca70bb7604..31fd72f13139 100644 --- a/dev-dotnet/mono-nat/mono-nat-1.0.ebuild +++ b/dev-dotnet/mono-nat/mono-nat-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.3 2009/04/05 12:18:58 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.4 2009/05/06 00:06:49 loki_val Exp $ EAPI=2 @@ -9,8 +9,8 @@ inherit mono multilib MY_PN=Mono.Nat DESCRIPTION="Mono.Nat is a C# library used for automatic port forwarding, using either uPnP or nat-pmp." -HOMEPAGE="http://www.monotorrent.com/" -SRC_URI="http://monotorrent.com/Files/${P}.tar.gz" +HOMEPAGE="http://projects.qnetp.net/projects/show/mono-nat" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-dotnet/monotorrent/ChangeLog b/dev-dotnet/monotorrent/ChangeLog index 60af669b9511..3c6b6332407a 100644 --- a/dev-dotnet/monotorrent/ChangeLog +++ b/dev-dotnet/monotorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/monotorrent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.2 2009/04/27 09:01:42 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.3 2009/05/06 00:04:07 loki_val Exp $ + + 06 May 2009; Peter Alfredsen <loki_val@gentoo.org> + monotorrent-0.70.ebuild, monotorrent-0.72.ebuild: + Update HOMEPAGE and SRC_URI *monotorrent-0.72 (27 Apr 2009) diff --git a/dev-dotnet/monotorrent/monotorrent-0.70.ebuild b/dev-dotnet/monotorrent/monotorrent-0.70.ebuild index 8405f903074b..742cea338a49 100644 --- a/dev-dotnet/monotorrent/monotorrent-0.70.ebuild +++ b/dev-dotnet/monotorrent/monotorrent-0.70.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.70.ebuild,v 1.1 2009/04/05 12:39:45 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.70.ebuild,v 1.2 2009/05/06 00:04:07 loki_val Exp $ EAPI=2 inherit mono multilib DESCRIPTION="Monotorrent is an open source C# bittorrent library" -HOMEPAGE="http://www.monotorrent.com/" -SRC_URI="http://monotorrent.com/Files/${P}.tar.gz" +HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-dotnet/monotorrent/monotorrent-0.72.ebuild b/dev-dotnet/monotorrent/monotorrent-0.72.ebuild index ecd4767dae6f..a265e3dfc4e9 100644 --- a/dev-dotnet/monotorrent/monotorrent-0.72.ebuild +++ b/dev-dotnet/monotorrent/monotorrent-0.72.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild,v 1.1 2009/04/27 09:01:42 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild,v 1.2 2009/05/06 00:04:07 loki_val Exp $ EAPI=2 inherit mono multilib DESCRIPTION="Monotorrent is an open source C# bittorrent library" -HOMEPAGE="http://www.monotorrent.com/" +HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent" SRC_URI="http://projects.qnetp.net/attachments/download/13/${P}.tar.gz" LICENSE="MIT" |