diff options
Diffstat (limited to 'app-office')
-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" |