diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-12-12 22:31:05 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-12-12 22:31:05 +0000 |
commit | d7a259f7a12b06fce4c4d79eef68f8dac457b5c9 (patch) | |
tree | 0ded08b88b0593120b5bf28535c6eeca6390a19d /x11-misc/bbdate | |
parent | Bump to latest stable. No longer requires patch for gcc3.x (diff) | |
download | gentoo-2-d7a259f7a12b06fce4c4d79eef68f8dac457b5c9.tar.gz gentoo-2-d7a259f7a12b06fce4c4d79eef68f8dac457b5c9.tar.bz2 gentoo-2-d7a259f7a12b06fce4c4d79eef68f8dac457b5c9.zip |
Initial commit. Repaired to work with gcc3.x
Diffstat (limited to 'x11-misc/bbdate')
-rw-r--r-- | x11-misc/bbdate/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.3.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/bbdate/files/digest-bbdate-0.2.3 | 1 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/bbdate/ChangeLog b/x11-misc/bbdate/ChangeLog new file mode 100644 index 000000000000..664337e4ddd0 --- /dev/null +++ b/x11-misc/bbdate/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/bbdate +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header + +*bbdate-0.2.3 (12 Dec 2002) + + 12 Dec 2002; Matt Keadle <mkeadle@gentoo.org> bbdate-0.2.3.ebuild + files/digest-bbdate-0.2.3 + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. diff --git a/x11-misc/bbdate/bbdate-0.2.3.ebuild b/x11-misc/bbdate/bbdate-0.2.3.ebuild new file mode 100644 index 000000000000..3a13df280eb9 --- /dev/null +++ b/x11-misc/bbdate/bbdate-0.2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.3.ebuild,v 1.1 2002/12/12 22:31:05 mkeadle Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="blackbox load monitor" +SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" +HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" + +DEPEND="virtual/blackbox" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbsload +} diff --git a/x11-misc/bbdate/files/digest-bbdate-0.2.3 b/x11-misc/bbdate/files/digest-bbdate-0.2.3 new file mode 100644 index 000000000000..045e0a96d174 --- /dev/null +++ b/x11-misc/bbdate/files/digest-bbdate-0.2.3 @@ -0,0 +1 @@ +MD5 a7bc15a6502dda607ec54252c0ea1238 bbdate-0.2.3.tar.gz 60140 |