summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-10-02 04:44:44 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-10-02 04:44:44 +0000
commitdbd495195c83b845accb18e39175b282bb3110ca (patch)
tree036a7d1c3197c1e26982e50097a4354d04e44c32 /www-apps
parentVersion bump #239030 by Lars (Polynomial-C). (diff)
downloadgentoo-2-dbd495195c83b845accb18e39175b282bb3110ca.tar.gz
gentoo-2-dbd495195c83b845accb18e39175b282bb3110ca.tar.bz2
gentoo-2-dbd495195c83b845accb18e39175b282bb3110ca.zip
Updated to dotproject-2.1.2 (#239017).
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/dotproject/ChangeLog8
-rw-r--r--www-apps/dotproject/dotproject-2.1.2.ebuild (renamed from www-apps/dotproject/dotproject-2.1.1.ebuild)2
-rw-r--r--www-apps/dotproject/files/install-en.txt20
3 files changed, 23 insertions, 7 deletions
diff --git a/www-apps/dotproject/ChangeLog b/www-apps/dotproject/ChangeLog
index 07d9be029181..a663133f4813 100644
--- a/www-apps/dotproject/ChangeLog
+++ b/www-apps/dotproject/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/dotproject
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dotproject/ChangeLog,v 1.6 2008/04/27 06:25:50 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dotproject/ChangeLog,v 1.7 2008/10/02 04:44:43 wrobel Exp $
+
+*dotproject-2.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; wrobel@gentoo.org files/install-en.txt,
+ -dotproject-2.1.1.ebuild, +dotproject-2.1.2.ebuild:
+ Updated to dotproject-2.1.2 (#239017).
27 Apr 2008; wrobel@gentoo.org files/install-en.txt:
Fixed link to install instructions. Bug #218908.
diff --git a/www-apps/dotproject/dotproject-2.1.1.ebuild b/www-apps/dotproject/dotproject-2.1.2.ebuild
index d9ded573fc8f..08b70f86e211 100644
--- a/www-apps/dotproject/dotproject-2.1.1.ebuild
+++ b/www-apps/dotproject/dotproject-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dotproject/dotproject-2.1.1.ebuild,v 1.2 2008/02/22 16:44:22 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dotproject/dotproject-2.1.2.ebuild,v 1.1 2008/10/02 04:44:43 wrobel Exp $
inherit webapp depend.php
diff --git a/www-apps/dotproject/files/install-en.txt b/www-apps/dotproject/files/install-en.txt
index 0ebde046a78c..049fdc4da7e5 100644
--- a/www-apps/dotproject/files/install-en.txt
+++ b/www-apps/dotproject/files/install-en.txt
@@ -1,7 +1,17 @@
-Installation instructions are at
-http://docs.dotproject.net/index.php/Installing_dotProject
+You will need to provide a database for your dotproject installation.
-Installing/Upgrading, the quick way: point your browser to the install directory
- http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
+This assumes you have some knowledge of MySQL, and already have it
+installed and configured. If not, please refer to the Gentoo MySQL
+guide at the following URL:
-Note the default username/passwd: admin / passwd
+http://www.gentoo.org/doc/en/mysql-howto.xml
+
+Once you have a database ready all you need to do is to go to this
+location
+
+http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
+
+and provide the credentials required for the database access.
+
+Note the administrator password dotproject will provide and after
+logging in with these credentials you can start to use the application.