diff options
Diffstat (limited to 'app-admin/torsmo/torsmo-0.18-r6.ebuild')
-rw-r--r-- | app-admin/torsmo/torsmo-0.18-r6.ebuild | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/app-admin/torsmo/torsmo-0.18-r6.ebuild b/app-admin/torsmo/torsmo-0.18-r6.ebuild deleted file mode 100644 index d2525ab5e08e..000000000000 --- a/app-admin/torsmo/torsmo-0.18-r6.ebuild +++ /dev/null @@ -1,61 +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-r6.ebuild,v 1.2 2005/11/28 07:07:56 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" - -RDEPEND="virtual/libc - virtual/x11 - truetype? ( >=media-libs/freetype-2 )" - -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}.noswap.patch - epatch ${FILESDIR}/${P}.i2c.patch - epatch ${FILESDIR}/${P}.avgsmp.patch -} - -src_compile() { - econf \ - `use_enable truetype xft` \ - --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" -} |