diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-29 07:21:26 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-29 07:21:26 +0000 |
commit | 84dbfcc82eb6eba041c3fd60ad55071de7b98ee2 (patch) | |
tree | 3137c43978b9bda63964060642aaba99728f940d /x11-plugins/wmapmload | |
parent | Version bump/updates per #9693 (diff) | |
download | historical-84dbfcc82eb6eba041c3fd60ad55071de7b98ee2.tar.gz historical-84dbfcc82eb6eba041c3fd60ad55071de7b98ee2.tar.bz2 historical-84dbfcc82eb6eba041c3fd60ad55071de7b98ee2.zip |
initial import, closes bug# 9868
Diffstat (limited to 'x11-plugins/wmapmload')
-rw-r--r-- | x11-plugins/wmapmload/ChangeLog | 12 | ||||
-rw-r--r-- | x11-plugins/wmapmload/files/digest-wmapmload-0.3.0 | 1 | ||||
-rw-r--r-- | x11-plugins/wmapmload/wmapmload-0.3.0.ebuild | 30 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/wmapmload/ChangeLog b/x11-plugins/wmapmload/ChangeLog new file mode 100644 index 000000000000..096f82c6a761 --- /dev/null +++ b/x11-plugins/wmapmload/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-plugins/wmapmload +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/ChangeLog,v 1.1 2002/10/29 07:21:26 bcowan Exp $ + +*wmapmload-0.3.0 (29 Oct 2002) + + 29 Oct 2002; Brad Cowan <bcowan@gentoo.org> wmapmload-0.3.0.ebuild, + ChangeLog, files/digest-wmapmload-0.3.0 : + + Initial import thanks to Autobot. + + diff --git a/x11-plugins/wmapmload/files/digest-wmapmload-0.3.0 b/x11-plugins/wmapmload/files/digest-wmapmload-0.3.0 new file mode 100644 index 000000000000..fbf5474f7caa --- /dev/null +++ b/x11-plugins/wmapmload/files/digest-wmapmload-0.3.0 @@ -0,0 +1 @@ +MD5 4b94e76e52dd870aa5895c172dd213ff wmapmload-0.3.0.tar.gz 91078 diff --git a/x11-plugins/wmapmload/wmapmload-0.3.0.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.0.ebuild new file mode 100644 index 000000000000..6e905b70c258 --- /dev/null +++ b/x11-plugins/wmapmload/wmapmload-0.3.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 your apm battery status." +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" + +} + |