diff options
author | 2004-05-07 16:05:49 +0000 | |
---|---|---|
committer | 2004-05-07 16:05:49 +0000 | |
commit | 3552efb76dee7a34d8466208e4ddc0e9b2629a92 (patch) | |
tree | e566bac3e72b4e50be9cfb741315fd50b4ac21e1 /app-admin/torsmo | |
parent | Stable on sparc (diff) | |
download | historical-3552efb76dee7a34d8466208e4ddc0e9b2629a92.tar.gz historical-3552efb76dee7a34d8466208e4ddc0e9b2629a92.tar.bz2 historical-3552efb76dee7a34d8466208e4ddc0e9b2629a92.zip |
Inital import bug #50305 #50352
Diffstat (limited to 'app-admin/torsmo')
-rw-r--r-- | app-admin/torsmo/ChangeLog | 11 | ||||
-rw-r--r-- | app-admin/torsmo/Manifest | 6 | ||||
-rw-r--r-- | app-admin/torsmo/files/digest-torsmo-0.13 | 1 | ||||
-rw-r--r-- | app-admin/torsmo/files/digest-torsmo-0.14 | 1 | ||||
-rw-r--r-- | app-admin/torsmo/metadata.xml | 15 | ||||
-rw-r--r-- | app-admin/torsmo/torsmo-0.13.ebuild | 47 | ||||
-rw-r--r-- | app-admin/torsmo/torsmo-0.14.ebuild | 47 |
7 files changed, 128 insertions, 0 deletions
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 <dragonheart@gentoo.org> +metadata.xml, + +torsmo-0.13.ebuild, +torsmo-0.14.ebuild: + Inital import thanks to ares <ares@serversecurity.org> in bug #50305. Version + bump notified by <revertex@revertex.trix.net> in bug #50352 + diff --git a/app-admin/torsmo/Manifest b/app-admin/torsmo/Manifest new file mode 100644 index 000000000000..e0e75a30cf2e --- /dev/null +++ b/app-admin/torsmo/Manifest @@ -0,0 +1,6 @@ +MD5 40e471262d6035ff51f60d4dea9763fc torsmo-0.13.ebuild 1335 +MD5 a9323c51dc011524186eafee0d177f91 ChangeLog 502 +MD5 e62755aeb2fcd53a4426e99d3af550ed metadata.xml 549 +MD5 c316a7e52e17015172748b5f4bd04ddf torsmo-0.14.ebuild 1335 +MD5 2e10a354a59065f896ef5c1f67fa3ac4 files/digest-torsmo-0.13 62 +MD5 0b0637dc0d84ad4add55e41e75a72790 files/digest-torsmo-0.14 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>dragonheart@gentoo.org</email> + <name>Daniel Black</name> + <description>A user ebuild that I felt obliged to include. Please take over if you want +it</description> +</maintainer> +<longdescription> +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. +</longdescription> +</pkgmetadata> 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." +} |