diff options
author | 2009-09-23 15:45:10 +0000 | |
---|---|---|
committer | 2009-09-23 15:45:10 +0000 | |
commit | b183ea3eec6d8f1b77befe683f6137758f30ffc0 (patch) | |
tree | 8e9206040ab05c05aab84ff417861120305fe983 /app-laptop/spicctrl | |
parent | Remove virtual/libc (diff) | |
download | historical-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/spicctrl')
-rw-r--r-- | app-laptop/spicctrl/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.6.ebuild | 6 | ||||
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.9.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
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" |