diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-12-15 19:45:06 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-12-15 19:45:06 +0000 |
commit | fee45d73a35cd3c0cd481392232dd2f3b098c2a0 (patch) | |
tree | 9847a17e10c555635f734e074a9b84d718d99339 /x11-plugins | |
parent | KEYWORDS for alpha (diff) | |
download | gentoo-2-fee45d73a35cd3c0cd481392232dd2f3b098c2a0.tar.gz gentoo-2-fee45d73a35cd3c0cd481392232dd2f3b098c2a0.tar.bz2 gentoo-2-fee45d73a35cd3c0cd481392232dd2f3b098c2a0.zip |
initial import
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmdots/ChangeLog | 11 | ||||
-rw-r--r-- | x11-plugins/wmdots/files/digest-wmdots-0.2_beta | 1 | ||||
-rw-r--r-- | x11-plugins/wmdots/wmdots-0.2_beta.ebuild | 28 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/wmdots/ChangeLog b/x11-plugins/wmdots/ChangeLog new file mode 100644 index 000000000000..02fc8350b2ac --- /dev/null +++ b/x11-plugins/wmdots/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-plugins/wmdots +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header + +*wmdots-0.2_beta (15 Dec 2002) + + 15 Dec 2002; Matt Keadle <mkeadle@gentoo.org> wmdots-0.2_beta.ebuild + files/digest-wmdots-0.2_beta + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This was requested by gongloo from #fluxbox. diff --git a/x11-plugins/wmdots/files/digest-wmdots-0.2_beta b/x11-plugins/wmdots/files/digest-wmdots-0.2_beta new file mode 100644 index 000000000000..4861e6f2c549 --- /dev/null +++ b/x11-plugins/wmdots/files/digest-wmdots-0.2_beta @@ -0,0 +1 @@ +MD5 fc6a18794c10fda0b36d1af7c454ad7e wmdots-0.2beta.tar.gz 94933 diff --git a/x11-plugins/wmdots/wmdots-0.2_beta.ebuild b/x11-plugins/wmdots/wmdots-0.2_beta.ebuild new file mode 100644 index 000000000000..a8710e6afd54 --- /dev/null +++ b/x11-plugins/wmdots/wmdots-0.2_beta.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header + +MY_P=wmdots-0.2beta +S=${WORKDIR}/${PN} +DESCRIPTION="Multi shape 3d rotating dots" +SRC_URI="http://dockapps.org/download.php/id/153/${MY_P}.tar.gz" +HOMEPAGE="http://dockapps.org/file.php/id/116" +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" + +IUSE="" + +DEPEND="virtual/x11" + + +src_compile() { + + emake || die + +} + +src_install () { + + dobin ${S}/wmdots +} |