summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmfortune/wmfortune-0.241.ebuild')
-rw-r--r--x11-plugins/wmfortune/wmfortune-0.241.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
index f0afeb37b213..39e1dfefdf42 100644
--- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild
+++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
@@ -1,24 +1,25 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
# 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.1.1.1 2005/11/30 10:10:38 chriswhite Exp $
-DESCRIPTION="dock-app that shows forune messages"
-HOMEPAGE="http://www.01.246.ne.jp/~m-sugano/apps.html"
-SRC_URI="http://www.01.246.ne.jp/~m-sugano/${P}.tar.gz"
+IUSE=""
+DESCRIPTION="dock-app that shows fortune messages"
+HOMEPAGE="http://www.dockapps.com/file.php/id/90"
+SRC_URI="http://www.dockapps.com/download.php/id/128/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 amd64 ppc ~sparc"
-DEPEND="app-games/fortune-mod
+DEPEND="games-misc/fortune-mod
virtual/x11"
-RDEPEND=""
src_compile() {
emake OPTIMIZE="${CFLAGS}" || die
}
-src_install() {
+src_install()
+{
dobin wmfortune
dodoc CHANGES README TODO
}