diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 22:07:13 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 22:07:13 +0000 |
commit | 919328b19e479631f2d7294331e8fb2d5632132c (patch) | |
tree | 6548c97b3c0643241be9e66e068341068ab4e5e6 /www-apps/sitebar/sitebar-3.3.3.ebuild | |
parent | added clamav dependency for plugin, bug #103344 (diff) | |
download | historical-919328b19e479631f2d7294331e8fb2d5632132c.tar.gz historical-919328b19e479631f2d7294331e8fb2d5632132c.tar.bz2 historical-919328b19e479631f2d7294331e8fb2d5632132c.zip |
Housekeeping
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/sitebar/sitebar-3.3.3.ebuild')
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.3.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www-apps/sitebar/sitebar-3.3.3.ebuild b/www-apps/sitebar/sitebar-3.3.3.ebuild index a3bbb146e404..ec305bdef194 100644 --- a/www-apps/sitebar/sitebar-3.3.3.ebuild +++ b/www-apps/sitebar/sitebar-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.3.ebuild,v 1.1 2005/07/03 18:24:26 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.3.ebuild,v 1.2 2005/08/22 22:07:13 rl03 Exp $ inherit webapp @@ -15,14 +15,10 @@ S=${WORKDIR}/${MY_PN}-${PV} SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" DEPEND="net-www/apache - >=virtual/php-4.1 + virtual/php >=dev-db/mysql-3.23" LICENSE="GPL-2" -src_compile() { - :; -} - src_install() { webapp_src_preinst dodoc readme.txt doc/history.txt doc/install.txt doc/troubleshooting.txt |