diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-05-04 23:23:02 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-05-04 23:23:02 +0000 |
commit | 5efbf3bf3aef5a9ba651a5856288d911a666dc84 (patch) | |
tree | 0d549112a3f4d7be2ba84fe719bdfd6ed9055198 | |
parent | typo fixes (diff) | |
download | historical-5efbf3bf3aef5a9ba651a5856288d911a666dc84.tar.gz historical-5efbf3bf3aef5a9ba651a5856288d911a666dc84.tar.bz2 historical-5efbf3bf3aef5a9ba651a5856288d911a666dc84.zip |
Added LICENSE, SLOT, $Headers, pam_stack aware pam.d/ file.
47 files changed, 128 insertions, 48 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 286c2fd3aec0..cdd84a050fd8 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,8 +1,14 @@ # ChangeLog for net-www/apache # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.7 2002/04/26 16:09:10 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.8 2002/05/04 23:22:49 woodchip Exp $ - 26 Apr 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.24-r1.ebuild : +*apache-1.3.24-r2 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, $Headers. + + 26 Apr 2002; Donny Davies <woodchip@gentoo.org> : o Made the user/group id's 81 in pkg_setup after thusly adding them to Gentoo's baselayout. No need to upgrade folks; cosmetic-only fix. diff --git a/net-www/apache/apache-1.3.24-r1.ebuild b/net-www/apache/apache-1.3.24-r2.ebuild index 0ab39257f3ab..5bde2a1a05b6 100644 --- a/net-www/apache/apache-1.3.24-r1.ebuild +++ b/net-www/apache/apache-1.3.24-r2.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.24-r1.ebuild,v 1.3 2002/04/26 16:09:10 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.24-r2.ebuild,v 1.1 2002/05/04 23:22:49 woodchip Exp $ mod_ssl_ver=2.8.8-${PV} HARD_SERVER_LIMIT=512 @@ -21,6 +20,8 @@ RDEPEND="virtual/glibc >=sys-libs/gdbm-1.8 >=dev-libs/expat-1.95.2" DEPEND="${RDEPEND} sys-devel/perl" +LICENSE="Apache-1.1" +SLOT="1" pkg_setup() { # these are in baselayout now; it will not hurt to leave them here though.. diff --git a/net-www/apache/files/apache-builtin-mods b/net-www/apache/files/apache-builtin-mods index e0fe46543125..ba35727f4ec5 100644 --- a/net-www/apache/files/apache-builtin-mods +++ b/net-www/apache/files/apache-builtin-mods @@ -1,3 +1,5 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache-builtin-mods,v 1.2 2002/05/04 23:23:00 woodchip Exp $ +# # This is a config file for choosing which Apache built-in modules you # want and how they should be compiled. You have the option of either # compiling them statically into the apache binary, or building them diff --git a/net-www/apache/files/apache.confd b/net-www/apache/files/apache.confd index a84c237411aa..33a68eb86eb0 100644 --- a/net-www/apache/files/apache.confd +++ b/net-www/apache/files/apache.confd @@ -1,3 +1,7 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache.confd,v 1.2 2002/05/04 23:23:00 woodchip Exp $ + # Config file for /etc/init.d/apache # Here's an example from /etc/apache/conf/apache.conf using mod_ssl: diff --git a/net-www/apache/files/apacheaddmod b/net-www/apache/files/apacheaddmod index 72b859fc9e49..1ce73d50ef6d 100644 --- a/net-www/apache/files/apacheaddmod +++ b/net-www/apache/files/apacheaddmod @@ -1,4 +1,6 @@ #!/usr/bin/perl +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apacheaddmod,v 1.2 2002/05/04 23:23:00 woodchip Exp $ +# # apacheaddmod # Script to modify the Apache configuration file to include a module # (C) 2001 Jean-Michel Dault <jmdault@mandrakesoft.com> and Mandrakesoft diff --git a/net-www/apache/files/apachedelmod b/net-www/apache/files/apachedelmod index 11b61befccc8..3e056a92f4dd 100644 --- a/net-www/apache/files/apachedelmod +++ b/net-www/apache/files/apachedelmod @@ -1,4 +1,6 @@ #!/usr/bin/perl +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apachedelmod,v 1.2 2002/05/04 23:23:01 woodchip Exp $ +# # apachedelmod # Script to modify the Apache configuration file to remove a module # (C) 2001 Jean-Michel Dault <jmdault@mandrakesoft.com> and Mandrakesoft diff --git a/net-www/apache/files/apachefixconf b/net-www/apache/files/apachefixconf index 46f380f511dd..c69c53c7bfd9 100644 --- a/net-www/apache/files/apachefixconf +++ b/net-www/apache/files/apachefixconf @@ -1,4 +1,6 @@ #!/usr/bin/perl +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apachefixconf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ +# # apachefixconf # Script to fix a module include file # (C) 2001 Jean-Michel Dault <jmdault@mandrakesoft.com> and Mandrakesoft diff --git a/net-www/apache/files/apachelogserverstatus b/net-www/apache/files/apachelogserverstatus index 3d0d984afb9e..607f6bea0f54 100644 --- a/net-www/apache/files/apachelogserverstatus +++ b/net-www/apache/files/apachelogserverstatus @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apachelogserverstatus,v 1.2 2002/05/04 23:23:01 woodchip Exp $ ## ==================================================================== ## The Apache Software License, Version 1.1 diff --git a/net-www/apache/files/apachesplitlogfile b/net-www/apache/files/apachesplitlogfile index 5b9967a88950..12762ddb268d 100644 --- a/net-www/apache/files/apachesplitlogfile +++ b/net-www/apache/files/apachesplitlogfile @@ -1,5 +1,6 @@ #!/usr/bin/perl -# +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apachesplitlogfile,v 1.2 2002/05/04 23:23:01 woodchip Exp $ + ## ==================================================================== ## The Apache Software License, Version 1.1 ## diff --git a/net-www/apache/files/conf/DynamicVhosts.conf b/net-www/apache/files/conf/DynamicVhosts.conf index b63cbdf1031e..bffd3470aa61 100644 --- a/net-www/apache/files/conf/DynamicVhosts.conf +++ b/net-www/apache/files/conf/DynamicVhosts.conf @@ -1,4 +1,5 @@ -# +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/DynamicVhosts.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ + #Simple dynamic virtual hosts # # This extract from apache.conf implements the virtual host arrangement diff --git a/net-www/apache/files/conf/Vhosts.conf b/net-www/apache/files/conf/Vhosts.conf index dbabdd073c61..fc8938ad1115 100644 --- a/net-www/apache/files/conf/Vhosts.conf +++ b/net-www/apache/files/conf/Vhosts.conf @@ -1,3 +1,5 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/Vhosts.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ + ################# Vhosts.conf #This is where we store the VirtualHosts configuration. # diff --git a/net-www/apache/files/conf/VirtualHomePages.conf b/net-www/apache/files/conf/VirtualHomePages.conf index a6075abe98f5..f2d2f2ef5236 100644 --- a/net-www/apache/files/conf/VirtualHomePages.conf +++ b/net-www/apache/files/conf/VirtualHomePages.conf @@ -1,3 +1,5 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/VirtualHomePages.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ + #A virtually hosted homepages system # # This is an adjustment of the above system tailored for an ISP's diff --git a/net-www/apache/files/conf/apache.conf b/net-www/apache/files/conf/apache.conf index 808b80eaee14..94b822a7bb9f 100644 --- a/net-www/apache/files/conf/apache.conf +++ b/net-www/apache/files/conf/apache.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/apache.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ ### Main Configuration Section ### You really shouldn't change these settings unless you're a guru ### diff --git a/net-www/apache/files/conf/commonapache.conf b/net-www/apache/files/conf/commonapache.conf index e059b7adb89f..db45c82f6d78 100644 --- a/net-www/apache/files/conf/commonapache.conf +++ b/net-www/apache/files/conf/commonapache.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/commonapache.conf,v 1.4 2002/05/04 23:23:01 woodchip Exp $ ### Common server configuration # User apache diff --git a/net-www/apache/files/digest-apache-1.3.24-r1 b/net-www/apache/files/digest-apache-1.3.24-r2 index 770251a0ba76..770251a0ba76 100644 --- a/net-www/apache/files/digest-apache-1.3.24-r1 +++ b/net-www/apache/files/digest-apache-1.3.24-r2 diff --git a/net-www/apache/files/find-dbm-lib b/net-www/apache/files/find-dbm-lib index 3993e7380d3b..7ee86ca5d328 100644 --- a/net-www/apache/files/find-dbm-lib +++ b/net-www/apache/files/find-dbm-lib @@ -3,6 +3,7 @@ # So unless we protect ourselves with the found_dbm variable # we'd end up having to do the work twice... and we'd end up putting # two -ldbm -ldbm into the LIBS variable. +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/find-dbm-lib,v 1.2 2002/05/04 23:23:01 woodchip Exp $ if [ "x$found_dbm" = "x" ]; then found_dbm=0 diff --git a/net-www/apache/files/robots.txt b/net-www/apache/files/robots.txt index 60e6ca396b1e..06d2dc4bf47c 100644 --- a/net-www/apache/files/robots.txt +++ b/net-www/apache/files/robots.txt @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/robots.txt,v 1.2 2002/05/04 23:23:01 woodchip Exp $ # exclude help system from robots User-agent: * Disallow: /manual/ diff --git a/net-www/mod_contribs/ChangeLog b/net-www/mod_contribs/ChangeLog index 46c2e0d7c2d6..fdccb74629e4 100644 --- a/net-www/mod_contribs/ChangeLog +++ b/net-www/mod_contribs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_contribs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.2 2002/05/04 23:23:01 woodchip Exp $ + +*mod_contribs-1.0.8-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. *mod_contribs-1.0.8 (9 Apr 2002) diff --git a/net-www/mod_contribs/files/digest-mod_contribs-1.0.8 b/net-www/mod_contribs/files/digest-mod_contribs-1.0.8-r1 index ce4d24a60374..ce4d24a60374 100644 --- a/net-www/mod_contribs/files/digest-mod_contribs-1.0.8 +++ b/net-www/mod_contribs/files/digest-mod_contribs-1.0.8-r1 diff --git a/net-www/mod_contribs/mod_contribs-1.0.8.ebuild b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild index 94750fde8cc5..04a67e691c48 100644 --- a/net-www/mod_contribs/mod_contribs-1.0.8.ebuild +++ b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.1 2002/05/04 23:23:01 woodchip Exp $ # The mod_layout and mod_random that come in the archive are really old, # so I've replaced them with more current versions. @@ -17,6 +16,8 @@ SRC_URI="http://www.apache.org/dist/httpd/contrib/modules/1.3/apache-contrib-${P http://software.tangent.org/download/mod_random-${mod_random_ver}.tar.gz" DEPEND="virtual/glibc >=net-www/apache-1.3.24" +LICENSE="Apache-1.1" +SLOT="0" MY_MODS="mod_allowdev mod_auth_system mod_disallow_id mod_lock mod_random mod_auth_cookie mod_bandwidth mod_eaccess mod_macro mod_roaming @@ -80,7 +81,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with these modules." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/net-www/mod_dav/ChangeLog b/net-www/mod_dav/ChangeLog index 8ae3ec93b120..20b6263d111d 100644 --- a/net-www/mod_dav/ChangeLog +++ b/net-www/mod_dav/ChangeLog @@ -1,8 +1,14 @@ -# ChangeLog for net-www/mod_gzip +# ChangeLog for net-www/mod_dav # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.2 2002/05/04 23:23:01 woodchip Exp $ -*mod_gzip-1.3.19.1a (9 Apr 2002) +*mod_dav-1.0.3-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. + +*mod_dav-1.0.3 (9 Apr 2002) 9 Apr 2002; Donny Davies <woodchip@gentoo.org> : diff --git a/net-www/mod_dav/files/digest-mod_dav-1.0.3 b/net-www/mod_dav/files/digest-mod_dav-1.0.3-r1 index 922f040fb428..922f040fb428 100644 --- a/net-www/mod_dav/files/digest-mod_dav-1.0.3 +++ b/net-www/mod_dav/files/digest-mod_dav-1.0.3-r1 diff --git a/net-www/mod_dav/files/mod_dav.conf b/net-www/mod_dav/files/mod_dav.conf index 6b7f54cd0b88..678d1475d090 100644 --- a/net-www/mod_dav/files/mod_dav.conf +++ b/net-www/mod_dav/files/mod_dav.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/files/mod_dav.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $ <IfModule mod_dav.c> DAVLockDB /var/lock/mod_dav diff --git a/net-www/mod_dav/mod_dav-1.0.3.ebuild b/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild index 7d2aa1dda0a2..516ca40a38ac 100644 --- a/net-www/mod_dav/mod_dav-1.0.3.ebuild +++ b/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild,v 1.1 2002/05/04 23:23:01 woodchip Exp $ MY_V=${PV}-1.3.6 @@ -12,6 +11,8 @@ S=${WORKDIR}/${PN}-${MY_V} SRC_URI="http://www.webdav.org/mod_dav/${PN}-${MY_V}.tar.gz" DEPEND="virtual/glibc >=net-www/apache-1.3.24" +LICENSE="as-is" +SLOT="0" src_unpack() { unpack ${A} ; cd ${S} @@ -40,7 +41,7 @@ pkg_postinst() { install -m0750 -o apache -g apache -d ${ROOT}/var/lock/mod_dav einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/net-www/mod_gzip/ChangeLog b/net-www/mod_gzip/ChangeLog index a58e8982612d..53cc90f51aba 100644 --- a/net-www/mod_gzip/ChangeLog +++ b/net-www/mod_gzip/ChangeLog @@ -1,8 +1,14 @@ -# ChangeLog for net-www/mod_dav +# ChangeLog for net-www/mod_gzip # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/ChangeLog,v 1.2 2002/05/04 23:23:01 woodchip Exp $ -*mod_dav-1.0.3 (9 Apr 2002) +*mod_gzip-1.3.19.1a-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. + +*mod_gzip-1.3.19.1a (9 Apr 2002) 9 Apr 2002; Donny Davies <woodchip@gentoo.org> : diff --git a/net-www/mod_gzip/files/digest-mod_gzip-1.3.19.1a b/net-www/mod_gzip/files/digest-mod_gzip-1.3.19.1a-r1 index 4c83e458fecf..4c83e458fecf 100644 --- a/net-www/mod_gzip/files/digest-mod_gzip-1.3.19.1a +++ b/net-www/mod_gzip/files/digest-mod_gzip-1.3.19.1a-r1 diff --git a/net-www/mod_gzip/files/mod_gzip.conf b/net-www/mod_gzip/files/mod_gzip.conf index 155af97b71f2..090b8a964023 100644 --- a/net-www/mod_gzip/files/mod_gzip.conf +++ b/net-www/mod_gzip/files/mod_gzip.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/files/mod_gzip.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ <IfModule mod_gzip.c> mod_gzip_on Yes diff --git a/net-www/mod_gzip/mod_gzip-1.3.19.1a.ebuild b/net-www/mod_gzip/mod_gzip-1.3.19.1a-r1.ebuild index 9093f9451b81..dc346ecb3422 100644 --- a/net-www/mod_gzip/mod_gzip-1.3.19.1a.ebuild +++ b/net-www/mod_gzip/mod_gzip-1.3.19.1a-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/mod_gzip-1.3.19.1a.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_gzip/mod_gzip-1.3.19.1a-r1.ebuild,v 1.1 2002/05/04 23:23:01 woodchip Exp $ DESCRIPTION="Apache module which acts as an Internet Content Accelerator" HOMEPAGE="http://www.remotecommunications.com/apache/mod_gzip/" @@ -10,6 +9,8 @@ S=${WORKDIR}/${P} SRC_URI="http://www.remotecommunications.com/apache/${PN}/src/${PV}/${PN}.c.gz" DEPEND="virtual/glibc >=net-www/apache-1.3.24 >=sys-libs/zlib-1.1.4" +LICENSE="Apache-1.1" +SLOT="0" src_unpack() { mkdir ${P} ; cd ${S} @@ -34,7 +35,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/net-www/mod_mp3/ChangeLog b/net-www/mod_mp3/ChangeLog index 5bbdbf9ef6c6..9d002a4b2a51 100644 --- a/net-www/mod_mp3/ChangeLog +++ b/net-www/mod_mp3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_mp3 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/ChangeLog,v 1.2 2002/05/04 23:23:02 woodchip Exp $ + +*mod_mp3-0.35-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. *mod_mp3-0.35 (9 Apr 2002) diff --git a/net-www/mod_mp3/files/digest-mod_mp3-0.35 b/net-www/mod_mp3/files/digest-mod_mp3-0.35-r1 index 5754bce8c732..5754bce8c732 100644 --- a/net-www/mod_mp3/files/digest-mod_mp3-0.35 +++ b/net-www/mod_mp3/files/digest-mod_mp3-0.35-r1 diff --git a/net-www/mod_mp3/files/mod_mp3.conf b/net-www/mod_mp3/files/mod_mp3.conf index 6fad951f6017..98adf566dc55 100644 --- a/net-www/mod_mp3/files/mod_mp3.conf +++ b/net-www/mod_mp3/files/mod_mp3.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/files/mod_mp3.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ <IfModule mod_mp3.c> #Listen 80 diff --git a/net-www/mod_mp3/mod_mp3-0.35.ebuild b/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild index fdd74fce4549..9cceec0a7ceb 100644 --- a/net-www/mod_mp3/mod_mp3-0.35.ebuild +++ b/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild,v 1.1 2002/05/04 23:23:02 woodchip Exp $ DESCRIPTION="Module for turning Apache into an MP3 or Ogg streaming server" HOMEPAGE="http://media.tangent.org/" @@ -10,6 +9,8 @@ S=${WORKDIR}/${P} SRC_URI="http://software.tangent.org/download/${P}.tar.gz" DEPEND="virtual/glibc >=net-www/apache-1.3.24 sys-devel/perl" +LICENSE="as-is" +SLOT="0" src_compile() { ./configure || die @@ -31,7 +32,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/net-www/mod_ssl/files/digest-mod_ssl-2.8.8 b/net-www/mod_ssl/files/digest-mod_ssl-2.8.8-r1 index a66efcbff2ff..a66efcbff2ff 100644 --- a/net-www/mod_ssl/files/digest-mod_ssl-2.8.8 +++ b/net-www/mod_ssl/files/digest-mod_ssl-2.8.8-r1 diff --git a/net-www/mod_ssl/files/gentestcrt.sh b/net-www/mod_ssl/files/gentestcrt.sh index d1e9e11facd9..adecb609226f 100644 --- a/net-www/mod_ssl/files/gentestcrt.sh +++ b/net-www/mod_ssl/files/gentestcrt.sh @@ -1,4 +1,5 @@ #!/bin/sh +## $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/gentestcrt.sh,v 1.2 2002/05/04 23:23:02 woodchip Exp $ ## ## gentestcrt -- Create self-signed test certificate ## (C) 2001 Jean-Michel Dault <jmdault@mandrakesoft.com> and Mandrakesoft diff --git a/net-www/mod_ssl/files/mod_ssl.conf b/net-www/mod_ssl/files/mod_ssl.conf index 90ff9a0219d1..fb84b872e7e0 100644 --- a/net-www/mod_ssl/files/mod_ssl.conf +++ b/net-www/mod_ssl/files/mod_ssl.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/mod_ssl.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ <IfModule mod_ssl.c> ##-------------------------------------------------------------------------- diff --git a/net-www/mod_ssl/files/ssl.default-vhost.conf b/net-www/mod_ssl/files/ssl.default-vhost.conf index 3f5edaec28c0..9377c93b9eb4 100644 --- a/net-www/mod_ssl/files/ssl.default-vhost.conf +++ b/net-www/mod_ssl/files/ssl.default-vhost.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ <IfModule mod_ssl.c> ## diff --git a/net-www/mod_ssl/mod_ssl-2.8.8.ebuild b/net-www/mod_ssl/mod_ssl-2.8.8-r1.ebuild index 6f30bf4799ac..14362be86b88 100644 --- a/net-www/mod_ssl/mod_ssl-2.8.8.ebuild +++ b/net-www/mod_ssl/mod_ssl-2.8.8-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.8.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.8-r1.ebuild,v 1.1 2002/05/04 23:23:02 woodchip Exp $ MY_P=${P}-1.3.24 @@ -12,6 +11,8 @@ S=${WORKDIR}/${MY_P} SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz" DEPEND="virtual/glibc >=net-www/apache-1.3.24 >=dev-libs/openssl-0.9.6c" +LICENSE="as-is" +SLOT="0" src_unpack() { unpack ${A} ; cd ${S} @@ -50,7 +51,7 @@ pkg_postinst() { install -d -o root -g root -m0755 ${ROOT}/etc/apache/conf/ssl einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/net-www/mod_throttle/ChangeLog b/net-www/mod_throttle/ChangeLog index 0396d2caa0a6..805e083813d8 100644 --- a/net-www/mod_throttle/ChangeLog +++ b/net-www/mod_throttle/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_throttle # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.2 2002/05/04 23:23:02 woodchip Exp $ + +*mod_throttle-3.1.2-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. *mod_throttle-3.1.2 (9 Apr 2002) diff --git a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r1 index df3d69409322..df3d69409322 100644 --- a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 +++ b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r1 diff --git a/net-www/mod_throttle/files/mod_throttle.conf b/net-www/mod_throttle/files/mod_throttle.conf index d9d33423098e..4ae3a8e2c731 100644 --- a/net-www/mod_throttle/files/mod_throttle.conf +++ b/net-www/mod_throttle/files/mod_throttle.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/files/mod_throttle.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ # Place "ThrottleBps 0" in all your VirtualHost directives to monitor vhosts <IfModule mod_throttle.c> diff --git a/net-www/mod_throttle/mod_throttle-3.1.2.ebuild b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild index 1b103fc4ddc2..98d2805db9f3 100644 --- a/net-www/mod_throttle/mod_throttle-3.1.2.ebuild +++ b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.1 2002/05/04 23:23:02 woodchip Exp $ DESCRIPTION="Bandwidth and request throttling for Apache" HOMEPAGE="http://www.snert.com/Software/mod_throttle/" @@ -11,6 +10,8 @@ S=${WORKDIR}/${P} SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_V}.tgz" DEPEND="virtual/glibc >=net-www/apache-1.3.24" +LICENSE="as-is" +SLOT="0" src_compile() { make || die "compile problem" @@ -29,7 +30,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/net-www/squid/ChangeLog b/net-www/squid/ChangeLog index 2860f41b7bde..6348d9dac431 100644 --- a/net-www/squid/ChangeLog +++ b/net-www/squid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/squid # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/squid/ChangeLog,v 1.4 2002/03/21 01:23:36 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/ChangeLog,v 1.5 2002/05/04 23:23:02 woodchip Exp $ + +*squid-2.4.6-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, $Headers, pam_stack aware pam.d/ file. *squid-2.4.6 (20 Mar 2002) diff --git a/net-www/squid/files/digest-squid-2.4.6 b/net-www/squid/files/digest-squid-2.4.6-r1 index 26869494cb0b..26869494cb0b 100644 --- a/net-www/squid/files/digest-squid-2.4.6 +++ b/net-www/squid/files/digest-squid-2.4.6-r1 diff --git a/net-www/squid/files/squid.confd b/net-www/squid/files/squid.confd index 2b66d32a0702..1e098b5d22a8 100644 --- a/net-www/squid/files/squid.confd +++ b/net-www/squid/files/squid.confd @@ -1,3 +1,7 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.confd,v 1.3 2002/05/04 23:23:02 woodchip Exp $ + # Config file for /etc/init.d/squid SQUID_OPTS="-DYC" diff --git a/net-www/squid/files/squid.pam b/net-www/squid/files/squid.pam index 5a716d2a055a..400fd73655f8 100644 --- a/net-www/squid/files/squid.pam +++ b/net-www/squid/files/squid.pam @@ -1,5 +1,8 @@ -auth required pam_pwdb.so -auth required pam_nologin.so -account required pam_pwdb.so -session required pam_pwdb.so -session required pam_limits.so +#%PAM-1.0 +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.pam,v 1.2 2002/05/04 23:23:02 woodchip Exp $ +auth required /lib/security/pam_stack.so service=system-auth +auth required /lib/security/pam_nologin.so +account required /lib/security/pam_stack.so service=system-auth +password required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_limits.so diff --git a/net-www/squid/files/squid.pam.new b/net-www/squid/files/squid.pam.new deleted file mode 100644 index 32d833633c68..000000000000 --- a/net-www/squid/files/squid.pam.new +++ /dev/null @@ -1,7 +0,0 @@ -#%PAM-1.0 -auth required /lib/security/pam_stack.so service=system-auth -auth required /lib/security/pam_nologin.so -account required /lib/security/pam_stack.so service=system-auth -password required /lib/security/pam_stack.so service=system-auth -session required /lib/security/pam_stack.so service=system-auth -session required /lib/security/pam_limits.so diff --git a/net-www/squid/squid-2.4.6.ebuild b/net-www/squid/squid-2.4.6-r1.ebuild index ef4fc8d32f5a..88ffb95aa521 100644 --- a/net-www/squid/squid-2.4.6.ebuild +++ b/net-www/squid/squid-2.4.6-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.4.6.ebuild,v 1.3 2002/03/21 01:44:59 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.4.6-r1.ebuild,v 1.1 2002/05/04 23:23:02 woodchip Exp $ # this could be cleaner.. MY_P=${PN}-2.4.STABLE6 @@ -13,6 +12,8 @@ HOMEPAGE="http://www.squid-cache.org/" RDEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.72 ) ldap? ( >=net-nds/openldap-2 )" DEPEND="${RDEPEND} sys-devel/perl" +LICENSE="GPL-2" +SLOT="0" src_unpack() { unpack ${A} |