summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-22 20:44:34 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-22 20:44:34 +0000
commit590f075b8e3000f7eb6d2b33aabda5adcbfdb878 (patch)
tree76d643652168748ee7a24719cfdaf59a11ab427c /net-www
parentNew version (diff)
downloadgentoo-2-590f075b8e3000f7eb6d2b33aabda5adcbfdb878.tar.gz
gentoo-2-590f075b8e3000f7eb6d2b33aabda5adcbfdb878.tar.bz2
gentoo-2-590f075b8e3000f7eb6d2b33aabda5adcbfdb878.zip
cleanup
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_ssl/Manifest8
-rw-r--r--net-www/mod_ssl/files/digest-mod_ssl-2.8.121
-rw-r--r--net-www/mod_ssl/files/digest-mod_ssl-2.8.12-r11
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild75
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.12.ebuild75
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.15.ebuild4
6 files changed, 4 insertions, 160 deletions
diff --git a/net-www/mod_ssl/Manifest b/net-www/mod_ssl/Manifest
index 37a68d9d3a5f..774f60799fd7 100644
--- a/net-www/mod_ssl/Manifest
+++ b/net-www/mod_ssl/Manifest
@@ -1,12 +1,8 @@
MD5 50ffc674ccb5a2be9b8add675c5f996b ChangeLog 2381
-MD5 8a3ba1311d49820c52d727f2d9b17e17 mod_ssl-2.8.12-r1.ebuild 2174
-MD5 7ae631961553b0b1e66e3dad1208d4c7 mod_ssl-2.8.12.ebuild 2166
MD5 ff384d96b39989f0b5689a90ca615604 mod_ssl-2.8.14.ebuild 2177
-MD5 42adef4d1198ed27c6d1ed4983e08ebb mod_ssl-2.8.15.ebuild 2179
-MD5 447cbd9b877004c558658fe0d0b7c88d files/digest-mod_ssl-2.8.12 73
-MD5 447cbd9b877004c558658fe0d0b7c88d files/digest-mod_ssl-2.8.12-r1 73
+MD5 61892c4a1da7eb2d1be9ec60df3c7f38 mod_ssl-2.8.15.ebuild 2185
MD5 fe24199aa29e2d65bbe3c688c09d1970 files/digest-mod_ssl-2.8.14 73
+MD5 e67b9180ff35d280b70e37b0de072fc0 files/digest-mod_ssl-2.8.15 73
MD5 7cdc6f06443dc935bf836249bc085ecd files/gentestcrt.sh 8799
MD5 e451c018a8da27b6842d9224364962a1 files/mod_ssl.conf 2449
MD5 72518107112ea88ab9b90980b7631d63 files/ssl.default-vhost.conf 6917
-MD5 e67b9180ff35d280b70e37b0de072fc0 files/digest-mod_ssl-2.8.15 73
diff --git a/net-www/mod_ssl/files/digest-mod_ssl-2.8.12 b/net-www/mod_ssl/files/digest-mod_ssl-2.8.12
deleted file mode 100644
index dfab8708a5e4..000000000000
--- a/net-www/mod_ssl/files/digest-mod_ssl-2.8.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6d52df71a602ae150898fb8483fa22a4 mod_ssl-2.8.12-1.3.27.tar.gz 753529
diff --git a/net-www/mod_ssl/files/digest-mod_ssl-2.8.12-r1 b/net-www/mod_ssl/files/digest-mod_ssl-2.8.12-r1
deleted file mode 100644
index dfab8708a5e4..000000000000
--- a/net-www/mod_ssl/files/digest-mod_ssl-2.8.12-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6d52df71a602ae150898fb8483fa22a4 mod_ssl-2.8.12-1.3.27.tar.gz 753529
diff --git a/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild b/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild
deleted file mode 100644
index 00dbd8ddf429..000000000000
--- a/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild,v 1.2 2003/03/11 09:54:37 lordvan Exp $
-
-MY_P=${P}-1.3.27
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An SSL module for the Apache Web server"
-SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.modssl.org/"
-
-KEYWORDS="x86 ppc sparc"
-LICENSE="as-is"
-SLOT="0"
-
-DEPEND="=net-www/apache-1.3.27*
- >=dev-libs/openssl-0.9.6i"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- # proper path to openssl
- cp pkg.contrib/cca.sh pkg.contrib/cca.sh.orig
- sed -e 's%^\(openssl=\).*%\1"/usr/bin/openssl"%' \
- pkg.contrib/cca.sh.orig > pkg.contrib/cca.sh
-}
-
-src_compile() {
- SSL_BASE=SYSTEM \
- ./configure \
- --with-apxs=/usr/sbin/apxs || die "bad ./configure"
- make || die "compile problem"
-}
-
-src_install() {
- exeinto /usr/lib/apache-extramodules
- doexe pkg.sslmod/libssl.so
-
- exeinto /usr/lib/ssl/mod_ssl
- doexe pkg.contrib/*.sh ${FILESDIR}/gentestcrt.sh
-
- dodoc ANNOUNCE CHANGES CREDITS LICENSE NEWS README*
- dodir /usr/share/doc/${PF}/html
- cp -a pkg.ssldoc/* ${D}/usr/share/doc/${PF}/html
-
- insinto /etc/apache/conf/vhosts
- doins ${FILESDIR}/ssl.default-vhost.conf
-
- insinto /etc/apache/conf/addon-modules
- doins ${FILESDIR}/mod_ssl.conf
-}
-
-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 "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
-
- cd ${ROOT}/etc/apache/conf/ssl
- einfo "Generating self-signed test certificate in /etc/apache/conf/ssl..."
- einfo "(Ignore any message from the yes command below)"
- yes "" | ${ROOT}/usr/lib/ssl/mod_ssl/gentestcrt.sh >/dev/null 2>&1
- einfo
-}
-
-pkg_config() {
- ${ROOT}/usr/sbin/apacheaddmod \
- ${ROOT}/etc/apache/conf/apache.conf \
- extramodules/libssl.so mod_ssl.c ssl_module \
- define=SSL addconf=conf/addon-modules/mod_ssl.conf
-
- echo "Include conf/vhosts/ssl.default-vhost.conf" \
- >> ${ROOT}/etc/apache/conf/apache.conf
-}
diff --git a/net-www/mod_ssl/mod_ssl-2.8.12.ebuild b/net-www/mod_ssl/mod_ssl-2.8.12.ebuild
deleted file mode 100644
index f0704777d754..000000000000
--- a/net-www/mod_ssl/mod_ssl-2.8.12.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.12.ebuild,v 1.5 2003/02/13 15:38:40 vapier Exp $
-
-MY_P=${P}-1.3.27
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An SSL module for the Apache Web server"
-SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.modssl.org/"
-
-KEYWORDS="x86 ppc sparc "
-LICENSE="as-is"
-SLOT="0"
-
-DEPEND="=net-www/apache-1*
- >=dev-libs/openssl-0.9.6c"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- # proper path to openssl
- cp pkg.contrib/cca.sh pkg.contrib/cca.sh.orig
- sed -e 's%^\(openssl=\).*%\1"/usr/bin/openssl"%' \
- pkg.contrib/cca.sh.orig > pkg.contrib/cca.sh
-}
-
-src_compile() {
- SSL_BASE=SYSTEM \
- ./configure \
- --with-apxs=/usr/sbin/apxs || die "bad ./configure"
- make || die "compile problem"
-}
-
-src_install() {
- exeinto /usr/lib/apache-extramodules
- doexe pkg.sslmod/libssl.so
-
- exeinto /usr/lib/ssl/mod_ssl
- doexe pkg.contrib/*.sh ${FILESDIR}/gentestcrt.sh
-
- dodoc ANNOUNCE CHANGES CREDITS LICENSE NEWS README*
- dodir /usr/share/doc/${PF}/html
- cp -a pkg.ssldoc/* ${D}/usr/share/doc/${PF}/html
-
- insinto /etc/apache/conf/vhosts
- doins ${FILESDIR}/ssl.default-vhost.conf
-
- insinto /etc/apache/conf/addon-modules
- doins ${FILESDIR}/mod_ssl.conf
-}
-
-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 "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
-
- cd ${ROOT}/etc/apache/conf/ssl
- einfo "Generating self-signed test certificate in /etc/apache/conf/ssl..."
- einfo "(Ignore any message from the yes command below)"
- yes "" | ${ROOT}/usr/lib/ssl/mod_ssl/gentestcrt.sh >/dev/null 2>&1
- einfo
-}
-
-pkg_config() {
- ${ROOT}/usr/sbin/apacheaddmod \
- ${ROOT}/etc/apache/conf/apache.conf \
- extramodules/libssl.so mod_ssl.c ssl_module \
- define=SSL addconf=conf/addon-modules/mod_ssl.conf
-
- echo "Include conf/vhosts/ssl.default-vhost.conf" \
- >> ${ROOT}/etc/apache/conf/apache.conf
-}
diff --git a/net-www/mod_ssl/mod_ssl-2.8.15.ebuild b/net-www/mod_ssl/mod_ssl-2.8.15.ebuild
index 046393817da3..1f002c9b3beb 100644
--- a/net-www/mod_ssl/mod_ssl-2.8.15.ebuild
+++ b/net-www/mod_ssl/mod_ssl-2.8.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.15.ebuild,v 1.3 2003/08/04 23:26:25 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.15.ebuild,v 1.4 2003/09/22 20:44:29 mholzer Exp $
MY_P=${P}-1.3.28
S=${WORKDIR}/${MY_P}
@@ -8,7 +8,7 @@ DESCRIPTION="An SSL module for the Apache Web server"
SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz"
HOMEPAGE="http://www.modssl.org/"
-KEYWORDS="x86 ~ppc ~sparc hppa"
+KEYWORDS="x86 ~ppc ~sparc ~alpha hppa"
LICENSE="as-is"
SLOT="0"