diff options
author | 2005-04-23 18:58:28 +0000 | |
---|---|---|
committer | 2005-04-23 18:58:28 +0000 | |
commit | 9e88efc913994966a59d62c54d0457cb61c972d2 (patch) | |
tree | 0a6dc059a726754b055ca5ede3fc8314360c92a7 /app-doc/linux-device-drivers | |
parent | Version bump for bug 89694; added dosed to all src_installs correcting cflags... (diff) | |
download | gentoo-2-9e88efc913994966a59d62c54d0457cb61c972d2.tar.gz gentoo-2-9e88efc913994966a59d62c54d0457cb61c972d2.tar.bz2 gentoo-2-9e88efc913994966a59d62c54d0457cb61c972d2.zip |
marked stable on ppc, took out sh from keywords due to missing dependency
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-doc/linux-device-drivers')
-rw-r--r-- | app-doc/linux-device-drivers/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/linux-device-drivers/linux-device-drivers-2.ebuild | 4 | ||||
-rw-r--r-- | app-doc/linux-device-drivers/linux-device-drivers-3.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-doc/linux-device-drivers/ChangeLog b/app-doc/linux-device-drivers/ChangeLog index 8088b4145ff3..71b109b1929e 100644 --- a/app-doc/linux-device-drivers/ChangeLog +++ b/app-doc/linux-device-drivers/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-doc/linux-device-drivers # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/ChangeLog,v 1.2 2005/04/21 22:13:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/ChangeLog,v 1.3 2005/04/23 18:58:28 wormo Exp $ + + 23 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + linux-device-drivers-2.ebuild, linux-device-drivers-3.ebuild: + took out sh from keywords since it has a missing dependency (unzip) + + 22 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + linux-device-drivers-2.ebuild, linux-device-drivers-3.ebuild: + stable on ppc *linux-device-drivers-3 (21 Apr 2005) diff --git a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild index c86b39a2769d..d2009e7f02a6 100644 --- a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild +++ b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild,v 1.4 2005/04/22 02:36:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild,v 1.5 2005/04/23 18:58:28 wormo Exp $ DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)" HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive2/" @@ -9,7 +9,7 @@ SRC_URI="http://www.xml.com/ldd/chapter/book/pdf/ldd_book_pdf.zip LICENSE="FDL-1.1" SLOT="2" -KEYWORDS="amd64 arm hppa ia64 s390 sh x86" +KEYWORDS="amd64 arm hppa ia64 ppc s390 x86" IUSE="" DEPEND="app-arch/unzip" diff --git a/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild index ab18e0f60ad2..c51812b0a46c 100644 --- a/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild +++ b/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild,v 1.2 2005/04/22 02:36:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild,v 1.3 2005/04/23 18:58:28 wormo Exp $ DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)" HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive3/ http://lwn.net/Kernel/LDD3/" @@ -12,7 +12,7 @@ SRC_URI="http://lwn.net/images/pdf/LDD3/ldd3_pdf.tar.bz2 LICENSE="CCPL-Attribution-ShareAlike-2.0" SLOT="3" -KEYWORDS="amd64 arm hppa ia64 s390 sh x86" +KEYWORDS="amd64 arm hppa ia64 ppc s390 sh x86" IUSE="" DEPEND="" |