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/plan-1.9.ebuild | |
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/plan-1.9.ebuild')
-rw-r--r-- | app-office/plan/plan-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |