diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 01:19:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 01:19:49 +0000 |
commit | 075b3c2aa2c6ff9aeb2f28d2f95ee361d26d9a43 (patch) | |
tree | dbff55bf56e58a80d97448a4a33f951321f984c4 /sys-apps/pcmcia-cs | |
parent | Bug #283320 cleanup. This package is actually building kernel modules, and sh... (diff) | |
download | gentoo-2-075b3c2aa2c6ff9aeb2f28d2f95ee361d26d9a43.tar.gz gentoo-2-075b3c2aa2c6ff9aeb2f28d2f95ee361d26d9a43.tar.bz2 gentoo-2-075b3c2aa2c6ff9aeb2f28d2f95ee361d26d9a43.zip |
Bug #283320 cleanup. This package is actually building kernel modules, and should bring in linux-mod, not just linux-info.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pcmcia-cs')
-rw-r--r-- | sys-apps/pcmcia-cs/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild | 8 |
3 files changed, 15 insertions, 10 deletions
diff --git a/sys-apps/pcmcia-cs/ChangeLog b/sys-apps/pcmcia-cs/ChangeLog index b7332fd9dafa..4c0f55d6cd88 100644 --- a/sys-apps/pcmcia-cs/ChangeLog +++ b/sys-apps/pcmcia-cs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/pcmcia-cs -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/ChangeLog,v 1.117 2009/07/27 19:37:16 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/ChangeLog,v 1.118 2010/01/10 01:19:49 robbat2 Exp $ + + 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> + pcmcia-cs-3.2.8-r2.ebuild, pcmcia-cs-3.2.9_pre20050614.ebuild: + Bug #283320 cleanup. This package is actually building kernel modules, and + should bring in linux-mod, not just linux-info. 27 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> pcmcia-cs-3.2.8-r2.ebuild: diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild index f2156d19ea13..60275709c3ea 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v 1.17 2009/07/27 19:37:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v 1.18 2010/01/10 01:19:49 robbat2 Exp $ -inherit eutils flag-o-matic toolchain-funcs linux-info +inherit eutils flag-o-matic toolchain-funcs linux-mod DESCRIPTION="PCMCIA tools for Linux" HOMEPAGE="http://pcmcia-cs.sourceforge.net" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} >=sys-apps/sed-4" pkg_setup() { - linux-info_pkg_setup + linux-mod_pkg_setup if kernel_is lt 2 5 && linux_chkconfig_present PCMCIA; then ewarn diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild index a1e68055a564..10f0967426b2 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild,v 1.5 2008/09/01 04:49:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild,v 1.6 2010/01/10 01:19:49 robbat2 Exp $ -inherit eutils toolchain-funcs linux-info +inherit eutils toolchain-funcs linux-mod MY_P=${PN}.14-Jun-05 S=${WORKDIR}/${PN}-${PV/_pre*/} @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} >=sys-apps/sed-4" pkg_setup() { - linux-info_pkg_setup + linux-mod_pkg_setup if kernel_is lt 2 5 && linux_chkconfig_present PCMCIA; then ewarn |