[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/files/

2020-09-21 Thread Conrad Kostecki
commit: 422ce95c3e8ada2de0bb9f04e161e609bf567fef
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Sep 14 17:36:01 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Sep 21 21:48:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422ce95c

mail-client/roundcube: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/17539
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 mail-client/roundcube/files/POST-UPGRADE.txt | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt 
b/mail-client/roundcube/files/POST-UPGRADE.txt
deleted file mode 100644
index aef86f2217f..000
--- a/mail-client/roundcube/files/POST-UPGRADE.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Post-Upgrade Activities

-1. Check .htaccess settings (some php settings could become required)
-2. If you're using the built-in addressbook, run indexing script:
-   ./bin/indexcontacts.sh.
-3. When upgrading from version older than 0.6-beta you should make sure your
-   folder settings contain a namespace prefix if necessary. For example Courier
-   users should add "INBOX." prefix to folder names in main configuration file.
-4. Check system requirements in INSTALL file.
-5. If you previously installed plugins through composer, update dependencies by
-   running:
-   php composer.phar self-update
-   php composer.phar update --no-dev
-6. Update your database and configurations by running:
-   ./bin/update.sh
-
-SQLite database upgrade

-Versions older than 0.9 were supporting SQLite v2 only. Newer versions require
-database in v3 format. The best what you can do is to convert database file
-to the new format using command line tools:
-
-sqlite OLD.DB .dump | sqlite3 NEW.DB



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/files/

2020-05-11 Thread Thomas Deutschmann
commit: 36cb516b465c8dd0495d3f45f05ce2f48fbfc294
Author: Philippe Chaintreuil  parallaxshift  com>
AuthorDate: Wed Jan  8 20:51:26 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 11 10:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cb516b

mail-client/roundcube: POST-UPGRADE UTF-8 files to ASCII

Just ran "iconv -f utf-8 -t ascii//TRANSLIT" on files/POST-UPGRADE*.

Closes: https://bugs.gentoo.org/700466
Closes: https://github.com/gentoo/gentoo/pull/14283
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Philippe Chaintreuil  parallaxshift.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 mail-client/roundcube/files/POST-UPGRADE.txt  | 2 +-
 mail-client/roundcube/files/POST-UPGRADE_complete.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt 
b/mail-client/roundcube/files/POST-UPGRADE.txt
index 82b48d70f26..aef86f2217f 100644
--- a/mail-client/roundcube/files/POST-UPGRADE.txt
+++ b/mail-client/roundcube/files/POST-UPGRADE.txt
@@ -5,7 +5,7 @@ Post-Upgrade Activities
./bin/indexcontacts.sh.
 3. When upgrading from version older than 0.6-beta you should make sure your
folder settings contain a namespace prefix if necessary. For example Courier
-   users should add “INBOX.” prefix to folder names in main configuration file.
+   users should add "INBOX." prefix to folder names in main configuration file.
 4. Check system requirements in INSTALL file.
 5. If you previously installed plugins through composer, update dependencies by
running:

diff --git a/mail-client/roundcube/files/POST-UPGRADE_complete.txt 
b/mail-client/roundcube/files/POST-UPGRADE_complete.txt
index 36124f31b61..ef4585f6038 100644
--- a/mail-client/roundcube/files/POST-UPGRADE_complete.txt
+++ b/mail-client/roundcube/files/POST-UPGRADE_complete.txt
@@ -5,7 +5,7 @@ Post-Upgrade Activities
./bin/indexcontacts.sh.
 3. When upgrading from version older than 0.6-beta you should make sure your
folder settings contain a namespace prefix if necessary. For example Courier
-   users should add “INBOX.” prefix to folder names in main configuration file.
+   users should add "INBOX." prefix to folder names in main configuration file.
 4. Check system requirements in INSTALL file.
 5. Update your database and configurations by running:
./bin/update.sh