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-perl/CDB_File | |
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-perl/CDB_File')
-rw-r--r-- | dev-perl/CDB_File/CDB_File-0.970.0-r1.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/CDB_File/CDB_File-0.980.0.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/CDB_File/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/CDB_File/metadata.xml | 9 |
4 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/CDB_File/CDB_File-0.970.0-r1.ebuild b/dev-perl/CDB_File/CDB_File-0.970.0-r1.ebuild new file mode 100644 index 000000000000..5c848cc0a99d --- /dev/null +++ b/dev-perl/CDB_File/CDB_File-0.970.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.97 +inherit perl-module + +DESCRIPTION="Tie to CDB (Bernstein's constant DB) files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-perl/CDB_File/CDB_File-0.980.0.ebuild b/dev-perl/CDB_File/CDB_File-0.980.0.ebuild new file mode 100644 index 000000000000..9705469a5f28 --- /dev/null +++ b/dev-perl/CDB_File/CDB_File-0.980.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.98 +inherit perl-module + +DESCRIPTION="Tie to CDB (Bernstein's constant DB) files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-perl/CDB_File/Manifest b/dev-perl/CDB_File/Manifest new file mode 100644 index 000000000000..afe0b3c57b4e --- /dev/null +++ b/dev-perl/CDB_File/Manifest @@ -0,0 +1,2 @@ +DIST CDB_File-0.97.tar.gz 16516 SHA256 9602f924f257627578455a2c695af52e09b44481e14993ee8c5e86510c946d6b SHA512 14717bd982b089cb24e439079dc3f057c9ee72ce70f8650bdfb9e2e733e8c133ba9d3bb145d278ae220b6b35d242a4a6b62cb9edd19248d98138ae24ccafac40 WHIRLPOOL fa4060868a757f3139d07adc0c223fbebbdd5792815180566a266ea6f028e30203d8b6de0e954b0ac7fe92c76ea980f2e502908d91b69c9fbca4d16f8f3cdaa9 +DIST CDB_File-0.98.tar.gz 59965 SHA256 576a5617040f39d26ace6693d921d7b31e91212f718ab4e852694c7bc6d1b990 SHA512 ae49e97c2bf6ef5d9eba04490f473c88d6ccfe13081b4cb6bb588c0b6eb0019eca7cadf5db324f8846ef6cba6ac039d4afc885571e7eaa8e48888058bf48b6e9 WHIRLPOOL 769d595f82ace72dbe3fd6c13f9c5e200faa3096a00d0c8e418e8ed3ef2675c3cfc863f22cce8ef2a9f57a3b2bd3b324c1637942791edd04e782f0d304bf6ce9 diff --git a/dev-perl/CDB_File/metadata.xml b/dev-perl/CDB_File/metadata.xml new file mode 100644 index 000000000000..ab63d776b923 --- /dev/null +++ b/dev-perl/CDB_File/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">CDB_File</remote-id> + <remote-id type="cpan-module">CDB_File</remote-id> + </upstream> +</pkgmetadata> |