summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-05-07 16:05:49 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-05-07 16:05:49 +0000
commitc9310ffc2bb038b4f8e20834c936164ad829d828 (patch)
tree221826f09ab127ab6f84cb143619a2e44753e063 /app-admin
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-c9310ffc2bb038b4f8e20834c936164ad829d828.tar.gz
gentoo-2-c9310ffc2bb038b4f8e20834c936164ad829d828.tar.bz2
gentoo-2-c9310ffc2bb038b4f8e20834c936164ad829d828.zip
Inital import bug #50305 #50352
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/torsmo/ChangeLog11
-rw-r--r--app-admin/torsmo/Manifest2
-rw-r--r--app-admin/torsmo/files/digest-torsmo-0.131
-rw-r--r--app-admin/torsmo/files/digest-torsmo-0.141
-rw-r--r--app-admin/torsmo/metadata.xml15
-rw-r--r--app-admin/torsmo/torsmo-0.13.ebuild47
-rw-r--r--app-admin/torsmo/torsmo-0.14.ebuild47
7 files changed, 124 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..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 @@
+<?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."
+}