diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 21:39:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 21:39:22 +0000 |
commit | bef8d370a14e74f6a8b2327aa004bbf200242fdd (patch) | |
tree | fc650b5bc5ad7f20ce81481cc5c435a4231039b7 | |
parent | Changed einstall||die to einstall (diff) | |
download | historical-bef8d370a14e74f6a8b2327aa004bbf200242fdd.tar.gz historical-bef8d370a14e74f6a8b2327aa004bbf200242fdd.tar.bz2 historical-bef8d370a14e74f6a8b2327aa004bbf200242fdd.zip |
Changed mkdir ${D} to dodir ${D}
-rw-r--r-- | net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild | 11 | ||||
-rw-r--r-- | net-www/mod_ssl/mod_ssl-2.8.12.ebuild | 16 | ||||
-rw-r--r-- | net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild | 6 |
3 files changed, 16 insertions, 17 deletions
diff --git a/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild index 421a123ba381..5cc390f16c35 100644 --- a/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild +++ b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.5 2002/11/29 11:42:42 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.6 2002/11/30 21:34:05 vapier Exp $ # The mod_layout and mod_random that come in the archive are really old, # so I've replaced them with more current versions. @@ -9,17 +9,18 @@ mod_random_ver=1.4 DESCRIPTION="Collection of third-party contributed modules for Apache" HOMEPAGE="http://www.apache.org/dist/httpd/contrib/modules/1.3/" -KEYWORDS="x86 sparc sparc64" - S=${WORKDIR}/apache-contrib-${PV} SRC_URI="http://www.apache.org/dist/httpd/contrib/modules/1.3/apache-contrib-${PV}.tar.gz http://software.tangent.org/download/mod_layout-${mod_layout_ver}.tar.gz http://software.tangent.org/download/mod_random-${mod_random_ver}.tar.gz" -DEPEND="virtual/glibc =net-www/apache-1*" +KEYWORDS="x86 sparc sparc64" LICENSE="Apache-1.1" SLOT="0" +DEPEND="virtual/glibc + =net-www/apache-1*" + 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 mod_auth_cookie_file mod_cache mod_fastcgi mod_peephole mod_session @@ -74,7 +75,7 @@ src_install() { ls $i/*.html >/dev/null 2>&1 if [ $? -eq 0 ] then - mkdir -p ${D}/usr/share/doc/${PF}/${i}/html + dodir /usr/share/doc/${PF}/${i}/html cp $i/*.html ${D}/usr/share/doc/${PF}/${i}/html fi done diff --git a/net-www/mod_ssl/mod_ssl-2.8.12.ebuild b/net-www/mod_ssl/mod_ssl-2.8.12.ebuild index cb3c9e7d08b0..2e5c56f146f9 100644 --- a/net-www/mod_ssl/mod_ssl-2.8.12.ebuild +++ b/net-www/mod_ssl/mod_ssl-2.8.12.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2002 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.2 2002/11/29 11:42:42 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.12.ebuild,v 1.3 2002/11/30 21:36:42 vapier Exp $ MY_P=${P}-1.3.27 - -DESCRIPTION="An SSL module for the Apache Web server" -HOMEPAGE="http://www.modssl.org" -KEYWORDS="x86 ppc sparc sparc64" - 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/" -DEPEND="=net-www/apache-1* >=dev-libs/openssl-0.9.6c" +KEYWORDS="x86 ppc sparc sparc64" 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 @@ -38,7 +38,7 @@ src_install() { doexe pkg.contrib/*.sh ${FILESDIR}/gentestcrt.sh dodoc ANNOUNCE CHANGES CREDITS LICENSE NEWS README* - mkdir -p ${D}/usr/share/doc/${PF}/html + dodir /usr/share/doc/${PF}/html cp -a pkg.ssldoc/* ${D}/usr/share/doc/${PF}/html insinto /etc/apache/conf/vhosts diff --git a/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild b/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild index 9e35122761af..8a58c365b005 100644 --- a/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild +++ b/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild @@ -1,8 +1,6 @@ # 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/phoenix-bin/phoenix-bin-0.4-r2.ebuild,v 1.3 2002/11/21 22:48:44 gerk Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild,v 1.4 2002/11/30 21:39:22 vapier Exp $ MY_PN=${PN/-bin/} S=${WORKDIR}/${MY_PN} @@ -23,7 +21,7 @@ RDEPEND=">=sys-libs/lib-compat-1.0-r2 src_install() { # Plugin path creation PLUGIN_DIR="/usr/lib/nsbrowser/plugins" - mkdir -p ${D}/${PLUGIN_DIR} + dodir /${PLUGIN_DIR} dodir /usr/lib |