diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-29 07:05:56 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-29 07:05:56 +0000 |
commit | 26c04778cf764165859a4a8ad0cea0c1e9ce6f57 (patch) | |
tree | d437b70b8116e4e1679a506aca7601d488221cdf /x11-plugins/wmmaiload | |
parent | mask for testing (diff) | |
download | historical-26c04778cf764165859a4a8ad0cea0c1e9ce6f57.tar.gz historical-26c04778cf764165859a4a8ad0cea0c1e9ce6f57.tar.bz2 historical-26c04778cf764165859a4a8ad0cea0c1e9ce6f57.zip |
initial import, closes bug# 9869
Diffstat (limited to 'x11-plugins/wmmaiload')
-rw-r--r-- | x11-plugins/wmmaiload/ChangeLog | 12 | ||||
-rw-r--r-- | x11-plugins/wmmaiload/files/digest-wmmaiload-0.6.0 | 1 | ||||
-rw-r--r-- | x11-plugins/wmmaiload/wmmaiload-0.6.0.ebuild | 30 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/wmmaiload/ChangeLog b/x11-plugins/wmmaiload/ChangeLog new file mode 100644 index 000000000000..7d7d903717a9 --- /dev/null +++ b/x11-plugins/wmmaiload/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-plugins/wmmaiload +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.1 2002/10/29 07:05:56 bcowan Exp $ + +*wmmaiload-0.6.0 (29 Oct 2002) + + 29 Oct 2002; Brad Cowan <bcowan@gentoo.org> wmmaiload-0.6.0.ebuild, + ChangeLog, files/digest-wmmaiload-0.6.0 : + + Initial import thanks to Autobot. + + diff --git a/x11-plugins/wmmaiload/files/digest-wmmaiload-0.6.0 b/x11-plugins/wmmaiload/files/digest-wmmaiload-0.6.0 new file mode 100644 index 000000000000..0d444152aad6 --- /dev/null +++ b/x11-plugins/wmmaiload/files/digest-wmmaiload-0.6.0 @@ -0,0 +1 @@ +MD5 afa4a90dd57899b53cf36b362c17a5a6 wmmaiload-0.6.0.tar.gz 93542 diff --git a/x11-plugins/wmmaiload/wmmaiload-0.6.0.ebuild b/x11-plugins/wmmaiload/wmmaiload-0.6.0.ebuild new file mode 100644 index 000000000000..8c4136111306 --- /dev/null +++ b/x11-plugins/wmmaiload/wmmaiload-0.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Ebuild by AutoBot (autobot@midsouth.rr.com) + +S=${WORKDIR}/${P} + +DESCRIPTION="dockapp that monitors one or more mailboxes." +SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" +HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + +DEPEND="x11-base/xfree" + +src_compile() { + + econf || die "configure failed" + + emake || die "parallel make failed" + +} + +src_install () { + + einstall || die "make install failed" + +} + |