summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/eventum/ChangeLog4
-rw-r--r--www-apps/eventum/Manifest8
-rw-r--r--www-apps/eventum/eventum-2.1.ebuild (renamed from www-apps/eventum/eventum-2.0.1.ebuild)13
-rw-r--r--www-apps/eventum/files/postinstall-en.txt25
4 files changed, 25 insertions, 25 deletions
diff --git a/www-apps/eventum/ChangeLog b/www-apps/eventum/ChangeLog
index 240ddf8..87faa27 100644
--- a/www-apps/eventum/ChangeLog
+++ b/www-apps/eventum/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Nov 2007; Jakub Moc <jakub@gentoo.org> files/postinstall-en.txt,
+ -eventum-2.0.1.ebuild, +eventum-2.1.ebuild:
+ Version bump, remove old.
+
13 Sep 2007; Jakub Moc <jakub@gentoo.org> eventum-2.0.1.ebuild:
Use virtual/httpd-cgi for webserver dependency
diff --git a/www-apps/eventum/Manifest b/www-apps/eventum/Manifest
index f90e26a..7ff9aea 100644
--- a/www-apps/eventum/Manifest
+++ b/www-apps/eventum/Manifest
@@ -1,5 +1,5 @@
-AUX postinstall-en.txt 595 RMD160 c4e90c2e2918831b040b1b18463932c6c6b04b38 SHA1 02e472cdb8f5309368210c4f58bdfd4864ddddd9 SHA256 2cd4bd058d5bc6054363554770d5eff4432d1b3616bafade9a4a3cfa75991142
-DIST eventum-2.0.1.tar.gz 1429884 RMD160 33158c155ec6f072c12c2033a8e001f0cbe9284d SHA1 28a2f92e5f1fd2251c03ff78cd360db836f71f7f SHA256 2dbf69ebe9d225da9aa1c62fa5162dd444d1f9e11c6601b2c321fd0d9bc3a8ff
-EBUILD eventum-2.0.1.ebuild 1377 RMD160 e7822050be1a1f4c66312e50e9048ef2c7608974 SHA1 6ae19981656ec801e335e33920e48e8ef8804552 SHA256 025e9af61511c33e87a93be3e483f97be49717ee88f64a465b3a73a886afa7b5
-MISC ChangeLog 619 RMD160 ca0314b1053acf9abf0fdfaaa480d251a6d3a8bd SHA1 3f64042610c55899b5ca4519b026464f38674339 SHA256 7dc760d1f4e1a5d98e4e9ea30552d73ad8637edc957f5094e1f4139579d943c8
+AUX postinstall-en.txt 438 RMD160 b869ccfa527ac9d16380ef0c21109088251d2cfb SHA1 a982b6cb7f5a98ba751cb24b7a6c33679d2f115d SHA256 368ce4c98d1789caec8e59160588c9e9b842a372eeb236a125c4e49c535d122c
+DIST eventum-2.1.tar.gz 1604401 RMD160 7a47d6160688a00a5678cbc1a71330c13438f72b SHA1 1bb9eb7aea790e50e0b4a7885d39e70f73773227 SHA256 64051580f9770a92165b0bf5d762b6a085b29d6d5178455b4468a51c949fe42d
+EBUILD eventum-2.1.ebuild 1365 RMD160 61809a310aa58bbe5950f9af7007601ed21d5c6b SHA1 6026acd882758f450f48da86b061915f3f34d022 SHA256 e9b587efba1307ac8550e8aaaa9cb5a4ba658d3cfb7adedef52d632bcb78769d
+MISC ChangeLog 764 RMD160 eb833b6b57edc24ac90a555462115416bec3f904 SHA1 b32a0526f6af62a2f3c151649228b0aac84e9510 SHA256 3a432d6620392124a20f53e6db1a8316c37efaf50b7be3a9e10f7f43540e3777
MISC metadata.xml 162 RMD160 0b015f5ff17c4d8e7aee826d48b326cc19b1fed4 SHA1 671b30dafbea01228c8bb606af451a0795922840 SHA256 84ff2fc6c9a4af1b9dbe32aa81ab84c2958bc1bd65a9977686df2dcab6e420d0
diff --git a/www-apps/eventum/eventum-2.0.1.ebuild b/www-apps/eventum/eventum-2.1.ebuild
index 2a49bfd..4df9620 100644
--- a/www-apps/eventum/eventum-2.0.1.ebuild
+++ b/www-apps/eventum/eventum-2.1.ebuild
@@ -6,10 +6,11 @@ inherit webapp depend.php
DESCRIPTION="User-friendly and flexible issue tracking system in PHP"
HOMEPAGE="http://dev.mysql.com/downloads/other/eventum/"
-# SRC_URI="mirror://mysql/Downloads/${PN}/${P}.tar.gz"
-SRC_URI="ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/www.mysql.com/Downloads/${PN}/${P}.tar.gz"
+# upstream mirrors such way too much to be usable, mirroring manually
+SRC_URI="http://dev.gentooexperimental.org/~jakub/distfiles/${P}.tar.gz
+ mirror://mysql/Downloads/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2 PHP LGPL-2.1"
KEYWORDS="~x86"
IUSE=""
@@ -31,8 +32,8 @@ pkg_setup() {
src_install() {
webapp_src_preinst
- local docs="ChangeLog FAQ INSTALL README UPGRADE CONTRIB"
- local files="config.inc.php templates_c locks logs logs/errors.log setup.conf.php include/private_key.php"
+ local docs="ChangeLog FAQ INSTALL README TODO UPGRADE"
+ local files="config templates_c locks logs logs/errors.log"
dodoc ${docs}
dohtml docs/*
@@ -42,7 +43,7 @@ src_install() {
rm -r "${D}"/${MY_HTDOCSDIR}/${doc}
done
- webapp_configfile ${MY_HTDOCSDIR}/config.inc.php
+ webapp_configfile ${MY_HTDOCSDIR}/config.php
for a in ${files}; do
webapp_serverowned ${MY_HTDOCSDIR}/${a}
done
diff --git a/www-apps/eventum/files/postinstall-en.txt b/www-apps/eventum/files/postinstall-en.txt
index 9ac1b48..70bd58a 100644
--- a/www-apps/eventum/files/postinstall-en.txt
+++ b/www-apps/eventum/files/postinstall-en.txt
@@ -1,15 +1,10 @@
-To complete installation, you must
-
-1. Create a new database for eventum in mysql:
- mysqladmin create eventum
-
-2. Make the configuration file writable by your webserver
- chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config.inc.php
-
-Now, point your browser to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/
-and follow the instructions
-
-After the installation is done, you should go and take all of the
-available privileges from the '/setup' directory, so other people are
-not allowed to go in there and mess with your configuration:
- chmod 000 ${MY_INSTALLDIR}/setup/
+To complete installation, you must create a new database for eventum in mysql:
+ mysqladmin create eventum
+
+Now, point your browser to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/
+and follow the instructions
+
+After the installation is done, you should go and take all of the
+available privileges from the '/setup' directory, so other people are
+not allowed to go in there and mess with your configuration:
+ chmod 000 ${MY_INSTALLDIR}/setup/