summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-15 01:10:37 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-15 01:10:37 +0000
commit08c4791882e1cbf5b0bbc3c0b56bb56d7758725b (patch)
tree299d2f612c6012c6f5b44557dcae119527e86fd5 /app-admin/torsmo
parentStable on x86 and amd64. (Manifest recommit) (diff)
downloadgentoo-2-08c4791882e1cbf5b0bbc3c0b56bb56d7758725b.tar.gz
gentoo-2-08c4791882e1cbf5b0bbc3c0b56bb56d7758725b.tar.bz2
gentoo-2-08c4791882e1cbf5b0bbc3c0b56bb56d7758725b.zip
x86 stable and remove old version
Diffstat (limited to 'app-admin/torsmo')
-rw-r--r--app-admin/torsmo/ChangeLog6
-rw-r--r--app-admin/torsmo/files/digest-torsmo-0.131
-rw-r--r--app-admin/torsmo/torsmo-0.13.ebuild40
-rw-r--r--app-admin/torsmo/torsmo-0.14.ebuild4
-rw-r--r--app-admin/torsmo/torsmo-0.16.ebuild4
5 files changed, 9 insertions, 46 deletions
diff --git a/app-admin/torsmo/ChangeLog b/app-admin/torsmo/ChangeLog
index 8a0ca5da6f3f..478e6fd0fb8b 100644
--- a/app-admin/torsmo/ChangeLog
+++ b/app-admin/torsmo/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2004/05/30 12:02:16 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.7 2004/06/15 01:10:37 dragonheart Exp $
+
+ 15 Jun 2004; Daniel Black <dragonheart@gentoo.org> -torsmo-0.13.ebuild,
+ torsmo-0.14.ebuild, torsmo-0.16.ebuild:
+ x86 stable and remove old version
30 May 2004; Danny van Dyk <kugelfang@gentoo.org> torsmo-0.17.ebuild:
Marked ~amd64.
diff --git a/app-admin/torsmo/files/digest-torsmo-0.13 b/app-admin/torsmo/files/digest-torsmo-0.13
deleted file mode 100644
index 5e27d88dd53b..000000000000
--- a/app-admin/torsmo/files/digest-torsmo-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ef7d36aa39e7d5671209741b3c2d63e torsmo-0.13.tar.gz 55661
diff --git a/app-admin/torsmo/torsmo-0.13.ebuild b/app-admin/torsmo/torsmo-0.13.ebuild
deleted file mode 100644
index 9caabf868bbf..000000000000
--- a/app-admin/torsmo/torsmo-0.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.2 2004/05/31 19:21:33 vapier Exp $
-
-DESCRIPTION="system monitor that sits in the corner of your desktop"
-HOMEPAGE="http://torsmo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-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_install() {
- emake DESTDIR=${D} install || die "make install failed"
- dodoc ChangeLog AUTHORS README NEWS 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
index b4d74b598852..f6547b8319c1 100644
--- a/app-admin/torsmo/torsmo-0.14.ebuild
+++ b/app-admin/torsmo/torsmo-0.14.ebuild
@@ -1,6 +1,6 @@
# 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.3 2004/05/31 19:21:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.14.ebuild,v 1.4 2004/06/15 01:10:37 dragonheart Exp $
DESCRIPTION="system monitor that sits in the corner of your desktop"
HOMEPAGE="http://torsmo.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
RDEPEND="virtual/glibc
diff --git a/app-admin/torsmo/torsmo-0.16.ebuild b/app-admin/torsmo/torsmo-0.16.ebuild
index c61fd0115e81..392c8728d22d 100644
--- a/app-admin/torsmo/torsmo-0.16.ebuild
+++ b/app-admin/torsmo/torsmo-0.16.ebuild
@@ -1,6 +1,6 @@
# 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.2 2004/05/31 19:21:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.16.ebuild,v 1.3 2004/06/15 01:10:37 dragonheart Exp $
DESCRIPTION="system monitor that sits in the corner of your desktop"
HOMEPAGE="http://torsmo.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
RDEPEND="virtual/glibc