diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-23 15:13:23 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-23 15:13:23 +0000 |
commit | 5266bf514f52905ac9f78b5bdc3c729d5100bb86 (patch) | |
tree | 059c44626e65d6e54e9d88aa17b39bd5602c14dc /dev-php | |
parent | Marked ~x86-macos, bug #360273 (diff) | |
download | gentoo-2-5266bf514f52905ac9f78b5bdc3c729d5100bb86.tar.gz gentoo-2-5266bf514f52905ac9f78b5bdc3c729d5100bb86.tar.bz2 gentoo-2-5266bf514f52905ac9f78b5bdc3c729d5100bb86.zip |
Version bump. Bug #364153. Thanks to Denny
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog b/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog index ff670cff1b3b..ecbc738147f3 100644 --- a/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog +++ b/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Services_W3C_CSSValidator -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog,v 1.1 2008/03/17 12:50:03 jokey Exp $ +# 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 $ + +*PEAR-Services_W3C_CSSValidator-0.2.2 (23 Apr 2011) + + 23 Apr 2011; <olemarkus@gentoo.org> + +PEAR-Services_W3C_CSSValidator-0.2.2.ebuild: + Version bump. Bug #364153. Thanks to Denny *PEAR-Services_W3C_CSSValidator-0.1.0 (17 Mar 2008) 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 new file mode 100644 index 000000000000..f02bff985244 --- /dev/null +++ b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.2.ebuild @@ -0,0 +1,17 @@ +# 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 |