diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-23 21:32:03 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-23 21:32:03 +0000 |
commit | 7439bc0e5cd43afcd826fe5b1f65a6138890fc15 (patch) | |
tree | 0b7e13779b1737f4b276c112e5f83cb4ed4d64a4 /dev-php/PEAR-PHP_CodeSniffer | |
parent | version bump, remove old (diff) | |
download | gentoo-2-7439bc0e5cd43afcd826fe5b1f65a6138890fc15.tar.gz gentoo-2-7439bc0e5cd43afcd826fe5b1f65a6138890fc15.tar.bz2 gentoo-2-7439bc0e5cd43afcd826fe5b1f65a6138890fc15.zip |
version bump, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php/PEAR-PHP_CodeSniffer')
-rw-r--r-- | dev-php/PEAR-PHP_CodeSniffer/ChangeLog | 13 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.4.7.ebuild (renamed from dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.3.3.ebuild) | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.5.0_rc4.ebuild | 14 |
3 files changed, 28 insertions, 5 deletions
diff --git a/dev-php/PEAR-PHP_CodeSniffer/ChangeLog b/dev-php/PEAR-PHP_CodeSniffer/ChangeLog index 53a2f6a64469..81fcfe771392 100644 --- a/dev-php/PEAR-PHP_CodeSniffer/ChangeLog +++ b/dev-php/PEAR-PHP_CodeSniffer/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-PHP_CodeSniffer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog,v 1.11 2012/07/13 19:41:06 olemarkus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/ChangeLog,v 1.12 2013/11/23 21:32:03 mabi Exp $ + +*PEAR-PHP_CodeSniffer-1.5.0_rc4 (23 Nov 2013) +*PEAR-PHP_CodeSniffer-1.4.7 (23 Nov 2013) + + 23 Nov 2013; Matti Bickel <mabi@gentoo.org> + +PEAR-PHP_CodeSniffer-1.4.7.ebuild, +PEAR-PHP_CodeSniffer-1.5.0_rc4.ebuild, + -PEAR-PHP_CodeSniffer-1.3.3.ebuild: + version bump, remove old *PEAR-PHP_CodeSniffer-1.3.5 (13 Jul 2012) @@ -77,4 +85,3 @@ 15 Nov 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, +PEAR-PHP_CodeSniffer-1.0.0_rc2.ebuild: New ebuild - diff --git a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.3.3.ebuild b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.4.7.ebuild index a8bfcd77c1ca..a8cba030f717 100644 --- a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.3.3.ebuild +++ b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.4.7.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.3.3.ebuild,v 1.1 2012/02/17 15:56:45 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.4.7.ebuild,v 1.1 2013/11/23 21:32:03 mabi Exp $ + +EAPI="4" inherit php-pear-r1 diff --git a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.5.0_rc4.ebuild b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.5.0_rc4.ebuild new file mode 100644 index 000000000000..74a94cc014de --- /dev/null +++ b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.5.0_rc4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-1.5.0_rc4.ebuild,v 1.1 2013/11/23 21:32:03 mabi Exp $ + +EAPI="5" + +inherit php-pear-r1 + +DESCRIPTION="Tokenises PHP code and detects violations of a defined set of coding standards." + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |