diff options
author | 2012-01-18 22:02:57 +0000 | |
---|---|---|
committer | 2012-01-18 22:02:57 +0000 | |
commit | 62ae4ce43b509049d176e400b3c0cb906ec5a1da (patch) | |
tree | aa5259c3f0e2bc7c90b72d268c6156696596e8ff /dev-php/PEAR-Services_W3C_CSSValidator | |
parent | EAPI bump & remove old (diff) | |
download | gentoo-2-62ae4ce43b509049d176e400b3c0cb906ec5a1da.tar.gz gentoo-2-62ae4ce43b509049d176e400b3c0cb906ec5a1da.tar.bz2 gentoo-2-62ae4ce43b509049d176e400b3c0cb906ec5a1da.zip |
EAPI bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Services_W3C_CSSValidator')
4 files changed, 26 insertions, 36 deletions
diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog b/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog index ecbc738147f3..aa3b3a32b82e 100644 --- a/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog +++ b/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Services_W3C_CSSValidator -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog,v 1.2 2011/04/23 15:13:23 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog,v 1.3 2012/01/18 22:02:57 mabi Exp $ + +*PEAR-Services_W3C_CSSValidator-0.2.2-r1 (18 Jan 2012) + + 18 Jan 2012; Matti Bickel <mabi@gentoo.org> + +PEAR-Services_W3C_CSSValidator-0.2.2-r1.ebuild, + -PEAR-Services_W3C_CSSValidator-0.1.0.ebuild, + -PEAR-Services_W3C_CSSValidator-0.2.2.ebuild: + EAPI bump & remove old *PEAR-Services_W3C_CSSValidator-0.2.2 (23 Apr 2011) diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.1.0.ebuild b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.1.0.ebuild deleted file mode 100644 index 2c13d4068e3d..000000000000 --- a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.1.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.1.0.ebuild,v 1.1 2008/03/17 12:50:03 jokey Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Provides an object oriented interface to the API of the -W3 CSS Validator application (http://jigsaw.w3.org/css-validator/)." - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-HTTP_Request-1.3.0" - -need_php5 diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2-r1.ebuild b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2-r1.ebuild new file mode 100644 index 000000000000..f891dde1529c --- /dev/null +++ b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2-r1.ebuild,v 1.1 2012/01/18 22:02:57 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Provides an object oriented interface for the W3 CSS Validator" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-HTTP_Request2-0.2.0" diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2.ebuild b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2.ebuild deleted file mode 100644 index f02bff985244..000000000000 --- a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2.ebuild,v 1.1 2011/04/23 15:13:23 olemarkus Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Provides an object oriented interface to the API of the -W3 CSS Validator application (http://jigsaw.w3.org/css-validator/)." - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-HTTP_Request-1.3.0" - -need_php5 |