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/pecl-ps/Manifest | 1 + dev-php/pecl-ps/metadata.xml | 5 +++++ dev-php/pecl-ps/pecl-ps-1.3.7.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 dev-php/pecl-ps/Manifest create mode 100644 dev-php/pecl-ps/metadata.xml create mode 100644 dev-php/pecl-ps/pecl-ps-1.3.7.ebuild (limited to 'dev-php/pecl-ps') diff --git a/dev-php/pecl-ps/Manifest b/dev-php/pecl-ps/Manifest new file mode 100644 index 000000000000..a852b9c1876c --- /dev/null +++ b/dev-php/pecl-ps/Manifest @@ -0,0 +1 @@ +DIST ps-1.3.7.tgz 634024 SHA256 b4f83f7a4426e59a3026dec59405755c9a12f223d1286abb972d81abb11c8205 SHA512 cec6ecad27d35787a92453482f0e45fdcfe4bf79aab9cf1f7f6bc4468cf626343ed2b33d52d2ec48302a2ede9ecca3b397fb2d56fbc088997f39014f3dc47770 WHIRLPOOL f807623afd0871b60052221f74d3917de007252dfefd9c7e0627e26bd4c67f3801d42429ac6f8eb03da387440c25c096cf355fda136a297f7ce2b11f3bac4404 diff --git a/dev-php/pecl-ps/metadata.xml b/dev-php/pecl-ps/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-ps/metadata.xml @@ -0,0 +1,5 @@ + + + + php + diff --git a/dev-php/pecl-ps/pecl-ps-1.3.7.ebuild b/dev-php/pecl-ps/pecl-ps-1.3.7.ebuild new file mode 100644 index 000000000000..9d8bce299b31 --- /dev/null +++ b/dev-php/pecl-ps/pecl-ps-1.3.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PHP_EXT_NAME="ps" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6 php5-5 php5-4" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="PHP extension for creating PostScript files" +LICENSE="PHP-2.02" +SLOT="0" +IUSE="examples" + +DEPEND="dev-libs/pslib" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad