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/PEAR-Net_Sieve/Manifest | 2 ++ dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.2.ebuild | 16 ++++++++++++++++ dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild | 18 ++++++++++++++++++ dev-php/PEAR-Net_Sieve/metadata.xml | 5 +++++ 4 files changed, 41 insertions(+) create mode 100644 dev-php/PEAR-Net_Sieve/Manifest create mode 100644 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.2.ebuild create mode 100644 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild create mode 100644 dev-php/PEAR-Net_Sieve/metadata.xml (limited to 'dev-php/PEAR-Net_Sieve') diff --git a/dev-php/PEAR-Net_Sieve/Manifest b/dev-php/PEAR-Net_Sieve/Manifest new file mode 100644 index 00000000000..2848ab0c835 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/Manifest @@ -0,0 +1,2 @@ +DIST Net_Sieve-1.3.2.tgz 14895 SHA256 dd2bca102e9cbc8dad42d32f6799894e065e91eacb0d186546abf3de644d776c SHA512 0eb9a514f0af11b21d308ac7e9531be4a3b3f668d2ce8b8f153cd32920297df93618729851809bbe5837aaaa5f948c26477013c7a351cd9fba1ff0c0ec22f34d WHIRLPOOL 37d35423cdef4311defeffba928a4129315beee7d24838264e59d8612ae2d1d32ba148e69668d0d7e00acfed5840367b2cb5651f4f57f15e926c55efef218d83 +DIST Net_Sieve-1.3.3.tgz 15109 SHA256 53666be373739b7b98dfd9538d6d8aaa7e45f51c191fc034b2675e8f12297db6 SHA512 3fd41c7f60ce1ba89ecdf0d2cbeed61e7ceb53d1218dc2b4079267235da9b17a478eaf85ecf4e0449122ec866ad1a0b579f1a7484b37681081dcabe261fc7213 WHIRLPOOL e08aae13555ee24f8fae3659d3ed54dc67946215ba7da5ce3e9d68f2756232e6220769f7a40a78b31f7b9d72ac55484221bfd860211162d4354e200394aa3edd diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.2.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.2.ebuild new file mode 100644 index 00000000000..65c70fb4109 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd" + +LICENSE="BSD BSD-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1" diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild new file mode 100644 index 00000000000..98995484486 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit php-pear-r1 + +DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd" + +LICENSE="BSD BSD-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" +IUSE="sasl" + +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1 + sasl? ( >=dev-php/PEAR-Auth_SASL-1.0 ) + " diff --git a/dev-php/PEAR-Net_Sieve/metadata.xml b/dev-php/PEAR-Net_Sieve/metadata.xml new file mode 100644 index 00000000000..40dbb4c4bba --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/metadata.xml @@ -0,0 +1,5 @@ + + + +php + -- cgit v1.2.1