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/Savant3/Manifest | 1 + dev-php/Savant3/Savant3-3.0.1.ebuild | 19 +++++++++++++++++++ dev-php/Savant3/files/channel.xml | 15 +++++++++++++++ dev-php/Savant3/metadata.xml | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 dev-php/Savant3/Manifest create mode 100644 dev-php/Savant3/Savant3-3.0.1.ebuild create mode 100644 dev-php/Savant3/files/channel.xml create mode 100644 dev-php/Savant3/metadata.xml (limited to 'dev-php/Savant3') diff --git a/dev-php/Savant3/Manifest b/dev-php/Savant3/Manifest new file mode 100644 index 000000000000..f98c88a8d72f --- /dev/null +++ b/dev-php/Savant3/Manifest @@ -0,0 +1 @@ +DIST Savant3-3.0.1.tgz 21574 SHA256 38d764fb86148c9edf3316ac17b1e9226103f09a2477691565bdf0cba38a9f0a SHA512 97eb888da01b2b77da274c3e4a3c764cfc656fce6c7507006fb6cf294acf05e84ec63a7866b53c334a65d3fb82d25a0b52e20fb7d07c2f3cb872f0801e4936b0 WHIRLPOOL a5ea3955684383d02862a3fa48eeb2832dab029384851181a3cf3494299e1fd8ce6d032efc1bb8adde9655501cbc5d902d0a58e8d3843b2eeedf94f65c959721 diff --git a/dev-php/Savant3/Savant3-3.0.1.ebuild b/dev-php/Savant3/Savant3-3.0.1.ebuild new file mode 100644 index 000000000000..422e10dd1f13 --- /dev/null +++ b/dev-php/Savant3/Savant3-3.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="The simple PHP template alternative to Smarty" +HOMEPAGE="http://phpsavant.com/yawiki/index.php?area=Savant3" +SRC_URI="http://phpsavant.com/get/${P}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="minimal" + +DEPEND="" +RDEPEND="!minimal? ( >=dev-php/Savant3-Plugin-Form-0.2.1 )" diff --git a/dev-php/Savant3/files/channel.xml b/dev-php/Savant3/files/channel.xml new file mode 100644 index 000000000000..13906d88cf06 --- /dev/null +++ b/dev-php/Savant3/files/channel.xml @@ -0,0 +1,15 @@ + + + phpsavant.com + Savant + savant + + + + http://phpsavant.com/rest/ + http://phpsavant.com/rest/ + http://phpsavant.com/rest/ + + + + diff --git a/dev-php/Savant3/metadata.xml b/dev-php/Savant3/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/Savant3/metadata.xml @@ -0,0 +1,5 @@ + + + + php + -- cgit v1.2.3-65-gdbad