diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-25 22:10:43 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-25 22:10:43 +0000 |
commit | 4edb32e6ffe737789ff4d3174ab14555a5c03426 (patch) | |
tree | fb864902033c83a075237b2498314a9daae9f667 /dev-php | |
parent | version bump (bug #483364) (diff) | |
download | gentoo-2-4edb32e6ffe737789ff4d3174ab14555a5c03426.tar.gz gentoo-2-4edb32e6ffe737789ff4d3174ab14555a5c03426.tar.bz2 gentoo-2-4edb32e6ffe737789ff4d3174ab14555a5c03426.zip |
version bump (bug #483364)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpmd/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/phpmd/phpmd-1.5.0.ebuild | 21 |
2 files changed, 28 insertions, 3 deletions
diff --git a/dev-php/phpmd/ChangeLog b/dev-php/phpmd/ChangeLog index 086066312879..cb5ae7c41c13 100644 --- a/dev-php/phpmd/ChangeLog +++ b/dev-php/phpmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/phpmd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpmd/ChangeLog,v 1.1 2011/03/25 13:47:47 olemarkus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpmd/ChangeLog,v 1.2 2013/11/25 22:10:43 mabi Exp $ + +*phpmd-1.5.0 (25 Nov 2013) + + 25 Nov 2013; Matti Bickel <mabi@gentoo.org> +phpmd-1.5.0.ebuild: + version bump (bug #483364) 25 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +phpmd-1.1.0.ebuild, +metadata.xml: @@ -11,4 +16,3 @@ 25 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +phpmd-1.1.0.ebuild, +metadata.xml: Initial version - diff --git a/dev-php/phpmd/phpmd-1.5.0.ebuild b/dev-php/phpmd/phpmd-1.5.0.ebuild new file mode 100644 index 000000000000..eaa4b77531ae --- /dev/null +++ b/dev-php/phpmd/phpmd-1.5.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpmd/phpmd-1.5.0.ebuild,v 1.1 2013/11/25 22:10:43 mabi Exp $ + +EAPI="5" + +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_PN="PHP_PMD" +PHP_PEAR_URI="pear.phpmd.org" + +inherit php-pear-lib-r1 + +DESCRIPTION="PHP mess detector" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +HOMEPAGE="http://www.phpmd.org" + +RDEPEND="${RDEPEND} + >=dev-php/phpdepend-1.1.1" |