diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-php/phpdepend | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-php/phpdepend')
-rw-r--r-- | dev-php/phpdepend/Manifest | 1 | ||||
-rw-r--r-- | dev-php/phpdepend/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/phpdepend/metadata.xml | 13 | ||||
-rw-r--r-- | dev-php/phpdepend/phpdepend-1.1.1.ebuild | 26 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-php/phpdepend/Manifest b/dev-php/phpdepend/Manifest new file mode 100644 index 000000000000..f4042b67caf4 --- /dev/null +++ b/dev-php/phpdepend/Manifest @@ -0,0 +1 @@ +DIST PHP_Depend-1.1.1.tgz 181421 SHA256 64a03e82f6b38b4bd0187a27c2cc2bf47c76790b0f4e806dcdeab36ccc6e40f9 SHA512 688e8d0000a14fcc5eb4469d02177c6894f9172d2ae3813712c0af745f75327b6434a1a770d1c299bfce7c380fe5aeb3b9f9de26f4bf984d733437142bf7621b WHIRLPOOL f492e67b6e77985face1b50814dcbe4744d08cd83b8abfac8bc36254f4b67a866a53d3e15a9020a4a2ded7d5c12bbf36b949b2590aa778c8f5bd4ee7371679b6 diff --git a/dev-php/phpdepend/files/channel.xml b/dev-php/phpdepend/files/channel.xml new file mode 100644 index 000000000000..f1587121b7c4 --- /dev/null +++ b/dev-php/phpdepend/files/channel.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> + <name>pear.pdepend.org</name> + <summary>PHP Depend PEAR channel</summary> + <suggestedalias>pdepend</suggestedalias> + <servers> + <primary> + <rest> + <baseurl type="REST1.0">http://pear.pdepend.org/rest/</baseurl> + <baseurl type="REST1.1">http://pear.pdepend.org/rest/</baseurl> + <baseurl type="REST1.2">http://pear.pdepend.org/rest/</baseurl> + <baseurl type="REST1.3">http://pear.pdepend.org/rest/</baseurl> + </rest> + </primary> + </servers> +</channel>
\ No newline at end of file diff --git a/dev-php/phpdepend/metadata.xml b/dev-php/phpdepend/metadata.xml new file mode 100644 index 000000000000..e69fad8eccaa --- /dev/null +++ b/dev-php/phpdepend/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +<maintainer> +<email>olemarkus@gentoo.org</email> +<name>Ole Markus With</name> +</maintainer> +<longdescription lang="en"> +Static code analyser for PHP +</longdescription> +</pkgmetadata> + diff --git a/dev-php/phpdepend/phpdepend-1.1.1.ebuild b/dev-php/phpdepend/phpdepend-1.1.1.ebuild new file mode 100644 index 000000000000..cd9257b59015 --- /dev/null +++ b/dev-php/phpdepend/phpdepend-1.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_PN="PHP_Depend" +PHP_PEAR_URI="pear.pdepend.org" + +inherit php-pear-lib-r1 + +DESCRIPTION="Static code analyser for PHP" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +HOMEPAGE="http://www.pdepend.org" + +RDEPEND="${RDEPEND} + >=dev-lang/php-5.2.3" + +src_unpack() { + # we only have one file in $A and it contains a lone zero block + tar xf "${DISTDIR}/${A}" --ignore-zeros +} |