diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 12:40:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 12:40:30 +0000 |
commit | df7b450e0e33ca98acfd82b7f31c7dc85238e71e (patch) | |
tree | 6ffb363fb4f575bbe4a862f2f5efb9d2a51949dd /net-www/webapp-config | |
parent | Fixed path problem with binary plugins (diff) | |
download | gentoo-2-df7b450e0e33ca98acfd82b7f31c7dc85238e71e.tar.gz gentoo-2-df7b450e0e33ca98acfd82b7f31c7dc85238e71e.tar.bz2 gentoo-2-df7b450e0e33ca98acfd82b7f31c7dc85238e71e.zip |
hppa stable
Diffstat (limited to 'net-www/webapp-config')
-rw-r--r-- | net-www/webapp-config/webapp-config-1.10-r2.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/net-www/webapp-config/webapp-config-1.10-r2.ebuild b/net-www/webapp-config/webapp-config-1.10-r2.ebuild index a57e0b2c5175..16880de719e2 100644 --- a/net-www/webapp-config/webapp-config-1.10-r2.ebuild +++ b/net-www/webapp-config/webapp-config-1.10-r2.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r2.ebuild,v 1.2 2004/06/25 01:16:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r2.ebuild,v 1.3 2004/06/28 12:40:30 vapier Exp $ DESCRIPTION="Gentoo's installer for web-based applications" HOMEPAGE="http://www.gentoo.org/" SRC_URI="http://dev.gentoo.org/~stuart/${PN}/${PN}-${PVR}.tar.bz2" + LICENSE="GPL-2" -SLOT=0 -KEYWORDS="~x86 ~sparc ~ppc ~amd64 ~mips ~alpha ~hppa" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha hppa ~amd64" IUSE="" -DEPEND= + +DEPEND="" RDEPEND="sys-apps/grep sys-apps/findutils sys-apps/sed @@ -17,14 +19,15 @@ RDEPEND="sys-apps/grep sys-apps/coreutils app-shells/bash app-portage/gentoolkit" + S=${WORKDIR}/${PF} -src_compile () { +src_compile() { # do nothing - echo > /dev/null + true } -src_install () { +src_install() { dosbin sbin/webapp-config dodir /usr/lib/webapp-config cp -R lib/* ${D}/usr/lib/webapp-config/ @@ -36,7 +39,7 @@ src_install () { dohtml doc/webapp-config.5.html doc/webapp-config.8.html doc/webapp.eclass.5.html } -pkg_postinst () { +pkg_postinst() { echo einfo "Now that you have upgraded webapp-config, you **must** update your" einfo "config files in /etc/vhosts/webapp-config before you emerge any" |