diff options
author | 2006-04-02 15:58:55 +0000 | |
---|---|---|
committer | 2006-04-02 15:58:55 +0000 | |
commit | 31424e6b2bb30925a7fc2806b130ede69733024b (patch) | |
tree | 0c1d7ec19ca379d618ad03c79a2893e7583a42bf /www-apps/sitebar/sitebar-3.3.8.ebuild | |
parent | Marked ppc stable for bug #121413. (diff) | |
download | gentoo-2-31424e6b2bb30925a7fc2806b130ede69733024b.tar.gz gentoo-2-31424e6b2bb30925a7fc2806b130ede69733024b.tar.bz2 gentoo-2-31424e6b2bb30925a7fc2806b130ede69733024b.zip |
Version bump wrt bug #128346.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'www-apps/sitebar/sitebar-3.3.8.ebuild')
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.8.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www-apps/sitebar/sitebar-3.3.8.ebuild b/www-apps/sitebar/sitebar-3.3.8.ebuild new file mode 100644 index 000000000000..5095122ee214 --- /dev/null +++ b/www-apps/sitebar/sitebar-3.3.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.8.ebuild,v 1.1 2006/04/02 15:58:55 rl03 Exp $ + +inherit webapp + +DESCRIPTION="The Bookmark Server for Personal and Team Use" +HOMEPAGE="http://sitebar.sourceforge.net/" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="mysql" +MY_PN=${PN/sitebar/SiteBar} +S=${WORKDIR}/${MY_PN}-${PV} + +SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" + +DEPEND="net-www/apache + virtual/php + mysql? ( >=dev-db/mysql-3.23 )" +LICENSE="GPL-2" + +src_install() { + webapp_src_preinst + dodoc readme.txt doc/history.txt doc/install.txt doc/troubleshooting.txt + cp -R . ${D}/${MY_HTDOCSDIR} + rm -rf ${D}/${MY_HTDOCSDIR}/doc ${D}/${MY_HTDOCSDIR}/readme.txt + + webapp_serverowned ${MY_HTDOCSDIR}/inc + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + + webapp_src_install +} |