summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-12-05 11:19:15 +0000
committerHanno Böck <hanno@gentoo.org>2002-12-05 11:19:15 +0000
commit7bd0eccee40045eccfc58acdf7de481dfa668a96 (patch)
tree7b420ae19c9af70e3272ceca579ce4a07685e0f8 /sys-apps
parentatitvout moved, bug 11518 (diff)
downloadgentoo-2-7bd0eccee40045eccfc58acdf7de481dfa668a96.tar.gz
gentoo-2-7bd0eccee40045eccfc58acdf7de481dfa668a96.tar.bz2
gentoo-2-7bd0eccee40045eccfc58acdf7de481dfa668a96.zip
removed old location of atitvout
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/atitvout/ChangeLog8
-rw-r--r--sys-apps/atitvout/atitvout-0.4.ebuild25
-rw-r--r--sys-apps/atitvout/files/digest-atitvout-0.41
-rw-r--r--sys-apps/i8kutils/i8kutils-1.17.ebuild11
4 files changed, 6 insertions, 39 deletions
diff --git a/sys-apps/atitvout/ChangeLog b/sys-apps/atitvout/ChangeLog
deleted file mode 100644
index 16a043ee5b6e..000000000000
--- a/sys-apps/atitvout/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for sys-apps/atitvout
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/atitvout/ChangeLog,v 1.1 2002/11/07 16:52:56 hanno Exp $
-
-*atitvout-0.4 (07 Nov 2002)
-
- 07 Nov 2002; Hanno Boeck <hanno@gentoo.org> atitvout-0.4.ebuild :
- Added ebuild for atitvout, a little tool to enable the TV-Out of ATI cards.
diff --git a/sys-apps/atitvout/atitvout-0.4.ebuild b/sys-apps/atitvout/atitvout-0.4.ebuild
deleted file mode 100644
index a22f5b618226..000000000000
--- a/sys-apps/atitvout/atitvout-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/atitvout/atitvout-0.4.ebuild,v 1.3 2002/11/27 07:02:08 hanno Exp $
-
-DESCRIPTION="Linux ATI TV Out support program"
-HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/"
-SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/${P}.tar.gz"
-IUSE=""
-KEYWORDS="~x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc
- sys-libs/lrmi"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin atitvout
- dodoc HARDWARE README
-}
diff --git a/sys-apps/atitvout/files/digest-atitvout-0.4 b/sys-apps/atitvout/files/digest-atitvout-0.4
deleted file mode 100644
index b74526c9cd7f..000000000000
--- a/sys-apps/atitvout/files/digest-atitvout-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f2915a435844aadcd4d8f9f62411283b atitvout-0.4.tar.gz 27163
diff --git a/sys-apps/i8kutils/i8kutils-1.17.ebuild b/sys-apps/i8kutils/i8kutils-1.17.ebuild
index d208e72effd2..8bc783a2cd2e 100644
--- a/sys-apps/i8kutils/i8kutils-1.17.ebuild
+++ b/sys-apps/i8kutils/i8kutils-1.17.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i8kutils/i8kutils-1.17.ebuild,v 1.2 2002/11/09 05:14:16 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i8kutils/i8kutils-1.17.ebuild,v 1.3 2002/12/05 11:19:15 hanno Exp $
S=${WORKDIR}/${P}/
DESCRIPTION="Dell Inspiron and Latitude utilities"
SRC_URI="http://people.debian.org/~dz/i8k/${P}.tar.bz2"
HOMEPAGE="http://people.debian.org/~dz/i8k/"
-DEPEND="dev-lang/tcl"
+DEPEND="virtual/glibc
+ virtual/x11
+ >=dev-lang/tk-8.3.3"
LICENSE="GPL-2"
SLOT="0"
IUSE="tcltk"
@@ -14,13 +16,12 @@ KEYWORDS="~x86"
src_compile() {
- local target="i8kctl i8kbuttons"
- use tcltk && target="${target} i8kmon"
+ local target="all"
make ${target} || die
}
src_install() {
- dobin i8kbuttons i8kctl
+ dobin i8kbuttons i8kctl i8kfan i8kmon
use tcltk && dobin i8kmon
doman i8kbuttons.1 i8kctl.1
use tcltk && doman i8kmon.1