diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-php/Savant3 | |
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/Savant3')
-rw-r--r-- | dev-php/Savant3/Manifest | 1 | ||||
-rw-r--r-- | dev-php/Savant3/Savant3-3.0.1.ebuild | 19 | ||||
-rw-r--r-- | dev-php/Savant3/files/channel.xml | 15 | ||||
-rw-r--r-- | dev-php/Savant3/metadata.xml | 5 |
4 files changed, 40 insertions, 0 deletions
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 @@ +<?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>phpsavant.com</name> + <summary>Savant</summary> + <suggestedalias>savant</suggestedalias> + <servers> + <primary> + <rest> + <baseurl type="REST1.0">http://phpsavant.com/rest/</baseurl> + <baseurl type="REST1.1">http://phpsavant.com/rest/</baseurl> + <baseurl type="REST1.3">http://phpsavant.com/rest/</baseurl> + </rest> + </primary> + </servers> +</channel> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> +</pkgmetadata> |