summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Console_CommandLine/ChangeLog6
-rw-r--r--dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/ChangeLog b/dev-php/PEAR-Console_CommandLine/ChangeLog
index 6dc754362b0f..35c3785f1b74 100644
--- a/dev-php/PEAR-Console_CommandLine/ChangeLog
+++ b/dev-php/PEAR-Console_CommandLine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_CommandLine
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.4 2013/11/14 21:00:42 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.5 2013/11/14 21:09:09 mabi Exp $
+
+ 14 Nov 2013; Matti Bickel <mabi@gentoo.org>
+ PEAR-Console_CommandLine-1.2.0.ebuild:
+ update to EAPI4
*PEAR-Console_CommandLine-1.2.0 (14 Nov 2013)
diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
index 711a7099f070..8e4ce39756e1 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild,v 1.1 2013/11/14 21:00:42 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild,v 1.2 2013/11/14 21:09:09 mabi Exp $
-EAPI="2"
+EAPI="4"
inherit php-pear-r1
DESCRIPTION="A full featured command line options and arguments parser"