summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/awl/ChangeLog6
-rw-r--r--dev-php/awl/Manifest6
-rw-r--r--dev-php/awl/awl-0.39.ebuild (renamed from dev-php/awl/awl-0.38.ebuild)4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog
index ecef6621b..6855bf9fe 100644
--- a/dev-php/awl/ChangeLog
+++ b/dev-php/awl/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-php/awl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jan 2010; lebarjack <francois.perichon@univ-lille2.fr>
+ -awl-0.38.ebuild, +awl-0.39.ebuild:
+ Version bump, now depends on php with pdo
+
14 Oct 2009; lebarjack <francois.perichon@univ-lille2.fr>
-awl-0.37.ebuild, +awl-0.38.ebuild:
New version for the awl library
diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest
index f1bfe3737..b95c0968d 100644
--- a/dev-php/awl/Manifest
+++ b/dev-php/awl/Manifest
@@ -1,4 +1,4 @@
-DIST awl-0.38.tar.gz 221810 RMD160 ba479097fbf9beb8a9a95a6d789d11137241d091 SHA1 90773a5676c9d7bcb7e9aa911f9cca6685df34f6 SHA256 a76419db8eef175ad89679e4008a0dbcbcccabb73b6fcb2e03755eaf8fa7cb69
-EBUILD awl-0.38.ebuild 1076 RMD160 3f6dd416cae192f9a19a0445f0306ddd7cbc4896 SHA1 b3a90df9761e0842f104d40ee9fa3f334d419830 SHA256 6c44fadca8f719395e450fec3bc399d5d8a990c29814247f4a7e6b07384950b3
-MISC ChangeLog 1419 RMD160 c5fb574eef8871e12d18c6a250afcc4e11d5f1d8 SHA1 b56b9c72c487c05c748b20d06c3a04b30c07b47f SHA256 617596ae877017025ff44e78a85b18bc65b6f24b1356e365044207b86d68bb11
+DIST awl-0.39.tar.gz 222970 RMD160 534ebc5d09752d14c1024c912ab27f901e40ad75 SHA1 52a1b09b9190f29fde5bd3123090dfaf6a0b8ebe SHA256 d4b761ca7f36bf899aebaeeb3b036cebb37bd6ef908f3b6e264c61c84f8f5662
+EBUILD awl-0.39.ebuild 1080 RMD160 c21da7d4f03f69bf8f8af09b7a531ed81b528dab SHA1 326e190931805c714eaa8eebb48e689aaa1f2891 SHA256 0a5c0425ab21c165eabd806a2913e6ac7da4e3c597278569febc781c4eb62300
+MISC ChangeLog 1562 RMD160 7a77683f0a61077fe40eeb8c5edcee6eba568780 SHA1 7e370860da578b2f538fa39f0e410ffbae9f6b81 SHA256 cac8918f1163f7cbad7cf526ddb7e6766fdaa08a61d66aabdf14d7edbcf59329
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-php/awl/awl-0.38.ebuild b/dev-php/awl/awl-0.39.ebuild
index 636fd1226..d1e7569a4 100644
--- a/dev-php/awl/awl-0.38.ebuild
+++ b/dev-php/awl/awl-0.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND="dev-lang/php[pcre,postgres,xml]
+DEPEND="dev-lang/php[pcre,pdo,postgres,xml]
doc? ( dev-php/PEAR-PhpDocumentor )"
RDEPEND="${DEPEND}"