From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED6F3138330 for ; Wed, 28 Sep 2016 22:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7290AE084D; Wed, 28 Sep 2016 22:46:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45FBDE084D for ; Wed, 28 Sep 2016 22:46:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E85733408DD for ; Wed, 28 Sep 2016 22:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E2E82487 for ; Wed, 28 Sep 2016 22:46:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1475102770.66abc6b956b3e1eb08d0000d6ef93a7465327fe7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/moodle/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/moodle/moodle-2.7.16.ebuild www-apps/moodle/moodle-2.9.8.ebuild www-apps/moodle/moodle-3.0.6.ebuild www-apps/moodle/moodle-3.1.2.ebuild X-VCS-Directories: www-apps/moodle/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 66abc6b956b3e1eb08d0000d6ef93a7465327fe7 X-VCS-Branch: master Date: Wed, 28 Sep 2016 22:46:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd05dee3-eff8-4c20-8cbb-a6210e59d8a4 X-Archives-Hash: 5c21b12ab079a3fc199f57eabe5bfb25 commit: 66abc6b956b3e1eb08d0000d6ef93a7465327fe7 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Sep 28 21:38:01 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Sep 28 22:46:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66abc6b9 www-apps/moodle: remove einfo banner header Package-Manager: portage-2.2.28 www-apps/moodle/moodle-2.7.16.ebuild | 6 ------ www-apps/moodle/moodle-2.9.8.ebuild | 6 ------ www-apps/moodle/moodle-3.0.6.ebuild | 6 ------ www-apps/moodle/moodle-3.1.2.ebuild | 6 ------ 4 files changed, 24 deletions(-) diff --git a/www-apps/moodle/moodle-2.7.16.ebuild b/www-apps/moodle/moodle-2.7.16.ebuild index 21a783e..5781d53 100644 --- a/www-apps/moodle/moodle-2.7.16.ebuild +++ b/www-apps/moodle/moodle-2.7.16.ebuild @@ -59,10 +59,8 @@ pkg_setup() { # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero #if [[ ${DB_COUNT} -eq 0 ]]; then # eerror - # eerror "\033[1;31m**************************************************\033[00m" # eerror "No database selected in your USE flags," # eerror "You must select at least one." - # eerror "\033[1;31m**************************************************\033[00m" # eerror # die #fi @@ -70,10 +68,8 @@ pkg_setup() { if [[ ${DB_COUNT} -gt 1 ]]; then MYDB="" ewarn - ewarn "\033[1;33m**************************************************\033[00m" ewarn "Multiple databases selected in your USE flags," ewarn "You will have to choose your database manually." - ewarn "\033[1;33m**************************************************\033[00m" ewarn fi } @@ -117,12 +113,10 @@ src_install() { pkg_postinst() { einfo - einfo "\033[1;32m**************************************************\033[00m" einfo einfo "To see the post install instructions, do" einfo einfo " webapp-config --show-postinst ${PN} ${PVR}" einfo - einfo "\033[1;32m**************************************************\033[00m" einfo } diff --git a/www-apps/moodle/moodle-2.9.8.ebuild b/www-apps/moodle/moodle-2.9.8.ebuild index ccdb5ad..c0a369d 100644 --- a/www-apps/moodle/moodle-2.9.8.ebuild +++ b/www-apps/moodle/moodle-2.9.8.ebuild @@ -62,10 +62,8 @@ pkg_setup() { # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero #if [[ ${DB_COUNT} -eq 0 ]]; then # eerror - # eerror "\033[1;31m**************************************************\033[00m" # eerror "No database selected in your USE flags," # eerror "You must select at least one." - # eerror "\033[1;31m**************************************************\033[00m" # eerror # die #fi @@ -73,10 +71,8 @@ pkg_setup() { if [[ ${DB_COUNT} -gt 1 ]]; then MYDB="" ewarn - ewarn "\033[1;33m**************************************************\033[00m" ewarn "Multiple databases selected in your USE flags," ewarn "You will have to choose your database manually." - ewarn "\033[1;33m**************************************************\033[00m" ewarn fi } @@ -117,12 +113,10 @@ src_install() { pkg_postinst() { einfo - einfo "\033[1;32m**************************************************\033[00m" einfo einfo "To see the post install instructions, do" einfo einfo " webapp-config --show-postinst ${PN} ${PVR}" einfo - einfo "\033[1;32m**************************************************\033[00m" einfo } diff --git a/www-apps/moodle/moodle-3.0.6.ebuild b/www-apps/moodle/moodle-3.0.6.ebuild index ccdb5ad..c0a369d 100644 --- a/www-apps/moodle/moodle-3.0.6.ebuild +++ b/www-apps/moodle/moodle-3.0.6.ebuild @@ -62,10 +62,8 @@ pkg_setup() { # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero #if [[ ${DB_COUNT} -eq 0 ]]; then # eerror - # eerror "\033[1;31m**************************************************\033[00m" # eerror "No database selected in your USE flags," # eerror "You must select at least one." - # eerror "\033[1;31m**************************************************\033[00m" # eerror # die #fi @@ -73,10 +71,8 @@ pkg_setup() { if [[ ${DB_COUNT} -gt 1 ]]; then MYDB="" ewarn - ewarn "\033[1;33m**************************************************\033[00m" ewarn "Multiple databases selected in your USE flags," ewarn "You will have to choose your database manually." - ewarn "\033[1;33m**************************************************\033[00m" ewarn fi } @@ -117,12 +113,10 @@ src_install() { pkg_postinst() { einfo - einfo "\033[1;32m**************************************************\033[00m" einfo einfo "To see the post install instructions, do" einfo einfo " webapp-config --show-postinst ${PN} ${PVR}" einfo - einfo "\033[1;32m**************************************************\033[00m" einfo } diff --git a/www-apps/moodle/moodle-3.1.2.ebuild b/www-apps/moodle/moodle-3.1.2.ebuild index ccdb5ad..c0a369d 100644 --- a/www-apps/moodle/moodle-3.1.2.ebuild +++ b/www-apps/moodle/moodle-3.1.2.ebuild @@ -62,10 +62,8 @@ pkg_setup() { # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero #if [[ ${DB_COUNT} -eq 0 ]]; then # eerror - # eerror "\033[1;31m**************************************************\033[00m" # eerror "No database selected in your USE flags," # eerror "You must select at least one." - # eerror "\033[1;31m**************************************************\033[00m" # eerror # die #fi @@ -73,10 +71,8 @@ pkg_setup() { if [[ ${DB_COUNT} -gt 1 ]]; then MYDB="" ewarn - ewarn "\033[1;33m**************************************************\033[00m" ewarn "Multiple databases selected in your USE flags," ewarn "You will have to choose your database manually." - ewarn "\033[1;33m**************************************************\033[00m" ewarn fi } @@ -117,12 +113,10 @@ src_install() { pkg_postinst() { einfo - einfo "\033[1;32m**************************************************\033[00m" einfo einfo "To see the post install instructions, do" einfo einfo " webapp-config --show-postinst ${PN} ${PVR}" einfo - einfo "\033[1;32m**************************************************\033[00m" einfo }