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/twig/Manifest | 2 ++ dev-php/twig/files/channel.xml | 16 ++++++++++++++++ dev-php/twig/metadata.xml | 11 +++++++++++ dev-php/twig/twig-1.12.3.ebuild | 28 ++++++++++++++++++++++++++++ dev-php/twig/twig-1.16.3.ebuild | 28 ++++++++++++++++++++++++++++ 5 files changed, 85 insertions(+) create mode 100644 dev-php/twig/Manifest create mode 100644 dev-php/twig/files/channel.xml create mode 100644 dev-php/twig/metadata.xml create mode 100644 dev-php/twig/twig-1.12.3.ebuild create mode 100644 dev-php/twig/twig-1.16.3.ebuild (limited to 'dev-php/twig') diff --git a/dev-php/twig/Manifest b/dev-php/twig/Manifest new file mode 100644 index 000000000000..8aba59273862 --- /dev/null +++ b/dev-php/twig/Manifest @@ -0,0 +1,2 @@ +DIST Twig-1.12.3.tgz 81967 SHA256 1aafe50c3f4c1a16064ff0dd7352edaa732c6dc2bd5a5db704e2a91807ed0922 SHA512 42887a367ac1ab1b8a201083ef09ba88372a764644c990b19d9ec26bd5edf2032347ca77b6be35d368cb7dcc5fbf8be57286ec1fe2804c22235aeb4aec97a83d WHIRLPOOL 2fe4e331a34e4eade4917695c368e8425dae06fd12fc954815d2791e66f970aad652c1f95a0de2bff84d7b9173a579e92be82b760005b8ebc455cc59ce2bfd49 +DIST Twig-1.16.3.tgz 87723 SHA256 f5ff9fadf10529e658a2d23abe19301cc799304c7ac85d0d572a341e28767b1f SHA512 36cf2c01d7550f3e9021d516ba905c34d8759c22ecef2c8a242dede43970af87d7145de22b27a06d077cdee01edbdd8e9d6a9f2f44fa53ed6b53d3e0da9d7abc WHIRLPOOL 36553498fe8aebb10965192b5e346e51ec0aaafee2db6bc1cb7bfa101c2276a20d5cf8970f73daae6c00e52292e0e152fa4938a1074cb0e57ed5cb5ac17f11fa diff --git a/dev-php/twig/files/channel.xml b/dev-php/twig/files/channel.xml new file mode 100644 index 000000000000..2581a36cc86c --- /dev/null +++ b/dev-php/twig/files/channel.xml @@ -0,0 +1,16 @@ + + + pear.twig-project.org + Twig PEAR channel + twig + + + + http://pear.twig-project.org//rest/ + http://pear.twig-project.org//rest/ + http://pear.twig-project.org//rest/ + http://pear.twig-project.org//rest/ + + + + \ No newline at end of file diff --git a/dev-php/twig/metadata.xml b/dev-php/twig/metadata.xml new file mode 100644 index 000000000000..8749191723c3 --- /dev/null +++ b/dev-php/twig/metadata.xml @@ -0,0 +1,11 @@ + + + + + djc@gentoo.org + Dirkjan Ochtman + + php + + + diff --git a/dev-php/twig/twig-1.12.3.ebuild b/dev-php/twig/twig-1.12.3.ebuild new file mode 100644 index 000000000000..d17888e9b935 --- /dev/null +++ b/dev-php/twig/twig-1.12.3.ebuild @@ -0,0 +1,28 @@ +# 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="Twig" +PHP_PEAR_URI="pear.twig-project.org" +inherit php-pear-lib-r1 + +DESCRIPTION="PHP templating engine with syntax similar to Django" +HOMEPAGE="http://twig.sensiolabs.org/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + pwd + dodoc AUTHORS README.markdown + #rm AUTHORS README.markdown + php-pear-lib-r1_src_install + rm -r "${D}"/usr/share/php/docs +} diff --git a/dev-php/twig/twig-1.16.3.ebuild b/dev-php/twig/twig-1.16.3.ebuild new file mode 100644 index 000000000000..b3eaca604119 --- /dev/null +++ b/dev-php/twig/twig-1.16.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 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="Twig" +PHP_PEAR_URI="pear.twig-project.org" +inherit php-pear-lib-r1 + +DESCRIPTION="PHP templating engine with syntax similar to Django" +HOMEPAGE="http://twig.sensiolabs.org/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + pwd + dodoc CHANGELOG README.rst + #rm AUTHORS README.markdown + php-pear-lib-r1_src_install + rm -r "${D}"/usr/share/php/docs +} -- cgit v1.2.3-65-gdbad