diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:45:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:45:10 +0000 |
commit | 41682af169bc3e71b36ab81eb8fa65e8af4b03be (patch) | |
tree | 42b74b74b1c429d7cbfb505fb3cf649f49452c96 /app-laptop | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-41682af169bc3e71b36ab81eb8fa65e8af4b03be.tar.gz gentoo-2-41682af169bc3e71b36ab81eb8fa65e8af4b03be.tar.bz2 gentoo-2-41682af169bc3e71b36ab81eb8fa65e8af4b03be.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-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" |