diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 21:58:46 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 21:58:46 +0000 |
commit | 7eeb271f5ff1a4200c3205663d9656d8fb759250 (patch) | |
tree | 4ea1d92157790439b8f2b981316b1a315cee271b /x11-plugins/wmfortune | |
parent | digest fix (diff) | |
download | gentoo-2-7eeb271f5ff1a4200c3205663d9656d8fb759250.tar.gz gentoo-2-7eeb271f5ff1a4200c3205663d9656d8fb759250.tar.bz2 gentoo-2-7eeb271f5ff1a4200c3205663d9656d8fb759250.zip |
DEPEND on games-misc/fortune-mod (games reorg)
Diffstat (limited to 'x11-plugins/wmfortune')
-rw-r--r-- | x11-plugins/wmfortune/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmfortune/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmfortune/ChangeLog b/x11-plugins/wmfortune/ChangeLog index f3c56978814f..5e67a399f4a8 100644 --- a/x11-plugins/wmfortune/ChangeLog +++ b/x11-plugins/wmfortune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfortune # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.1 2003/06/26 12:46:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.2 2003/09/10 21:58:44 msterret Exp $ + + 10 Sep 2003; Michael Sterrett <msterret@gentoo.org> wmfortune-0.241.ebuild: + DEPEND on games-misc/fortune-mod (games reorg); also removed RDEPEND="" since + I bet it actually needs fortune-mod to run, not just to build. *wmfortune-0.241 (26 Jun 2003) diff --git a/x11-plugins/wmfortune/Manifest b/x11-plugins/wmfortune/Manifest index 229753eb0ad5..854d7e4627e4 100644 --- a/x11-plugins/wmfortune/Manifest +++ b/x11-plugins/wmfortune/Manifest @@ -1,3 +1,3 @@ +MD5 fc8ba6fee8a4b71b6229affa0208faa4 ChangeLog 620 +MD5 985c3a6cc7b698eb77a9b77f7ea56bbd wmfortune-0.241.ebuild 604 MD5 2894d43246c9e383f4d82109b8b454c5 files/digest-wmfortune-0.241 66 -MD5 c00a08e3eadf1b6c8bdb3290df60e4cc wmfortune-0.241.ebuild 612 -MD5 562e2d3d43b442dc483cd4dca761908c ChangeLog 394 diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index f0afeb37b213..c784622e8292 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.1 2003/06/26 12:46:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.2 2003/09/10 21:58:44 msterret Exp $ DESCRIPTION="dock-app that shows forune messages" HOMEPAGE="http://www.01.246.ne.jp/~m-sugano/apps.html" @@ -10,9 +10,8 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" -DEPEND="app-games/fortune-mod +DEPEND="games-misc/fortune-mod virtual/x11" -RDEPEND="" src_compile() { emake OPTIMIZE="${CFLAGS}" || die |