diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-01-09 22:56:06 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-01-09 22:56:06 +0000 |
commit | 63d0101713413e0bf186fbbeefb7215e67bf6fe4 (patch) | |
tree | 501101d27f3544a9a88c07dfac2a74b07236ce79 /net-dialup | |
parent | Stable on alpha, bug 116181. (diff) | |
download | historical-63d0101713413e0bf186fbbeefb7215e67bf6fe4.tar.gz historical-63d0101713413e0bf186fbbeefb7215e67bf6fe4.tar.bz2 historical-63d0101713413e0bf186fbbeefb7215e67bf6fe4.zip |
Fixed SRC_URI.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/multiimonc/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/multiimonc/Manifest | 6 | ||||
-rw-r--r-- | net-dialup/multiimonc/multiimonc-0.3.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-dialup/multiimonc/ChangeLog b/net-dialup/multiimonc/ChangeLog index 801e0bb2142d..86da15fcdb13 100644 --- a/net-dialup/multiimonc/ChangeLog +++ b/net-dialup/multiimonc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/multiimonc -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/ChangeLog,v 1.5 2005/07/04 21:34:36 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/ChangeLog,v 1.6 2006/01/09 22:56:06 hansmi Exp $ + + 09 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + multiimonc-0.3.6.ebuild: + Fixed SRC_URI. 04 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> +files/0.3.6-TextScrollWindow.diff, multiimonc-0.3.6.ebuild: diff --git a/net-dialup/multiimonc/Manifest b/net-dialup/multiimonc/Manifest index e6862b8e08cb..72592ae42c0e 100644 --- a/net-dialup/multiimonc/Manifest +++ b/net-dialup/multiimonc/Manifest @@ -1,5 +1,5 @@ -MD5 8713e089cd57dc168f2e660676f408d3 metadata.xml 361 -MD5 ed897e7a29f85a72364c1152993e6cac ChangeLog 2567 -MD5 71d68f3c66deedec6f341e2c475e7870 multiimonc-0.3.6.ebuild 868 +MD5 95f18978888b3ab730f9fe07deffd94a ChangeLog 2666 MD5 27a94c69d14897cce8aad4061b77b3f1 files/0.3.6-TextScrollWindow.diff 731 MD5 3b0e2974aedea907c4f10800a66c7652 files/digest-multiimonc-0.3.6 69 +MD5 8713e089cd57dc168f2e660676f408d3 metadata.xml 361 +MD5 252dfdd6c317cebb0c3b58f933fdb7df multiimonc-0.3.6.ebuild 866 diff --git a/net-dialup/multiimonc/multiimonc-0.3.6.ebuild b/net-dialup/multiimonc/multiimonc-0.3.6.ebuild index ffef5e8d451f..16b36b77231a 100644 --- a/net-dialup/multiimonc/multiimonc-0.3.6.ebuild +++ b/net-dialup/multiimonc/multiimonc-0.3.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/multiimonc-0.3.6.ebuild,v 1.4 2005/07/04 21:34:36 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/multiimonc-0.3.6.ebuild,v 1.5 2006/01/09 22:56:06 hansmi Exp $ inherit eutils DESCRIPTION="A wxWidgets-based client for fli4l" -SRC_URI="http://www.fli4l.de/german/extern/multiimonc/MultiImonC-${PV}.tar.bz2" +SRC_URI="http://hansmi.nanofortnight.org/multiimonc/MultiImonC-${PV}.tar.bz2" HOMEPAGE="http://www.hansmi.ch/software/multiimonc" S="${WORKDIR}/MultiImonC-${PV}" |