summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-11-28 07:07:56 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-11-28 07:07:56 +0000
commit47fb83cc7cff40872c0ebb7285fc56040472ef45 (patch)
tree9784b1b56cbc8bd0914a181b01457d34cd73e4ca /app-admin/torsmo
parentremoved seti support - bug #113759 (diff)
downloadgentoo-2-47fb83cc7cff40872c0ebb7285fc56040472ef45.tar.gz
gentoo-2-47fb83cc7cff40872c0ebb7285fc56040472ef45.tar.bz2
gentoo-2-47fb83cc7cff40872c0ebb7285fc56040472ef45.zip
removed seti support - bug #113759. removed older version too.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-admin/torsmo')
-rw-r--r--app-admin/torsmo/ChangeLog6
-rw-r--r--app-admin/torsmo/files/digest-torsmo-0.18-r11
-rw-r--r--app-admin/torsmo/files/digest-torsmo-0.18-r41
-rw-r--r--app-admin/torsmo/torsmo-0.18-r1.ebuild54
-rw-r--r--app-admin/torsmo/torsmo-0.18-r3.ebuild10
-rw-r--r--app-admin/torsmo/torsmo-0.18-r4.ebuild63
-rw-r--r--app-admin/torsmo/torsmo-0.18-r6.ebuild8
7 files changed, 12 insertions, 131 deletions
diff --git a/app-admin/torsmo/ChangeLog b/app-admin/torsmo/ChangeLog
index 3a75b35ce733..30d84162815c 100644
--- a/app-admin/torsmo/ChangeLog
+++ b/app-admin/torsmo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/torsmo
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.36 2005/07/29 22:35:19 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.37 2005/11/28 07:07:56 dragonheart Exp $
+
+ 28 Nov 2005; Daniel Black <dragonheart@gentoo.org> -torsmo-0.18-r1.ebuild,
+ torsmo-0.18-r3.ebuild, -torsmo-0.18-r4.ebuild, torsmo-0.18-r6.ebuild:
+ removed seti support - bug #113759. remove older versions too.
29 Jul 2005; Daniel Black <dragonheart@gentoo.org> torsmo-0.18-r1.ebuild:
removed epatch || die
diff --git a/app-admin/torsmo/files/digest-torsmo-0.18-r1 b/app-admin/torsmo/files/digest-torsmo-0.18-r1
deleted file mode 100644
index f2c1092e434d..000000000000
--- a/app-admin/torsmo/files/digest-torsmo-0.18-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88bd8f627637d785a1d681f4f15f00b6 torsmo-0.18.tar.gz 84020
diff --git a/app-admin/torsmo/files/digest-torsmo-0.18-r4 b/app-admin/torsmo/files/digest-torsmo-0.18-r4
deleted file mode 100644
index f2c1092e434d..000000000000
--- a/app-admin/torsmo/files/digest-torsmo-0.18-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88bd8f627637d785a1d681f4f15f00b6 torsmo-0.18.tar.gz 84020
diff --git a/app-admin/torsmo/torsmo-0.18-r1.ebuild b/app-admin/torsmo/torsmo-0.18-r1.ebuild
deleted file mode 100644
index 54fa824a3958..000000000000
--- a/app-admin/torsmo/torsmo-0.18-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18-r1.ebuild,v 1.6 2005/07/29 22:35:19 dragonheart Exp $
-
-inherit eutils
-
-DESCRIPTION="minimalist system monitor for X"
-HOMEPAGE="http://torsmo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc amd64 sparc"
-IUSE=""
-
-RDEPEND="virtual/libc
- virtual/x11"
-DEPEND="${RDEPEND}
- >=sys-devel/automake-1.4
- sys-devel/autoconf
- sys-apps/grep
- sys-apps/sed
- sys-devel/gcc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}.xwin.patch
-}
-
-src_compile() {
- econf --x-libraries=/usr/X11R6/lib/ || die "econf failed"
- emake || die "compile failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "make install failed"
- dodoc ChangeLog AUTHORS README 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."
- einfo
- ewarn "Please note that >=0.18 contains mozilla support without"
- ewarn "patching, thus the mozilla USE flag has been dropped"
-}
diff --git a/app-admin/torsmo/torsmo-0.18-r3.ebuild b/app-admin/torsmo/torsmo-0.18-r3.ebuild
index 4ddfa445dfaf..b52595666694 100644
--- a/app-admin/torsmo/torsmo-0.18-r3.ebuild
+++ b/app-admin/torsmo/torsmo-0.18-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18-r3.ebuild,v 1.8 2005/05/24 00:48:30 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18-r3.ebuild,v 1.9 2005/11/28 07:07:56 dragonheart Exp $
inherit eutils
@@ -11,12 +11,11 @@ SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
-IUSE="truetype seti"
+IUSE="truetype"
RDEPEND="virtual/libc
virtual/x11
- truetype? ( >=media-libs/freetype-2 )
- seti? ( sci-astronomy/setiathome )"
+ truetype? ( >=media-libs/freetype-2 )"
DEPEND="truetype? ( >=media-libs/freetype-2 )
virtual/x11
@@ -35,8 +34,7 @@ src_unpack() {
src_compile() {
econf \
- `use_enable truetype xft` \
- `use_enable seti` \
+ $(use_enable truetype xft) \
--x-libraries=/usr/X11R6/lib/ || die "econf failed"
emake || die "compile failed"
}
diff --git a/app-admin/torsmo/torsmo-0.18-r4.ebuild b/app-admin/torsmo/torsmo-0.18-r4.ebuild
deleted file mode 100644
index 0a99d9b7fe1b..000000000000
--- a/app-admin/torsmo/torsmo-0.18-r4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18-r4.ebuild,v 1.1 2005/06/06 11:58:36 dragonheart Exp $
-
-inherit eutils
-
-DESCRIPTION="minimalist system monitor for X"
-HOMEPAGE="http://torsmo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="truetype seti"
-
-RDEPEND="virtual/libc
- virtual/x11
- truetype? ( >=media-libs/freetype-2 )
- seti? ( sci-astronomy/setiathome )"
-
-DEPEND="truetype? ( >=media-libs/freetype-2 )
- virtual/x11
- >=sys-devel/automake-1.4
- sys-devel/autoconf
- sys-apps/grep
- sys-apps/sed
- sys-devel/gcc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}.xwin.patch
- epatch ${FILESDIR}/${P}.noswap.patch
- epatch ${FILESDIR}/${P}.i2c.patch
-}
-
-src_compile() {
- econf \
- `use_enable truetype xft` \
- `use_enable seti` \
- --x-libraries=/usr/X11R6/lib/ || die "econf failed"
- emake || die "compile failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "make install failed"
- dodoc ChangeLog AUTHORS README 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."
- einfo
- ewarn "Please note that >=0.18 contains mozilla support without"
- ewarn "patching, thus the mozilla USE flag has been dropped"
-}
diff --git a/app-admin/torsmo/torsmo-0.18-r6.ebuild b/app-admin/torsmo/torsmo-0.18-r6.ebuild
index 316640f1338a..d2525ab5e08e 100644
--- a/app-admin/torsmo/torsmo-0.18-r6.ebuild
+++ b/app-admin/torsmo/torsmo-0.18-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18-r6.ebuild,v 1.1 2005/06/22 11:00:55 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18-r6.ebuild,v 1.2 2005/11/28 07:07:56 dragonheart Exp $
inherit eutils
@@ -11,12 +11,11 @@ SRC_URI="mirror://sourceforge/torsmo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="truetype seti"
+IUSE="truetype"
RDEPEND="virtual/libc
virtual/x11
- truetype? ( >=media-libs/freetype-2 )
- seti? ( sci-astronomy/setiathome )"
+ truetype? ( >=media-libs/freetype-2 )"
DEPEND="truetype? ( >=media-libs/freetype-2 )
virtual/x11
@@ -37,7 +36,6 @@ src_unpack() {
src_compile() {
econf \
`use_enable truetype xft` \
- `use_enable seti` \
--x-libraries=/usr/X11R6/lib/ || die "econf failed"
emake || die "compile failed"
}