summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 15:45:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 15:45:10 +0000
commitb183ea3eec6d8f1b77befe683f6137758f30ffc0 (patch)
tree8e9206040ab05c05aab84ff417861120305fe983 /app-laptop
parentRemove virtual/libc (diff)
downloadhistorical-b183ea3eec6d8f1b77befe683f6137758f30ffc0.tar.gz
historical-b183ea3eec6d8f1b77befe683f6137758f30ffc0.tar.bz2
historical-b183ea3eec6d8f1b77befe683f6137758f30ffc0.zip
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/i8kutils/ChangeLog8
-rw-r--r--app-laptop/i8kutils/i8kutils-1.25-r1.ebuild7
-rw-r--r--app-laptop/i8kutils/i8kutils-1.25.ebuild7
-rw-r--r--app-laptop/spicctrl/ChangeLog8
-rw-r--r--app-laptop/spicctrl/spicctrl-1.6.ebuild6
-rw-r--r--app-laptop/spicctrl/spicctrl-1.9.ebuild6
6 files changed, 24 insertions, 18 deletions
diff --git a/app-laptop/i8kutils/ChangeLog b/app-laptop/i8kutils/ChangeLog
index c2243ece657e..2b3aa3633349 100644
--- a/app-laptop/i8kutils/ChangeLog
+++ b/app-laptop/i8kutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/i8kutils
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.16 2008/10/29 20:28:43 tester Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.17 2009/09/23 15:44:48 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> i8kutils-1.25.ebuild,
+ i8kutils-1.25-r1.ebuild:
+ Remove virtual/libc
*i8kutils-1.25-r1 (29 Oct 2008)
diff --git a/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild b/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild
index dad2cbb960d3..1463cc981067 100644
--- a/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild
+++ b/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.1 2008/10/29 20:28:43 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.2 2009/09/23 15:44:48 patrick Exp $
DESCRIPTION="Dell Inspiron and Latitude utilities"
HOMEPAGE="http://people.debian.org/~dz/i8k/"
@@ -11,8 +11,7 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="tk"
-DEPEND="virtual/libc
- tk? ( >=dev-lang/tk-8.3.3 )"
+DEPEND="tk? ( >=dev-lang/tk-8.3.3 )"
src_compile() {
make all || die
diff --git a/app-laptop/i8kutils/i8kutils-1.25.ebuild b/app-laptop/i8kutils/i8kutils-1.25.ebuild
index b3c86760263f..d5e34416bf67 100644
--- a/app-laptop/i8kutils/i8kutils-1.25.ebuild
+++ b/app-laptop/i8kutils/i8kutils-1.25.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.11 2007/07/15 07:10:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.12 2009/09/23 15:44:48 patrick Exp $
DESCRIPTION="Dell Inspiron and Latitude utilities"
HOMEPAGE="http://people.debian.org/~dz/i8k/"
@@ -11,8 +11,7 @@ SLOT="0"
KEYWORDS="-* x86 amd64"
IUSE="tk"
-DEPEND="virtual/libc
- tk? ( >=dev-lang/tk-8.3.3 )"
+DEPEND="tk? ( >=dev-lang/tk-8.3.3 )"
src_compile() {
make all || die
diff --git a/app-laptop/spicctrl/ChangeLog b/app-laptop/spicctrl/ChangeLog
index 2733fc7f292d..9f788903a7c4 100644
--- a/app-laptop/spicctrl/ChangeLog
+++ b/app-laptop/spicctrl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/spicctrl
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.10 2007/02/09 07:14:24 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.11 2009/09/23 15:45:10 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> spicctrl-1.6.ebuild,
+ spicctrl-1.9.ebuild:
+ Remove virtual/libc
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/app-laptop/spicctrl/spicctrl-1.6.ebuild b/app-laptop/spicctrl/spicctrl-1.6.ebuild
index ce3b030a6e9a..9cb1176f7da3 100644
--- a/app-laptop/spicctrl/spicctrl-1.6.ebuild
+++ b/app-laptop/spicctrl/spicctrl-1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.6.ebuild,v 1.6 2005/04/21 07:21:03 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.6.ebuild,v 1.7 2009/09/23 15:45:10 patrick Exp $
DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)"
HOMEPAGE="http://spop.free.fr/sonypi/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86 -ppc"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
src_compile() {
emake CFLAGS="${CFLAGS}" || die "emake failed"
diff --git a/app-laptop/spicctrl/spicctrl-1.9.ebuild b/app-laptop/spicctrl/spicctrl-1.9.ebuild
index c3e267b6e2d8..019dc594e3fb 100644
--- a/app-laptop/spicctrl/spicctrl-1.9.ebuild
+++ b/app-laptop/spicctrl/spicctrl-1.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.9.ebuild,v 1.1 2006/02/09 22:14:50 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.9.ebuild,v 1.2 2009/09/23 15:45:10 patrick Exp $
DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)"
HOMEPAGE="http://www.popies.net/sonypi/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 -ppc"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
src_compile() {
emake CFLAGS="${CFLAGS}" || die "emake failed"