diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-07-03 18:24:26 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-07-03 18:24:26 +0000 |
commit | 9333a52dca30f283eb1d97697f738d12fc5e264c (patch) | |
tree | 637a0401dacd47fde6a8e4f7bbf6acab079de9d2 /www-apps/sitebar | |
parent | Revbumping to fix bug 97775, a collision-protect error caused by the dual own... (diff) | |
download | gentoo-2-9333a52dca30f283eb1d97697f738d12fc5e264c.tar.gz gentoo-2-9333a52dca30f283eb1d97697f738d12fc5e264c.tar.bz2 gentoo-2-9333a52dca30f283eb1d97697f738d12fc5e264c.zip |
Version bump, closes #94332
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/sitebar')
-rw-r--r-- | www-apps/sitebar/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/sitebar/Manifest | 8 | ||||
-rw-r--r-- | www-apps/sitebar/files/digest-sitebar-3.3.3 | 1 | ||||
-rw-r--r-- | www-apps/sitebar/files/postinstall-en.txt | 2 | ||||
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.3.ebuild | 36 |
5 files changed, 51 insertions, 6 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog index d8155792e0ed..33cf0d3d577b 100644 --- a/www-apps/sitebar/ChangeLog +++ b/www-apps/sitebar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/sitebar -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.3 2004/09/03 17:17:21 pvdabeel Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.4 2005/07/03 18:24:26 rl03 Exp $ + +*sitebar-3.3.3 (03 Jul 2005) + + 03 Jul 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt, + +sitebar-3.3.3.ebuild: + Version bump, closes #94332 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> sitebar-3.2.6.ebuild: diff --git a/www-apps/sitebar/Manifest b/www-apps/sitebar/Manifest index 748c2ec26ba0..98f496350860 100644 --- a/www-apps/sitebar/Manifest +++ b/www-apps/sitebar/Manifest @@ -1,5 +1,7 @@ -MD5 4427db64b7850a75e6a02fea3fb137d7 ChangeLog 607 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 +MD5 1f32f7a3ae056e137cefe523f3ab0acf sitebar-3.3.3.ebuild 919 +MD5 a0a851b944213d83251e1c1c3c22aad8 ChangeLog 765 MD5 e5ff6b38f58910b1a158919cc8ab3601 sitebar-3.2.6.ebuild 841 +MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 +MD5 6e8b21054c7efb7df82a139457cfacfa files/postinstall-en.txt 86 MD5 55c56a38fde4a9d4d2c9cd141259ccba files/digest-sitebar-3.2.6 66 -MD5 beaa9ebb360d0d2629fad3382282a40c files/postinstall-en.txt 77 +MD5 ef9082a8a38ad403f80d049f1d91644b files/digest-sitebar-3.3.3 66 diff --git a/www-apps/sitebar/files/digest-sitebar-3.3.3 b/www-apps/sitebar/files/digest-sitebar-3.3.3 new file mode 100644 index 000000000000..7dfc3cd3d9f7 --- /dev/null +++ b/www-apps/sitebar/files/digest-sitebar-3.3.3 @@ -0,0 +1 @@ +MD5 b61082ad95d859cf9c49c30bc5aa8e21 SiteBar-3.3.3.tar.bz2 467575 diff --git a/www-apps/sitebar/files/postinstall-en.txt b/www-apps/sitebar/files/postinstall-en.txt index b1bff6cedafe..b07acf67d8a5 100644 --- a/www-apps/sitebar/files/postinstall-en.txt +++ b/www-apps/sitebar/files/postinstall-en.txt @@ -1,2 +1,2 @@ -Now go to http://yourhost/sitebar/sitebar.php to complete the installation. +Now go to http://${VHOST_HOSTNAME}/sitebar/sitebar.php to complete the installation. diff --git a/www-apps/sitebar/sitebar-3.3.3.ebuild b/www-apps/sitebar/sitebar-3.3.3.ebuild new file mode 100644 index 000000000000..a3bbb146e404 --- /dev/null +++ b/www-apps/sitebar/sitebar-3.3.3.ebuild @@ -0,0 +1,36 @@ +# 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 $ + +inherit webapp + +DESCRIPTION="The Bookmark Server for Personal and Team Use" +HOMEPAGE="http://sitebar.sourceforge.net/" +KEYWORDS="~x86 ~ppc" + +IUSE="" +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-4.1 + >=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 + 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 +} |