diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-20 19:07:57 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-20 19:07:57 +0000 |
commit | 43ceafc3ea150edfe0f28fce37745d562a7495f2 (patch) | |
tree | ea45d4feacd6fb92e39e56557856f6dfc8aef8a5 /app-office/plan | |
parent | add monitor and dump opts to init script, make config files go into /etc/powe... (diff) | |
download | gentoo-2-43ceafc3ea150edfe0f28fce37745d562a7495f2.tar.gz gentoo-2-43ceafc3ea150edfe0f28fce37745d562a7495f2.tar.bz2 gentoo-2-43ceafc3ea150edfe0f28fce37745d562a7495f2.zip |
Fix SRC_URI, reported by Weeve.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-office/plan')
-rw-r--r-- | app-office/plan/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/plan/plan-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog index 6b0800631fad..8aca796c8002 100644 --- a/app-office/plan/ChangeLog +++ b/app-office/plan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/plan # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.10 2006/01/18 11:06:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.11 2006/01/20 19:07:57 spyderous Exp $ + + 20 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; plan-1.9.ebuild: + Fix SRC_URI, reported by Weeve. *plan-1.9 (18 Jan 2006) diff --git a/app-office/plan/plan-1.9.ebuild b/app-office/plan/plan-1.9.ebuild index ed69ca52e17c..816a9b835879 100644 --- a/app-office/plan/plan-1.9.ebuild +++ b/app-office/plan/plan-1.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v 1.1 2006/01/18 11:06:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v 1.2 2006/01/20 19:07:57 spyderous Exp $ inherit eutils DESCRIPTION="Motif based schedule planner" HOMEPAGE="http://www.bitrot.de/plan.html" -SRC_URI="ftp://plan.ftp.fu-berlin.de/unix/X11/apps/plan/${P}.tar.gz +SRC_URI="ftp://ftp.fu-berlin.de/unix/X11/apps/plan/${P}.tar.gz mirror://gentoo/${P}-gentoo.tar.bz2" LICENSE="as-is" |