summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog14
-rw-r--r--dev-php/PEAR-Services_W3C_CSSValidator/Manifest4
-rw-r--r--dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.1.0.ebuild17
-rw-r--r--dev-php/PEAR-Services_W3C_CSSValidator/metadata.xml5
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog b/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog
new file mode 100644
index 000000000000..ff670cff1b3b
--- /dev/null
+++ b/dev-php/PEAR-Services_W3C_CSSValidator/ChangeLog
@@ -0,0 +1,14 @@
+# 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 $
+
+*PEAR-Services_W3C_CSSValidator-0.1.0 (17 Mar 2008)
+
+ 17 Mar 2008; <jokey@gentoo.org> +metadata.xml,
+ +PEAR-Services_W3C_CSSValidator-0.1.0.ebuild:
+ Initial import from project overlay
+
+ 02 Feb 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml,
+ +PEAR-Services_W3C_CSSValidator-0.1.0.ebuild:
+ New ebuild
+
diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/Manifest b/dev-php/PEAR-Services_W3C_CSSValidator/Manifest
new file mode 100644
index 000000000000..7fe0556601ee
--- /dev/null
+++ b/dev-php/PEAR-Services_W3C_CSSValidator/Manifest
@@ -0,0 +1,4 @@
+DIST Services_W3C_CSSValidator-0.1.0.tgz 8397 RMD160 6f09d360cb8c36fd9ceedcda834c96e431ad17e4 SHA1 2903a11107c869503934a09eadd59becb9d6c806 SHA256 1687f4cb65eccb382a9d1b99c0aa15a10a0cf27b5c25814af7ee4bdbe5a2cd5c
+EBUILD PEAR-Services_W3C_CSSValidator-0.1.0.ebuild 402 RMD160 66eed20dc67624c89354681abfccdc019e64135d SHA1 39122022b2532c2de717885aad80823ca21e3c67 SHA256 b65d7738e097284bddfa2a7aa4b3a545bda02505e89ff5e949f661a0673b171e
+MISC ChangeLog 449 RMD160 21f6939cba1b4d04586b1bb176d3a968d7d3f67d SHA1 eaa2b7a9b7fed697dc8c3318e7682962461fbfc8 SHA256 c0316920f70f96157085bee1a252ae91b9c528794aa4cb55665036b4dec9274d
+MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1
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
new file mode 100644
index 000000000000..2c13d4068e3d
--- /dev/null
+++ b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.1.0.ebuild
@@ -0,0 +1,17 @@
+# 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/metadata.xml b/dev-php/PEAR-Services_W3C_CSSValidator/metadata.xml
new file mode 100644
index 000000000000..fd3dbe39fa64
--- /dev/null
+++ b/dev-php/PEAR-Services_W3C_CSSValidator/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>php</herd>
+</pkgmetadata>