summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2008-10-25 20:16:14 +0000
committerCédric Krier <cedk@gentoo.org>2008-10-25 20:16:14 +0000
commit8778349e18478500623fb2a5d54742fb5dfc6ddf (patch)
treefca46ab6b40aab7743ab603eca7ba3845415486f /app-misc/i810switch
parentRemoved old. (diff)
downloadgentoo-2-8778349e18478500623fb2a5d54742fb5dfc6ddf.tar.gz
gentoo-2-8778349e18478500623fb2a5d54742fb5dfc6ddf.tar.bz2
gentoo-2-8778349e18478500623fb2a5d54742fb5dfc6ddf.zip
Fix CC for bug #243648, fix unquoted variable and remove old
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-misc/i810switch')
-rw-r--r--app-misc/i810switch/ChangeLog9
-rw-r--r--app-misc/i810switch/i810switch-0.6.2.ebuild24
-rw-r--r--app-misc/i810switch/i810switch-0.6.5-r1.ebuild30
-rw-r--r--app-misc/i810switch/i810switch-0.6.5-r2.ebuild8
-rw-r--r--app-misc/i810switch/i810switch-0.6.5.ebuild10
5 files changed, 17 insertions, 64 deletions
diff --git a/app-misc/i810switch/ChangeLog b/app-misc/i810switch/ChangeLog
index f6abcfbc3795..512bbaa6f78c 100644
--- a/app-misc/i810switch/ChangeLog
+++ b/app-misc/i810switch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/i810switch
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/ChangeLog,v 1.17 2007/10/13 18:39:18 cedk Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/ChangeLog,v 1.18 2008/10/25 20:16:14 cedk Exp $
+
+ 25 Oct 2008; Cédric Krier <cedk@gentoo.org> -i810switch-0.6.2.ebuild,
+ i810switch-0.6.5.ebuild, -i810switch-0.6.5-r1.ebuild,
+ i810switch-0.6.5-r2.ebuild:
+ Fix CC for bug #243648, fix unquoted variable and remove old
*i810switch-0.6.5-r2 (13 Oct 2007)
diff --git a/app-misc/i810switch/i810switch-0.6.2.ebuild b/app-misc/i810switch/i810switch-0.6.2.ebuild
deleted file mode 100644
index ff89de99ee8b..000000000000
--- a/app-misc/i810switch/i810switch-0.6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.2.ebuild,v 1.7 2005/07/25 12:36:48 twp Exp $
-
-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_compile() {
- emake || die "compile failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/app-misc/i810switch/i810switch-0.6.5-r1.ebuild b/app-misc/i810switch/i810switch-0.6.5-r1.ebuild
deleted file mode 100644
index ee2f325966a7..000000000000
--- a/app-misc/i810switch/i810switch-0.6.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 $
-
-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}
- make clean
-}
-
-src_compile() {
- emake || die "compile failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/app-misc/i810switch/i810switch-0.6.5-r2.ebuild b/app-misc/i810switch/i810switch-0.6.5-r2.ebuild
index 359d04a18076..2ad467f637f5 100644
--- a/app-misc/i810switch/i810switch-0.6.5-r2.ebuild
+++ b/app-misc/i810switch/i810switch-0.6.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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-r2.ebuild,v 1.1 2007/10/13 18:39:18 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5-r2.ebuild,v 1.2 2008/10/25 20:16:14 cedk Exp $
-inherit eutils
+inherit eutils toolchain-funcs
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"
@@ -24,7 +24,7 @@ src_unpack() {
}
src_compile() {
- emake || die "emake failed"
+ emake CC=$(tc-getCC) || die "emake failed"
}
src_install() {
diff --git a/app-misc/i810switch/i810switch-0.6.5.ebuild b/app-misc/i810switch/i810switch-0.6.5.ebuild
index b34931ba2084..dc0b2314ae48 100644
--- a/app-misc/i810switch/i810switch-0.6.5.ebuild
+++ b/app-misc/i810switch/i810switch-0.6.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 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.ebuild,v 1.2 2006/01/17 18:47:21 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5.ebuild,v 1.3 2008/10/25 20:16:14 cedk Exp $
+
+inherit toolchain-funcs
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"
@@ -15,10 +17,10 @@ DEPEND="virtual/libc"
RDEPEND="sys-apps/pciutils"
src_compile() {
- emake || die "compile failed"
+ emake CC=$(tc-getCC) || die "compile failed"
}
src_install() {
- make DESTDIR=${D} install || die "install failed"
+ make DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS ChangeLog README TODO
}