diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/mondo | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/mondo')
-rw-r--r-- | sys-apps/mondo/ChangeLog | 4 | ||||
-rw-r--r-- | sys-apps/mondo/mondo-0.6.ebuild | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/mondo/ChangeLog b/sys-apps/mondo/ChangeLog index b9965da609e3..7fb8a70379a2 100644 --- a/sys-apps/mondo/ChangeLog +++ b/sys-apps/mondo/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for sys-apps/mondo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/ChangeLog,v 1.1 2002/05/15 19:32:06 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/ChangeLog,v 1.2 2002/07/14 19:20:18 aliz Exp $ *mondo-0.6 (15 May 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> mondo-0.6.ebuild : + Added LICENSE, KEYWORDS, SLOT. 15 May 2002; Arcady Genkin <agenkin@thpoon.com> mondo-0.6.ebuild: Initial version, submitted by MvOstheim@web.de (Michael v.Ostheim).
\ No newline at end of file diff --git a/sys-apps/mondo/mondo-0.6.ebuild b/sys-apps/mondo/mondo-0.6.ebuild index ec268a0ade20..2f04e6d8c72c 100644 --- a/sys-apps/mondo/mondo-0.6.ebuild +++ b/sys-apps/mondo/mondo-0.6.ebuild @@ -1,9 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/mondo-0.6.ebuild,v 1.1 2002/05/15 19:32:06 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/mondo-0.6.ebuild,v 1.2 2002/07/14 19:20:18 aliz Exp $ DESCRIPTION="A System Health Monitor" HOMEPAGE="http://mondo-daemon.sourceforge.net/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND=">=sys-apps/lm_sensors-2.6.3" |