head	1.4;
access;
symbols
	gentoo_1_0_rc5:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.01.29.01.11.26;	author drobbins;	state dead;
branches;
next	1.3;

1.3
date	2001.07.21.20.53.47;	author drobbins;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.17.14.52.35;	author drobbins;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.06.03.07.36;	author drobbins;	state Exp;
branches;
next	;


desc
@@


1.4
log
@removing a bunch of my Web junk from Portage
@
text
@#!/bin/bash
cd /usr/portage/app-doc/gentoo-web
emerge $1
@


1.3
log
@now does updating
@
text
@@


1.2
log
@changing umask to deal with group write issues
@
text
@d2 2
a3 7
cd /usr/portage
#allow group write and execute perms
umask 022
cvs update -dP
cd /usr/local/httpd/htdocs
/usr/sbin/pytext index.pyhtml > index.html
echo "Web site regenerated."
@


1.1
log
@new ebuild
@
text
@d3 2
@

