diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-26 12:46:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-26 12:46:54 +0000 |
commit | eb21c3aabfc070591b355e5d2aa48f47c7db96a2 (patch) | |
tree | 3f03a90b8a0078c2d9508573cb62afa57a286236 /x11-plugins/wmfortune | |
parent | Initial import ebuild submitted by Bret Towe (diff) | |
download | historical-eb21c3aabfc070591b355e5d2aa48f47c7db96a2.tar.gz historical-eb21c3aabfc070591b355e5d2aa48f47c7db96a2.tar.bz2 historical-eb21c3aabfc070591b355e5d2aa48f47c7db96a2.zip |
initial ebuild #18997
Diffstat (limited to 'x11-plugins/wmfortune')
-rw-r--r-- | x11-plugins/wmfortune/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmfortune/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/wmfortune/files/digest-wmfortune-0.241 | 1 | ||||
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 24 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11-plugins/wmfortune/ChangeLog b/x11-plugins/wmfortune/ChangeLog new file mode 100644 index 000000000000..f3c56978814f --- /dev/null +++ b/x11-plugins/wmfortune/ChangeLog @@ -0,0 +1,8 @@ +# 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 $ + +*wmfortune-0.241 (26 Jun 2003) + + 26 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Susie Edgeworth <arienadean@yahoo.com> #18997. diff --git a/x11-plugins/wmfortune/Manifest b/x11-plugins/wmfortune/Manifest new file mode 100644 index 000000000000..229753eb0ad5 --- /dev/null +++ b/x11-plugins/wmfortune/Manifest @@ -0,0 +1,3 @@ +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/files/digest-wmfortune-0.241 b/x11-plugins/wmfortune/files/digest-wmfortune-0.241 new file mode 100644 index 000000000000..073f153c5eb2 --- /dev/null +++ b/x11-plugins/wmfortune/files/digest-wmfortune-0.241 @@ -0,0 +1 @@ +MD5 fa8db5d9a46d9afe7757f498c781e8c9 wmfortune-0.241.tar.gz 23406 diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild new file mode 100644 index 000000000000..f0afeb37b213 --- /dev/null +++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild @@ -0,0 +1,24 @@ +# 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 $ + +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" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="app-games/fortune-mod + virtual/x11" +RDEPEND="" + +src_compile() { + emake OPTIMIZE="${CFLAGS}" || die +} + +src_install() { + dobin wmfortune + dodoc CHANGES README TODO +} |