summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-13 05:20:20 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-13 05:20:20 +0000
commitb35b98156f6ff6a3f2e1932578db422cbb003fd3 (patch)
treef1facccc8a885097a2f8aba8791aaae64c6c74b5 /sys-apps/xmbmon
parentFixed chmod syntax to make coreutils happy. (Manifest recommit) (diff)
downloadgentoo-2-b35b98156f6ff6a3f2e1932578db422cbb003fd3.tar.gz
gentoo-2-b35b98156f6ff6a3f2e1932578db422cbb003fd3.tar.bz2
gentoo-2-b35b98156f6ff6a3f2e1932578db422cbb003fd3.zip
old
Diffstat (limited to 'sys-apps/xmbmon')
-rw-r--r--sys-apps/xmbmon/files/digest-xmbmon-2.0.11
-rw-r--r--sys-apps/xmbmon/xmbmon-2.0.1.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/sys-apps/xmbmon/files/digest-xmbmon-2.0.1 b/sys-apps/xmbmon/files/digest-xmbmon-2.0.1
deleted file mode 100644
index 02fc86b424d4..000000000000
--- a/sys-apps/xmbmon/files/digest-xmbmon-2.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1774fdd5ef6b6fa6b119ca5826381aac xmbmon201.tar.gz 95967
diff --git a/sys-apps/xmbmon/xmbmon-2.0.1.ebuild b/sys-apps/xmbmon/xmbmon-2.0.1.ebuild
deleted file mode 100644
index ede8a2735d1f..000000000000
--- a/sys-apps/xmbmon/xmbmon-2.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xmbmon/xmbmon-2.0.1.ebuild,v 1.3 2003/09/07 00:34:58 msterret Exp $
-
-MY_P="${PN}${PV//.}"
-DESCRIPTION="Mother Board Monitor Program for X Window System"
-HOMEPAGE="http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html"
-SRC_URI="http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/${MY_P}.tar.gz"
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE="X"
-
-DEPEND="virtual/glibc
- X? ( virtual/x11 )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-
- econf || die "Configure failed"
- emake || die "Make failed"
-}
-
-src_install() {
-
- dosbin mbmon
- fperms 4555 /usr/sbin/mbmon
- fowners root.wheel /usr/sbin/mbmon
-
- if use X; then
- dosbin xmbmon
- fperms 4555 /usr/sbin/xmbmon
- fowners root.wheel /usr/sbin/xmbmon
- fi
-
- dodoc 00README*
-}
-
-pkg_postinst() {
-
- einfo "These programs access SMBus or ISA-IO port without any kind"
- einfo "of checking. It is, therefore, very dangerous and may cause"
- einfo "system-crash in worst cases. Make sure you read 00README.txt,"
- einfo "section 4, How to use!"
-
- ewarn "Binaries are setuid root!"
-}