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/PEAR-Pager | |
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/PEAR-Pager')
-rw-r--r-- | dev-php/PEAR-Pager/Manifest | 2 | ||||
-rw-r--r-- | dev-php/PEAR-Pager/PEAR-Pager-2.4.8.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild | 14 | ||||
-rw-r--r-- | dev-php/PEAR-Pager/metadata.xml | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/dev-php/PEAR-Pager/Manifest b/dev-php/PEAR-Pager/Manifest new file mode 100644 index 000000000000..2ee4720b2394 --- /dev/null +++ b/dev-php/PEAR-Pager/Manifest @@ -0,0 +1,2 @@ +DIST Pager-2.4.8.tgz 36122 SHA256 4325e159159731cb21a4282d014c3f7a6b89968f5e3403a7a7fcd7598e218209 SHA512 c5190ab4a52446470b8b62529cbb50970919c4668ee324a88d646f0f3c057b6feb642fd1eaaad39a846afd1d35b621fdbdabfbae2946732afe53b002662f1c3f WHIRLPOOL 6af7f4310416a59961a32d60de49ec1f7f91a98bf942c49b980af450aa794d4b2632f31fdfaec007bccebe271a1bf95f4c0c65662231b305801a6abfc90a54c3 +DIST Pager-2.4.9.tgz 36055 SHA256 80f3136cb806342311fcfbf866ef0f7ddedae7d7dd002e569b5c7bf0d7d6ae8f SHA512 1bd4cef68d0f0ef3a6cf4b44eec1d6ec99725bcbc4ac575a111e8de67538c09a4b09fe0dbbd57cdfd6d4f395e55857eb71cb6914a94e7efd03e6f6d78a592864 WHIRLPOOL 60f6b32cb48c3e6070a97e884c25830663dc8353454d6c9c8a437c78922cc3a8b2f43452e3cee485b8667fa288b26c68133916fcfe4e7da089b9f7bf79df0356 diff --git a/dev-php/PEAR-Pager/PEAR-Pager-2.4.8.ebuild b/dev-php/PEAR-Pager/PEAR-Pager-2.4.8.ebuild new file mode 100644 index 000000000000..130ca688721d --- /dev/null +++ b/dev-php/PEAR-Pager/PEAR-Pager-2.4.8.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit php-pear-r1 + +DESCRIPTION="Data paging class" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +IUSE="" diff --git a/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild b/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild new file mode 100644 index 000000000000..4eb57c9eb035 --- /dev/null +++ b/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit php-pear-r1 + +DESCRIPTION="Data paging class" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +IUSE="" diff --git a/dev-php/PEAR-Pager/metadata.xml b/dev-php/PEAR-Pager/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Pager/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> |