summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-05-05 19:11:42 +0000
committerBrian Evans <grknight@gentoo.org>2015-05-05 19:11:42 +0000
commit33265b991c7c2f892fedf9daa515779fb0072a04 (patch)
tree1300c80a2c27ef2e7ec5b23a0c0479862c236fa5 /dev-php
parentAdd python dependencies for sys-apps/systemd (bug #548138). (diff)
downloadgentoo-2-33265b991c7c2f892fedf9daa515779fb0072a04.tar.gz
gentoo-2-33265b991c7c2f892fedf9daa515779fb0072a04.tar.bz2
gentoo-2-33265b991c7c2f892fedf9daa515779fb0072a04.zip
Version bump; Fix license to MIT, changed in v 1.11.0
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Log/ChangeLog10
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild6
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.12.8.ebuild17
3 files changed, 28 insertions, 5 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog
index bce681cd082e..cb84bc294ba3 100644
--- a/dev-php/PEAR-Log/ChangeLog
+++ b/dev-php/PEAR-Log/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Log
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.104 2014/10/07 02:59:25 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.105 2015/05/05 19:11:42 grknight Exp $
+
+*PEAR-Log-1.12.8 (05 May 2015)
+
+ 05 May 2015; Brian Evans <grknight@gentoo.org> +PEAR-Log-1.12.8.ebuild,
+ PEAR-Log-1.12.7-r1.ebuild:
+ Version bump; Fix license to MIT, changed in v 1.11.0
07 Oct 2014; Brian Evans <grknight@gentoo.org> -PEAR-Log-1.12.7.ebuild:
Remove old
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild
index a5578244926b..3de6e63cbe8f 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild,v 1.9 2014/01/26 18:31:30 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild,v 1.10 2015/05/05 19:11:42 grknight Exp $
EAPI="4"
inherit php-pear-r1
@@ -8,7 +8,7 @@ inherit php-pear-r1
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
DESCRIPTION="The Log framework provides an abstracted logging system.@"
-LICENSE="PHP-3.01"
+LICENSE="MIT"
SLOT="0"
IUSE="minimal"
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.8.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.8.ebuild
new file mode 100644
index 000000000000..f3f710eee224
--- /dev/null
+++ b/dev-php/PEAR-Log/PEAR-Log-1.12.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.8.ebuild,v 1.1 2015/05/05 19:11:42 grknight Exp $
+
+EAPI=5
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+DESCRIPTION="The Log framework provides an abstracted logging system"
+LICENSE="MIT"
+SLOT="0"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1
+ dev-php/PEAR-Mail
+ >=dev-php/PEAR-MDB2-2.0.0_rc1 )"