summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-05-14 21:03:57 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-05-14 21:03:57 +0000
commitdbc1b4833a45d3212019f5b7c3415fd6e956c7c6 (patch)
tree4e4bc6cea23bcd49695b916b6cbc0e8b4f41490a /app-admin/torsmo
parentVersion bump. Closes #49366 and #49162 (Manifest recommit) (diff)
downloadgentoo-2-dbc1b4833a45d3212019f5b7c3415fd6e956c7c6.tar.gz
gentoo-2-dbc1b4833a45d3212019f5b7c3415fd6e956c7c6.tar.bz2
gentoo-2-dbc1b4833a45d3212019f5b7c3415fd6e956c7c6.zip
version bump
Diffstat (limited to 'app-admin/torsmo')
-rw-r--r--app-admin/torsmo/ChangeLog9
-rw-r--r--app-admin/torsmo/files/digest-torsmo-0.161
-rw-r--r--app-admin/torsmo/torsmo-0.16.ebuild47
3 files changed, 56 insertions, 1 deletions
diff --git a/app-admin/torsmo/ChangeLog b/app-admin/torsmo/ChangeLog
index 020aeef03580..0affee067611 100644
--- a/app-admin/torsmo/ChangeLog
+++ b/app-admin/torsmo/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/torsmo
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.3 2004/05/12 08:06:32 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.4 2004/05/14 21:03:57 dragonheart Exp $
+
+*torsmo-0.16 (15 May 2004)
+
+ 15 May 2004; Daniel Black <dragonheart@gentoo.org> +torsmo-0.16.ebuild:
+ Version bump as requested by Tobias Klausmann
+ <klausman-gentoo@schwarzvogel.de> and Lauri Hakkarainen
+ <lauri.hakkarainen@2ndpoint.fi> in bug #51015
08 May 2004; David Holm <dholm@gentoo.org> torsmo-0.14.ebuild:
Added to ~ppc.
diff --git a/app-admin/torsmo/files/digest-torsmo-0.16 b/app-admin/torsmo/files/digest-torsmo-0.16
new file mode 100644
index 000000000000..c6e569d5b796
--- /dev/null
+++ b/app-admin/torsmo/files/digest-torsmo-0.16
@@ -0,0 +1 @@
+MD5 47d0d4548a8ed5006f2fe977ba7e8a75 torsmo-0.16.tar.gz 73332
diff --git a/app-admin/torsmo/torsmo-0.16.ebuild b/app-admin/torsmo/torsmo-0.16.ebuild
new file mode 100644
index 000000000000..1ba8c46d6340
--- /dev/null
+++ b/app-admin/torsmo/torsmo-0.16.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.16.ebuild,v 1.1 2004/05/14 21:03:57 dragonheart Exp $
+
+DESCRIPTION="Torsmo is a system monitor that sits in the corner of your desktop."
+HOMEPAGE="http://torsmo.sourceforge.net/"
+SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
+RESTRICT="nomirror"
+IUSE=""
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND="virtual/glibc
+ virtual/x11"
+
+DEPEND="${RDEPEND}
+ >=sys-devel/automake-1.4
+ sys-devel/autoconf
+ sys-apps/grep
+ sys-apps/sed
+ sys-devel/gcc"
+
+src_compile() {
+ econf || die "Configure died"
+ emake || die "make died"
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "make install failed"
+ dodoc ChangeLog AUTHORS README NEWS COPYING torsmorc.sample
+}
+
+pkg_postinst() {
+
+ einfo 'default configuration file is "~/.torsmorc"'
+ einfo "you can find a sample configuration file in"
+ einfo "/usr/share/doc/${PF}/torsmorc.sample.gz"
+ einfo
+ einfo "Comment out temperature info lines if you have no kernel"
+ einfo "support for it."
+ einfo
+ ewarn "Torsmo doesn't work with window managers that"
+ ewarn "take control over root window such as Gnome's nautilus."
+ ewarn "May not work on KDE until you exit (and then only breifly)"
+ ewarn "for the above reason."
+}