From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 257F9138247 for ; Fri, 29 Nov 2013 18:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92816E0A96; Fri, 29 Nov 2013 18:13:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 231D4E0A96 for ; Fri, 29 Nov 2013 18:13:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31F4333F356 for ; Fri, 29 Nov 2013 18:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ADC3CE5529 for ; Fri, 29 Nov 2013 18:13:39 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1385748625.881c4cc905382d2f19063b21374247eb80e4f522.jmbsvicetto@gentoo> Subject: [gentoo-commits] dev/jmbsvicetto:master commit in: www-apps/drupal/ X-VCS-Repository: dev/jmbsvicetto X-VCS-Files: www-apps/drupal/Manifest www-apps/drupal/drupal-7.23.ebuild www-apps/drupal/drupal-7.24.ebuild X-VCS-Directories: www-apps/drupal/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 881c4cc905382d2f19063b21374247eb80e4f522 X-VCS-Branch: master Date: Fri, 29 Nov 2013 18:13:39 +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: 46ce0eb3-a246-40f7-9926-bfc178d07c7f X-Archives-Hash: 6cb6facf2d2b8e4b2cc940d939e023b5 commit: 881c4cc905382d2f19063b21374247eb80e4f522 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Fri Nov 29 18:10:25 2013 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Fri Nov 29 18:10:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=881c4cc9 Bump drupal to the 7.24 release - fixes bug 491858. Adjust php deps - bug 479830. --- www-apps/drupal/Manifest | 1 + www-apps/drupal/drupal-7.23.ebuild | 2 +- www-apps/drupal/{drupal-7.23.ebuild => drupal-7.24.ebuild} | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest index b0ea48a..8806383 100644 --- a/www-apps/drupal/Manifest +++ b/www-apps/drupal/Manifest @@ -1 +1,2 @@ DIST drupal-7.23.tar.gz 3191695 SHA256 79f2ae06aac349b86fc0f6cd100f3fc34b72e9f46068ddf704d575778aae1f99 SHA512 e5f1b8a79de2fc02c3dfa15345800d369db4bc9e80333410a7ea3e97f680c2478633ac094a709a2b5a6a9f6b65ff7a142ff5d12e9b6085141684f0b1cad2507f WHIRLPOOL 874ea3457d3bd9f4ee262d98ff364a471aa1cd1d0a1e94db60213aec6360aabbf0bd38f71562335c2f91df03c8a8d3707a5fbd475506e62de5162277d46a6b65 +DIST drupal-7.24.tar.gz 3195735 SHA256 5ce593bc86f48bb1923f9256de86c47162c54ba578e4ebe9211690b7349d5c40 SHA512 87b30a4c37c1ba451b9d6321351c60880d800a3ade796fc6038d67186c356ec241e0bc34aeaaebfd7524d6df4950495b1d24c2d81a21f1afff9760f5f8aef7a6 WHIRLPOOL d5747262dfbcdf24bfb48db1ad8b989d4dad3c017ae757ddbe261bd58157dc41d0c04e31c8e61c4f49a38ba87ad1716c3fe206461c5d28078dae3ce6b3d3abbd diff --git a/www-apps/drupal/drupal-7.23.ebuild b/www-apps/drupal/drupal-7.23.ebuild index 4e70734..62a29bf 100644 --- a/www-apps/drupal/drupal-7.23.ebuild +++ b/www-apps/drupal/drupal-7.23.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="+accelerator +mysql postgres sqlite +uploadprogress" RDEPEND=" - dev-lang/php[gd,pdo,postgres?,xml] + dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml] virtual/httpd-php accelerator? ( || ( diff --git a/www-apps/drupal/drupal-7.23.ebuild b/www-apps/drupal/drupal-7.24.ebuild similarity index 97% copy from www-apps/drupal/drupal-7.23.ebuild copy to www-apps/drupal/drupal-7.24.ebuild index 4e70734..62a29bf 100644 --- a/www-apps/drupal/drupal-7.23.ebuild +++ b/www-apps/drupal/drupal-7.24.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="+accelerator +mysql postgres sqlite +uploadprogress" RDEPEND=" - dev-lang/php[gd,pdo,postgres?,xml] + dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml] virtual/httpd-php accelerator? ( || (