diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-03-17 12:50:17 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-03-17 12:50:17 +0000 |
commit | 46def59f221bfbe94f3bdcd73727538a7fc58ddf (patch) | |
tree | c6df67e69e4b4724fb2e5a72d9e745d47ef3e563 /dev-php/PEAR-Services_W3C_HTMLValidator | |
parent | Fix LICENSE, thanks to zlin (diff) | |
download | gentoo-2-46def59f221bfbe94f3bdcd73727538a7fc58ddf.tar.gz gentoo-2-46def59f221bfbe94f3bdcd73727538a7fc58ddf.tar.bz2 gentoo-2-46def59f221bfbe94f3bdcd73727538a7fc58ddf.zip |
Initial import from project overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php/PEAR-Services_W3C_HTMLValidator')
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog b/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog new file mode 100644 index 000000000000..592852c3772d --- /dev/null +++ b/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for dev-php/PEAR-Services_W3C_HTMLValidator +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog,v 1.1 2008/03/17 12:50:17 jokey Exp $ + +*PEAR-Services_W3C_HTMLValidator-1.0.0_rc1 (17 Mar 2008) + + 17 Mar 2008; <jokey@gentoo.org> +metadata.xml, + +PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.ebuild: + Initial import from project overlay + + 03 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.ebuild: + New ebuild, optional dependency for PEAR-PHP_Debug + diff --git a/dev-php/PEAR-Services_W3C_HTMLValidator/Manifest b/dev-php/PEAR-Services_W3C_HTMLValidator/Manifest new file mode 100644 index 000000000000..f31aaeea5ace --- /dev/null +++ b/dev-php/PEAR-Services_W3C_HTMLValidator/Manifest @@ -0,0 +1,4 @@ +DIST Services_W3C_HTMLValidator-1.0.0RC1.tgz 12416 RMD160 e839fb05d5337ace1bc9e0fa09593024c6185560 SHA1 f2c6f41a8dcf7c24d4a9fcd4af1f348870aa6702 SHA256 be076e57c560f0d03906e4533170223cf670e415d79d0793c477d9db7254bfb6 +EBUILD PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.ebuild 413 RMD160 8ce6a32c37a5a2bcc32a9a1a28060dede48c9c14 SHA1 7ad303873fc1549afffcd29ed66c84daebfd1c71 SHA256 69482a8556ced541b718ea0a79a8c2d6165144ee1e7f9a1abdc59fe20d024299 +MISC ChangeLog 505 RMD160 4db8c9e6450ad188ebc3ec790c5326648e59520d SHA1 acdc9142f0b76775f6d29210b831d12bfdabbdd1 SHA256 1a023da40e35c7075833d8eba1a8d505a3ad23700a59a4c8bc49582578ba9838 +MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1 diff --git a/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.ebuild b/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.ebuild new file mode 100644 index 000000000000..2b87e5987eff --- /dev/null +++ b/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.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_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc1.ebuild,v 1.1 2008/03/17 12:50:17 jokey Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Provides an object oriented interface to the API of the W3 HTML +Validator application (http://validator.w3.org/)." + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( >=dev-php/PEAR-HTTP_Request-1.3.0 )" + +need_php5 diff --git a/dev-php/PEAR-Services_W3C_HTMLValidator/metadata.xml b/dev-php/PEAR-Services_W3C_HTMLValidator/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/PEAR-Services_W3C_HTMLValidator/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> |