From c9310ffc2bb038b4f8e20834c936164ad829d828 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 7 May 2004 16:05:49 +0000 Subject: Inital import bug #50305 #50352 --- app-admin/torsmo/ChangeLog | 11 ++++++++ app-admin/torsmo/Manifest | 2 ++ app-admin/torsmo/files/digest-torsmo-0.13 | 1 + app-admin/torsmo/files/digest-torsmo-0.14 | 1 + app-admin/torsmo/metadata.xml | 15 ++++++++++ app-admin/torsmo/torsmo-0.13.ebuild | 47 +++++++++++++++++++++++++++++++ app-admin/torsmo/torsmo-0.14.ebuild | 47 +++++++++++++++++++++++++++++++ 7 files changed, 124 insertions(+) create mode 100644 app-admin/torsmo/ChangeLog create mode 100644 app-admin/torsmo/Manifest create mode 100644 app-admin/torsmo/files/digest-torsmo-0.13 create mode 100644 app-admin/torsmo/files/digest-torsmo-0.14 create mode 100644 app-admin/torsmo/metadata.xml create mode 100644 app-admin/torsmo/torsmo-0.13.ebuild create mode 100644 app-admin/torsmo/torsmo-0.14.ebuild (limited to 'app-admin/torsmo') diff --git a/app-admin/torsmo/ChangeLog b/app-admin/torsmo/ChangeLog new file mode 100644 index 000000000000..3e6659ff9f1e --- /dev/null +++ b/app-admin/torsmo/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2004/05/07 16:05:49 dragonheart Exp $ + +*torsmo-0.13 (08 May 2004) + + 08 May 2004; Daniel Black +metadata.xml, + +torsmo-0.13.ebuild, +torsmo-0.14.ebuild: + Inital import thanks to ares in bug #50305. Version + bump notified by in bug #50352 + diff --git a/app-admin/torsmo/Manifest b/app-admin/torsmo/Manifest new file mode 100644 index 000000000000..7cb90a5231e1 --- /dev/null +++ b/app-admin/torsmo/Manifest @@ -0,0 +1,2 @@ +MD5 c27cef6d2db3b25e681b1efffcf54de9 torsmo-0.13.ebuild 560 +MD5 2e10a354a59065f896ef5c1f67fa3ac4 files/digest-torsmo-0.13 62 diff --git a/app-admin/torsmo/files/digest-torsmo-0.13 b/app-admin/torsmo/files/digest-torsmo-0.13 new file mode 100644 index 000000000000..5e27d88dd53b --- /dev/null +++ b/app-admin/torsmo/files/digest-torsmo-0.13 @@ -0,0 +1 @@ +MD5 4ef7d36aa39e7d5671209741b3c2d63e torsmo-0.13.tar.gz 55661 diff --git a/app-admin/torsmo/files/digest-torsmo-0.14 b/app-admin/torsmo/files/digest-torsmo-0.14 new file mode 100644 index 000000000000..3851e993af5d --- /dev/null +++ b/app-admin/torsmo/files/digest-torsmo-0.14 @@ -0,0 +1 @@ +MD5 7a21e436a3b5469b84a0e0bbceed32ba torsmo-0.14.tar.gz 57538 diff --git a/app-admin/torsmo/metadata.xml b/app-admin/torsmo/metadata.xml new file mode 100644 index 000000000000..c7276eb66101 --- /dev/null +++ b/app-admin/torsmo/metadata.xml @@ -0,0 +1,15 @@ + + + +no-herd + + dragonheart@gentoo.org + Daniel Black + A user ebuild that I felt obliged to include. Please take over if you want +it + + +Torsmo is a system monitor that sits in the corner of your desktop. Torsmo can show various information about your +system and it's peripherals. + + diff --git a/app-admin/torsmo/torsmo-0.13.ebuild b/app-admin/torsmo/torsmo-0.13.ebuild new file mode 100644 index 000000000000..ee095e617ff5 --- /dev/null +++ b/app-admin/torsmo/torsmo-0.13.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.13.ebuild,v 1.1 2004/05/07 16:05:49 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" + +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." +} diff --git a/app-admin/torsmo/torsmo-0.14.ebuild b/app-admin/torsmo/torsmo-0.14.ebuild new file mode 100644 index 000000000000..7f3fd217417b --- /dev/null +++ b/app-admin/torsmo/torsmo-0.14.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.14.ebuild,v 1.1 2004/05/07 16:05:49 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" + +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." +} -- cgit v1.2.3-65-gdbad