aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot@mac <root@mac.(none)>2012-09-17 14:33:21 +0200
committerroot@mac <root@mac.(none)>2012-09-17 14:33:21 +0200
commit54328a302ecd1eb7c6e9699cd782dab61e6a313f (patch)
tree9fd2fa0710577c6b4b3079a5bade5e27e834066a /app-misc
downloadAstroFloyd-54328a302ecd1eb7c6e9699cd782dab61e6a313f.tar.gz
AstroFloyd-54328a302ecd1eb7c6e9699cd782dab61e6a313f.tar.bz2
AstroFloyd-54328a302ecd1eb7c6e9699cd782dab61e6a313f.zip
Added local ebuilds from Aug 2007 - Feb 2012
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/i810switch/i810switch-0.6.5-r03.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/i810switch/i810switch-0.6.5-r03.ebuild b/app-misc/i810switch/i810switch-0.6.5-r03.ebuild
new file mode 100644
index 0000000..f662493
--- /dev/null
+++ b/app-misc/i810switch/i810switch-0.6.5-r03.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5-r1.ebuild,v 1.1 2006/10/23 21:57:04 twp Exp $
+
+inherit eutils
+
+DESCRIPTION="A utility for switching the LCD and external VGA displays on and off"
+HOMEPAGE="http://www16.plala.or.jp/mano-a-mano/i810switch.html"
+SRC_URI="http://www16.plala.or.jp/mano-a-mano/i810switch/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+RDEPEND="sys-apps/pciutils"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch "${FILESDIR}"/i810switch-macbook-support.patch
+ make clean
+}
+
+src_compile() {
+ emake || die "compile failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc AUTHORS ChangeLog README TODO
+}