summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-07 21:02:23 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-07 21:02:23 +0000
commit61886658767f636d4d5b1b38763177be60059147 (patch)
tree93c87d2aae8d0d3de9cd530649bf2a68c5d59b11 /app-doc
parentUnmasked lilo, only now we require >=lilo-22.1 (which does work w/ (diff)
downloadhistorical-61886658767f636d4d5b1b38763177be60059147.tar.gz
historical-61886658767f636d4d5b1b38763177be60059147.tar.bz2
historical-61886658767f636d4d5b1b38763177be60059147.zip
cleanup, updates
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gentoo-web/files/xml/build.xml5
-rw-r--r--app-doc/gentoo-web/gentoo-web-1.0.ebuild56
-rw-r--r--app-doc/gentoo-web/gentoo-web-2.0.ebuild57
-rw-r--r--app-doc/gentoo-web/gentoo-web-2.1.ebuild81
4 files changed, 3 insertions, 196 deletions
diff --git a/app-doc/gentoo-web/files/xml/build.xml b/app-doc/gentoo-web/files/xml/build.xml
index 7599ce6110ff..2684aa61b0c8 100644
--- a/app-doc/gentoo-web/files/xml/build.xml
+++ b/app-doc/gentoo-web/files/xml/build.xml
@@ -205,9 +205,10 @@ Linux's (at that time) brand new VM implementation. Ext3 itself is solid,
it's just that 2.4.10's ext3 and VM clashed. If you want to use ext3 filesystems,
just install on ext2 filesystems. Specify a type of <c>auto</c> in your <path>/etc/fstab</path>
and be sure to compile ext3 support into your kernel (we'll compile a kernel in just
-a bit). Then, before your reboot, type <c>mke2fs -j /dev/hdXX</c> for all your
+a bit). Then, before your reboot, type <c>tune2fs -j /dev/hdXX</c> for all your
ext3 filesystems -- your filesystems can be mounted or unmounted when you type
-this; it doesn't matter. Then, when you reboot into your newly bootstrapped
+this; it doesn't matter, and the <c>tune2fs</c> command will be available after
+you <c>emerge system</c>. Then, when you reboot into your newly bootstrapped
Gentoo Linux system, you will have working and rock-solid ext3 filesystems!
This problem will be fixed as soon as I have enough time to roll up a new ISO
image. --Daniel</warn>
diff --git a/app-doc/gentoo-web/gentoo-web-1.0.ebuild b/app-doc/gentoo-web/gentoo-web-1.0.ebuild
deleted file mode 100644
index bddd42b5104b..000000000000
--- a/app-doc/gentoo-web/gentoo-web-1.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms
-# of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-1.0.ebuild,v 1.9 2001/10/06 17:22:51 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="www.gentoo.org website"
-SRC_URI=""
-HOMEPAGE="http://www.gentoo.org"
-RDEPEND="sys-devel/python dev-libs/libxslt net-www/apache"
-
-src_unpack() {
- if [ "$MAINTAINER" != "yes" ]
- then
- echo "This will zap stuff in /usr/local/httpd/htdocs."
- echo "Beware -- maintainers only."
- fi
-}
-
-src_install() {
- dodir /usr/local/httpd/htdocs/doc
- dodir /usr/local/httpd/htdocs/projects
- insinto /usr/local/httpd/htdocs/doc
- cd ${FILESDIR}
- doins html/nvidia_tsg.html
- local x
- for x in install xml-guide portage-user gentoo-howto faq
- do
- xsltproc xsl/guide.xsl xml/${x}.xml > ${D}/usr/local/httpd/htdocs/doc/${x}.html
- done
- doins css/gentoo-doc.css images/gentoo-doc.gif images/install*.gif
-
- #dynamic firewalls tools page
- xsltproc xsl/guide.xsl xml/dynfw.xml > ${D}/usr/local/httpd/htdocs/projects/dynfw.html
-
- insinto /usr/local/httpd/htdocs/projects
- doins dynfw-1.0/dynfw-1.0.tar.gz css/gentoo-doc.css images/gentoo-doc.gif
-
- insinto /usr/local/httpd/htdocs
- doins pyhtml/*
- doins css/gentoo.css
- cd images
- doins gentoolinux.gif gentoo-2.gif
- cd ..
- exeinto /usr/sbin
- doexe bin/update-web
- exeinto /usr/bin
- doexe bin/pytext
-}
-
-#pkg_postinst() {
- # This doesn't work, appears to be a path/env-update issue
- #/usr/sbin/update-web
-#}
-
-
diff --git a/app-doc/gentoo-web/gentoo-web-2.0.ebuild b/app-doc/gentoo-web/gentoo-web-2.0.ebuild
deleted file mode 100644
index 54925dbac538..000000000000
--- a/app-doc/gentoo-web/gentoo-web-2.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms
-# of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.0.ebuild,v 1.5 2001/10/06 17:22:51 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="www.gentoo.org website"
-SRC_URI=""
-HOMEPAGE="http://www.gentoo.org"
-RDEPEND="sys-devel/python dev-libs/libxslt net-www/apache"
-
-src_unpack() {
- if [ "$MAINTAINER" != "yes" ]
- then
- echo "This will zap stuff in /usr/local/httpd/htdocs."
- echo "Beware -- maintainers only."
- fi
-}
-
-src_install() {
- dodir /usr/local/httpd/htdocs/doc
- dodir /usr/local/httpd/htdocs/projects
- insinto /usr/local/httpd/htdocs/doc
- cd ${FILESDIR}
- local x
- for x in install xml-guide portage-user gentoo-howto faq nvidia_tsg
- do
- xsltproc xsl/guide.xsl xml/${x}.xml > ${D}/usr/local/httpd/htdocs/doc/${x}.html
- chmod 0644 ${D}/usr/local/httpd/htdocs/doc/${x}.html
- done
- doins css/gentoo-doc.css images/gentoo-doc.gif images/install*.gif
-
- #dynamic firewalls tools page
- xsltproc xsl/guide.xsl xml/dynfw.xml > ${D}/usr/local/httpd/htdocs/projects/dynfw.html
- chmod 0644 ${D}/usr/local/httpd/htdocs/projects/dynfw.html
-
- insinto /usr/local/httpd/htdocs/projects
- doins dynfw-1.0/dynfw-1.0.tar.gz css/gentoo-doc.css images/gentoo-doc.gif
-
- insinto /usr/local/httpd/htdocs
- doins html/index*.html
- doins css/gentoo-new.css
- cd images
- doins zn* 1x1.gif gmid.gif gtop.jpg favicon.ico
- cd ..
- #exeinto /usr/sbin
- #doexe bin/update-web
- #exeinto /usr/bin
- #doexe bin/pytext
-}
-
-#pkg_postinst() {
- # This doesn't work, appears to be a path/env-update issue
- #/usr/sbin/update-web
-#}
-
-
diff --git a/app-doc/gentoo-web/gentoo-web-2.1.ebuild b/app-doc/gentoo-web/gentoo-web-2.1.ebuild
deleted file mode 100644
index 43a637086b53..000000000000
--- a/app-doc/gentoo-web/gentoo-web-2.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms
-# of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.1.ebuild,v 1.7 2001/10/06 17:22:51 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="www.gentoo.org website"
-SRC_URI="http://www.red-bean.com/cvs2cl/cvs2cl.pl"
-HOMEPAGE="http://www.gentoo.org"
-RDEPEND="sys-devel/python dev-libs/libxslt net-www/apache"
-
-src_unpack() {
- if [ "$MAINTAINER" != "yes" ]
- then
- echo "This will zap stuff in /usr/local/httpd/htdocs."
- echo "Beware -- maintainers only."
- fi
-}
-
-src_install() {
- dodir /usr/local/httpd/htdocs/doc
- dodir /usr/local/httpd/htdocs/projects
- insinto /usr/local/httpd/htdocs/doc
- cd ${FILESDIR}
- local x
- for x in install xml-guide portage-user gentoo-howto faq nvidia_tsg
- do
- xsltproc xsl/guide-main.xsl xml/${x}.xml > ${D}/usr/local/httpd/htdocs/doc/${x}.html
- done
- dodir /usr/local/httpd/htdocs/images
- insinto /usr/local/httpd/htdocs/images
- cd ${FILESDIR}/images
- doins gtop-new.jpg gbot-new.gif gridtest.gif gentoo-new.gif install*.gif
- insinto /usr/local/httpd/htdocs
- doins favicon.ico
- #dynamic firewalls tools page
- cd ${FILESDIR}
- xsltproc xsl/guide-main.xsl xml/dynfw.xml > ${D}/usr/local/httpd/htdocs/projects/dynfw.html
- xsltproc xsl/guide-main.xsl xml/project-xml.xml > ${D}/usr/local/httpd/htdocs/projects/xml.html
-
- insinto /usr/local/httpd/htdocs/projects
- doins dynfw-1.0/dynfw-1.0.tar.gz
-
- cd ..
- tar czvf ${D}/usr/local/httpd/htdocs/projects/guide-xml-latest.tar.gz files
- cd ${FILESDIR}
-
- insinto /usr/local/httpd/htdocs
-
- xsltproc xsl/guide-main.xsl xml/main-about.xml > ${D}/usr/local/httpd/htdocs/index.html
- xsltproc xsl/guide-main.xsl xml/main-download.xml > ${D}/usr/local/httpd/htdocs/index-download.html
- xsltproc xsl/guide-main.xsl xml/main-projects.xml > ${D}/usr/local/httpd/htdocs/index-projects.html
-
- doins css/main-new.css
-
- #install XSL for later use
- dodir /usr/local/httpd/htdocs/xsl
- insinto /usr/local/httpd/htdocs/xsl
- cd ${FILESDIR}/xsl
- doins cvs.xsl guide-main.xsl
-
- #install snddevices script
- dodir /usr/local/httpd/htdocs/scripts
- insinto /usr/local/httpd/htdocs/scripts
- cd ${FILESDIR}/scripts
- doins snddevices
-
- cd ${D}
- chmod -R g+rw,o+r *
- chown -R root.root *
-
- dobin ${DISTDIR}/cvs2cl.pl
- dosbin ${FILESDIR}/bin/cvslog.sh
-}
-
-#pkg_postinst() {
- # This doesn't work, appears to be a path/env-update issue
- #/usr/sbin/update-web
-#}
-
-