summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2013-10-31 12:23:09 +0000
committerMike Pagano <mpagano@gentoo.org>2013-10-31 12:23:09 +0000
commitf82c19c927e199bb89039b2bb9ec11a62fefbf12 (patch)
treeccb5d0820e8df29e7d952df37898124fafd12b43 /sys-kernel/linux-docs
parentVersion bump, remove old (diff)
downloadgentoo-2-f82c19c927e199bb89039b2bb9ec11a62fefbf12.tar.gz
gentoo-2-f82c19c927e199bb89039b2bb9ec11a62fefbf12.tar.bz2
gentoo-2-f82c19c927e199bb89039b2bb9ec11a62fefbf12.zip
Cleanup. Remove old, commit new.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
Diffstat (limited to 'sys-kernel/linux-docs')
-rw-r--r--sys-kernel/linux-docs/ChangeLog16
-rw-r--r--sys-kernel/linux-docs/linux-docs-2.6.16.ebuild63
-rw-r--r--sys-kernel/linux-docs/linux-docs-2.6.27.7.ebuild62
-rw-r--r--sys-kernel/linux-docs/linux-docs-2.6.32.23.ebuild62
-rw-r--r--sys-kernel/linux-docs/linux-docs-3.0.101.ebuild (renamed from sys-kernel/linux-docs/linux-docs-3.1.ebuild)4
-rw-r--r--sys-kernel/linux-docs/linux-docs-3.0.ebuild62
-rw-r--r--sys-kernel/linux-docs/linux-docs-3.10.17.ebuild (renamed from sys-kernel/linux-docs/linux-docs-3.2.1.ebuild)4
-rw-r--r--sys-kernel/linux-docs/linux-docs-3.11.6.ebuild (renamed from sys-kernel/linux-docs/linux-docs-3.7.1.ebuild)2
-rw-r--r--sys-kernel/linux-docs/linux-docs-3.4.1.ebuild62
-rw-r--r--sys-kernel/linux-docs/linux-docs-3.4.67.ebuild (renamed from sys-kernel/linux-docs/linux-docs-3.6.11.ebuild)2
10 files changed, 21 insertions, 318 deletions
diff --git a/sys-kernel/linux-docs/ChangeLog b/sys-kernel/linux-docs/ChangeLog
index 3ba1e85dd520..1c0ede3b60ae 100644
--- a/sys-kernel/linux-docs/ChangeLog
+++ b/sys-kernel/linux-docs/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for sys-kernel/linux-docs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v 1.40 2013/01/15 20:12:26 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/ChangeLog,v 1.41 2013/10/31 12:23:09 mpagano Exp $
+
+*linux-docs-3.11.6 (31 Oct 2013)
+*linux-docs-3.10.17 (31 Oct 2013)
+*linux-docs-3.4.67 (31 Oct 2013)
+*linux-docs-3.0.101 (31 Oct 2013)
+
+ 31 Oct 2013; Michael Pagano <mpagano@gentoo.org> -linux-docs-2.6.16.ebuild,
+ -linux-docs-2.6.27.7.ebuild, -linux-docs-2.6.32.23.ebuild,
+ -linux-docs-3.0.ebuild, +linux-docs-3.0.101.ebuild, -linux-docs-3.1.ebuild,
+ -linux-docs-3.2.1.ebuild, -linux-docs-3.4.1.ebuild,
+ +linux-docs-3.4.67.ebuild, -linux-docs-3.6.11.ebuild,
+ -linux-docs-3.7.1.ebuild, +linux-docs-3.10.17.ebuild,
+ +linux-docs-3.11.6.ebuild:
+ Cleanup. Remove old, commit new.
*linux-docs-3.6.11 (15 Jan 2013)
diff --git a/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild b/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild
deleted file mode 100644
index 8592415ce6a1..000000000000
--- a/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.16.ebuild,v 1.15 2008/11/26 23:06:25 mpagano Exp $
-
-inherit toolchain-funcs
-
-MY_P=linux-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Developer documentation generated from the Linux kernel"
-HOMEPAGE="http://www.kernel.org/"
-SRC_URI="mirror://kernel/pub/linux/kernel/v2.6/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ppc ppc64 s390 sh sparc x86"
-
-IUSE="html"
-DEPEND="app-text/docbook-sgml-utils
- app-text/xmlto
- sys-apps/sed"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:db2:docbook2:g" \
- -e "s:/usr/local/man:${D}/usr/share/man:g" \
- "${S}"/Documentation/DocBook/Makefile
-
- sed -i \
- -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
- "${S}"/Makefile
-
- # fix for arch change i386->x86
- ln -s "${S}"/arch/i386 "${S}"/arch/x86
-}
-
-src_compile() {
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- emake mandocs || die "make mandocs failed"
-
- if use html; then
- emake htmldocs || die "make htmldocs failed"
- fi
-}
-
-src_install() {
- local file
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- make installmandocs || die "make installmandocs failed"
-
- if use html; then
- for file in Documentation/DocBook/*.html; do
- dohtml -r ${file/\.html/}
- done
- fi
-}
diff --git a/sys-kernel/linux-docs/linux-docs-2.6.27.7.ebuild b/sys-kernel/linux-docs/linux-docs-2.6.27.7.ebuild
deleted file mode 100644
index 92f324d6c32a..000000000000
--- a/sys-kernel/linux-docs/linux-docs-2.6.27.7.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.27.7.ebuild,v 1.3 2008/11/26 20:56:41 mpagano Exp $
-
-inherit toolchain-funcs
-
-MY_P=linux-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Developer documentation generated from the Linux kernel"
-HOMEPAGE="http://www.kernel.org/"
-SRC_URI="mirror://kernel/linux/kernel/v2.6/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-
-IUSE="html"
-DEPEND="app-text/docbook-sgml-utils
- app-text/xmlto
- sys-apps/sed
- ~app-text/docbook-xml-dtd-4.1.2"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:db2:docbook2:g" \
- -e "s:/usr/local/man:${D}/usr/share/man:g" \
- "${S}"/Documentation/DocBook/Makefile
-
- # fix for parallel build as per bug #248337
- sed -i \
- -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
- "${S}"/Makefile
-}
-
-src_compile() {
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- emake mandocs || die "make mandocs failed"
-
- if use html; then
- emake htmldocs || die "make htmldocs failed"
- fi
-}
-
-src_install() {
- local file
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- make installmandocs || die "make installmandocs failed"
-
- if use html; then
- for file in Documentation/DocBook/*.html; do
- dohtml -r ${file/\.html/}
- done
- fi
-}
diff --git a/sys-kernel/linux-docs/linux-docs-2.6.32.23.ebuild b/sys-kernel/linux-docs/linux-docs-2.6.32.23.ebuild
deleted file mode 100644
index 118ee07500d1..000000000000
--- a/sys-kernel/linux-docs/linux-docs-2.6.32.23.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-2.6.32.23.ebuild,v 1.1 2010/10/04 19:18:50 mpagano Exp $
-
-inherit toolchain-funcs
-
-MY_P=linux-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Developer documentation generated from the Linux kernel"
-HOMEPAGE="http://www.kernel.org/"
-SRC_URI="mirror://kernel/linux/kernel/v2.6/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-
-IUSE="html"
-DEPEND="app-text/docbook-sgml-utils
- app-text/xmlto
- sys-apps/sed
- ~app-text/docbook-xml-dtd-4.1.2"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:db2:docbook2:g" \
- -e "s:/usr/local/man:${D}/usr/share/man:g" \
- "${S}"/Documentation/DocBook/Makefile
-
- # fix for parallel build as per bug #248337
- sed -i \
- -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
- "${S}"/Makefile
-}
-
-src_compile() {
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- emake mandocs || die "make mandocs failed"
-
- if use html; then
- emake htmldocs || die "make htmldocs failed"
- fi
-}
-
-src_install() {
- local file
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- make installmandocs || die "make installmandocs failed"
-
- if use html; then
- for file in Documentation/DocBook/*.html; do
- dohtml -r ${file/\.html/}
- done
- fi
-}
diff --git a/sys-kernel/linux-docs/linux-docs-3.1.ebuild b/sys-kernel/linux-docs/linux-docs-3.0.101.ebuild
index 127c8dae0612..25affd37d278 100644
--- a/sys-kernel/linux-docs/linux-docs-3.1.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-3.0.101.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.1.ebuild,v 1.2 2011/11/24 01:04:36 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.0.101.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $
inherit toolchain-funcs
diff --git a/sys-kernel/linux-docs/linux-docs-3.0.ebuild b/sys-kernel/linux-docs/linux-docs-3.0.ebuild
deleted file mode 100644
index f0a1a83ae217..000000000000
--- a/sys-kernel/linux-docs/linux-docs-3.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.0.ebuild,v 1.1 2011/12/11 18:45:09 mpagano Exp $
-
-inherit toolchain-funcs
-
-MY_P=linux-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Developer documentation generated from the Linux kernel"
-HOMEPAGE="http://www.kernel.org/"
-SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-
-IUSE="html"
-DEPEND="app-text/docbook-sgml-utils
- app-text/xmlto
- sys-apps/sed
- ~app-text/docbook-xml-dtd-4.1.2"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:db2:docbook2:g" \
- -e "s:/usr/local/man:${D}/usr/share/man:g" \
- "${S}"/Documentation/DocBook/Makefile
-
- # fix for parallel build as per bug #248337
- sed -i \
- -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
- "${S}"/Makefile
-}
-
-src_compile() {
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- emake mandocs || die "make mandocs failed"
-
- if use html; then
- emake htmldocs || die "make htmldocs failed"
- fi
-}
-
-src_install() {
- local file
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- make installmandocs || die "make installmandocs failed"
-
- if use html; then
- for file in Documentation/DocBook/*.html; do
- dohtml -r ${file/\.html/}
- done
- fi
-}
diff --git a/sys-kernel/linux-docs/linux-docs-3.2.1.ebuild b/sys-kernel/linux-docs/linux-docs-3.10.17.ebuild
index 7a757323cce1..35d93e620647 100644
--- a/sys-kernel/linux-docs/linux-docs-3.2.1.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-3.10.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.2.1.ebuild,v 1.1 2012/01/18 14:58:07 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.10.17.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $
EAPI=3
inherit toolchain-funcs
diff --git a/sys-kernel/linux-docs/linux-docs-3.7.1.ebuild b/sys-kernel/linux-docs/linux-docs-3.11.6.ebuild
index 49cc48cc868d..7fd827fbeb0b 100644
--- a/sys-kernel/linux-docs/linux-docs-3.7.1.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-3.11.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.7.1.ebuild,v 1.1 2013/01/02 19:44:10 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.11.6.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $
EAPI=3
inherit toolchain-funcs
diff --git a/sys-kernel/linux-docs/linux-docs-3.4.1.ebuild b/sys-kernel/linux-docs/linux-docs-3.4.1.ebuild
deleted file mode 100644
index 2ece95c3f583..000000000000
--- a/sys-kernel/linux-docs/linux-docs-3.4.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.4.1.ebuild,v 1.7 2012/12/08 15:50:38 ago Exp $
-
-EAPI=3
-inherit toolchain-funcs
-
-MY_P=linux-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Developer documentation generated from the Linux kernel"
-HOMEPAGE="http://www.kernel.org/"
-SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ppc ppc64 s390 sh sparc x86"
-
-IUSE="html"
-DEPEND="app-text/docbook-sgml-utils
- app-text/xmlto
- sys-apps/sed
- ~app-text/docbook-xml-dtd-4.1.2"
-RDEPEND=""
-
-src_prepare() {
-
- sed -i \
- -e "s:db2:docbook2:g" \
- -e "s:/usr/local/man:${D}/usr/share/man:g" \
- "${S}"/Documentation/DocBook/Makefile
-
- # fix for parallel build as per bug #248337
- sed -i \
- -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \
- "${S}"/Makefile
-}
-
-src_compile() {
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- emake mandocs || die "make mandocs failed"
-
- if use html; then
- emake htmldocs || die "make htmldocs failed"
- fi
-}
-
-src_install() {
- local file
- local ARCH=$(tc-arch-kernel)
- unset KBUILD_OUTPUT
-
- make installmandocs || die "make installmandocs failed"
-
- if use html; then
- for file in Documentation/DocBook/*.html; do
- dohtml -r ${file/\.html/}
- done
- fi
-}
diff --git a/sys-kernel/linux-docs/linux-docs-3.6.11.ebuild b/sys-kernel/linux-docs/linux-docs-3.4.67.ebuild
index d8fa1e4c0b95..49584a4f5679 100644
--- a/sys-kernel/linux-docs/linux-docs-3.6.11.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-3.4.67.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.6.11.ebuild,v 1.1 2013/01/15 20:12:26 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.4.67.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $
EAPI=3
inherit toolchain-funcs