grknight 14/10/06 23:13:27
Modified: ChangeLog
Added: PEAR-Var_Dump-1.0.4-r1.ebuild
Removed: PEAR-Var_Dump-1.0.4.ebuild
PEAR-Var_Dump-1.0.3-r1.ebuild
Log:
Revbump for QA issues; EAPI bump; drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
67C78E1D)
Revision Changes Path
1.5 dev-php/PEAR-Var_Dump/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 10 Aug 2014 20:57:15 -0000 1.4
+++ ChangeLog 6 Oct 2014 23:13:27 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Var_Dump
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog,v 1.4
2014/08/10 20:57:15 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog,v 1.5
2014/10/06 23:13:27 grknight Exp $
+
+*PEAR-Var_Dump-1.0.4-r1 (06 Oct 2014)
+
+ 06 Oct 2014; Brian Evans <[email protected]>
+PEAR-Var_Dump-1.0.4-r1.ebuild,
+ -PEAR-Var_Dump-1.0.3-r1.ebuild, -PEAR-Var_Dump-1.0.4.ebuild:
+ Revbump for QA issues; EAPI bump; drop old
10 Aug 2014; Sergei Trofimovich <[email protected]>
PEAR-Var_Dump-1.0.3-r1.ebuild, PEAR-Var_Dump-1.0.4.ebuild:
1.1 dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: PEAR-Var_Dump-1.0.4-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r1.ebuild,v
1.1 2014/10/06 23:13:27 grknight Exp $
EAPI=5
inherit php-pear-r1
DESCRIPTION="Provides methods for dumping structured information about a
variable"
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=dev-lang/php-5.3"
RDEPEND="${DEPEND}"
src_install() {
php-pear-r1_src_install
# Remove the documenation generation binary that is specific to this
package
rm "${D}usr/bin/gen_php_doc.sh" || die
}