From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-php/PEAR-HTML_QuickForm2/Manifest | 1 + .../PEAR-HTML_QuickForm2-2.0.2.ebuild | 17 +++++++++++++++++ dev-php/PEAR-HTML_QuickForm2/metadata.xml | 5 +++++ 3 files changed, 23 insertions(+) create mode 100644 dev-php/PEAR-HTML_QuickForm2/Manifest create mode 100644 dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild create mode 100644 dev-php/PEAR-HTML_QuickForm2/metadata.xml (limited to 'dev-php/PEAR-HTML_QuickForm2') diff --git a/dev-php/PEAR-HTML_QuickForm2/Manifest b/dev-php/PEAR-HTML_QuickForm2/Manifest new file mode 100644 index 000000000000..6ce40114e046 --- /dev/null +++ b/dev-php/PEAR-HTML_QuickForm2/Manifest @@ -0,0 +1 @@ +DIST HTML_QuickForm2-2.0.2.tgz 179063 SHA256 840de2179a0bf4a2bdfc6ccc342a1d5c5641f5f3e0bfb99b91a01011a3314bdf SHA512 37988f09837286343069be5d249476e7fcb08d937f391bc2f6868a5fdaa31ddb1cced60b909ad690283ae65f48148f7928bebefa483f553d1a6bb3a51fbb0d03 WHIRLPOOL ef4d1e42ee39887d800969007b496bc1058d50fa1a06ef6115cb92c7bfe9c80a2a4c5ca5a951397ad21f61025c2348d8fea88148589bbccd2461339d1fd62796 diff --git a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild new file mode 100644 index 000000000000..23e320e513c5 --- /dev/null +++ b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit php-pear-r1 + +DESCRIPTION="The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/php-5.2.0:*" +RDEPEND="${DEPEND} + >=dev-php/PEAR-HTML_Common2-2.0.0" diff --git a/dev-php/PEAR-HTML_QuickForm2/metadata.xml b/dev-php/PEAR-HTML_QuickForm2/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-HTML_QuickForm2/metadata.xml @@ -0,0 +1,5 @@ + + + +php + -- cgit v1.2.3-65-gdbad