diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 14:03:38 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 14:03:38 +0000 |
commit | cfee2543b003767df64cafab8d2b90e51b1cd1d7 (patch) | |
tree | a744990c9290dbabc223f0d5557faceb2dbb5874 /app-office/plan | |
parent | fixed motif dep (diff) | |
download | historical-cfee2543b003767df64cafab8d2b90e51b1cd1d7.tar.gz historical-cfee2543b003767df64cafab8d2b90e51b1cd1d7.tar.bz2 historical-cfee2543b003767df64cafab8d2b90e51b1cd1d7.zip |
fixed motif dep
Diffstat (limited to 'app-office/plan')
-rw-r--r-- | app-office/plan/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/plan/Manifest | 4 | ||||
-rw-r--r-- | app-office/plan/plan-1.8.6.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog index e72da8db8a95..aa37c64e27f1 100644 --- a/app-office/plan/ChangeLog +++ b/app-office/plan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/plan -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.1 2003/10/17 12:33:02 brandy Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.2 2004/01/11 14:03:28 lanius Exp $ + + 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> plan-1.8.6.ebuild: + fixed motif dep *plan-1.8.6 (18 Oct 2003) diff --git a/app-office/plan/Manifest b/app-office/plan/Manifest index de83314401c1..a7995dee5358 100644 --- a/app-office/plan/Manifest +++ b/app-office/plan/Manifest @@ -1,5 +1,5 @@ -MD5 bba369475d2011e06ff33bf79f66d810 plan-1.8.6.ebuild 1514 -MD5 1de087795f313d837f136c0fe88deb35 ChangeLog 438 +MD5 0cdb7983deb387674a147feebded8f55 plan-1.8.6.ebuild 1519 +MD5 6153212aad43ab444b10ec1306355898 ChangeLog 527 MD5 7e4f3a18ef9764bf465ba82385e6234e metadata.xml 235 MD5 43079e6d1e3b9dc22ce03a1e94758e02 files/plan-1.8.6-gentoo.tar.bz2 5744 MD5 c838bc0cc918e443a78714c31ff2cb27 files/digest-plan-1.8.6 62 diff --git a/app-office/plan/plan-1.8.6.ebuild b/app-office/plan/plan-1.8.6.ebuild index 044ae47db29e..a728cdf992cc 100644 --- a/app-office/plan/plan-1.8.6.ebuild +++ b/app-office/plan/plan-1.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.6.ebuild,v 1.1 2003/10/17 12:33:02 brandy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.6.ebuild,v 1.2 2004/01/11 14:03:28 lanius Exp $ S="${WORKDIR}/${P}/src" DESCRIPTION="Motif based schedule planner" @@ -12,7 +12,7 @@ LICENSE="as-is" SLOT="0" DEPEND="virtual/x11 - virtual/motif" + x11-libs/openmotif" src_unpack() { |