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 --- .../Config-Crontab/Config-Crontab-1.330.0-r1.ebuild | 17 +++++++++++++++++ dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild | 16 ++++++++++++++++ dev-perl/Config-Crontab/Manifest | 2 ++ dev-perl/Config-Crontab/metadata.xml | 15 +++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 dev-perl/Config-Crontab/Config-Crontab-1.330.0-r1.ebuild create mode 100644 dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild create mode 100644 dev-perl/Config-Crontab/Manifest create mode 100644 dev-perl/Config-Crontab/metadata.xml (limited to 'dev-perl/Config-Crontab') diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.330.0-r1.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.330.0-r1.ebuild new file mode 100644 index 00000000000..727b1d97cf2 --- /dev/null +++ b/dev-perl/Config-Crontab/Config-Crontab-1.330.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SCOTTW +MODULE_VERSION=1.33 +inherit perl-module + +DESCRIPTION="Read/Write Vixie compatible crontab(5) files" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild new file mode 100644 index 00000000000..b89a71a49d9 --- /dev/null +++ b/dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SCOTTW +MODULE_VERSION=1.40 +inherit perl-module + +DESCRIPTION="Read/Write Vixie compatible crontab(5) files" + +SLOT="0" +KEYWORDS="amd64 x86" + +SRC_TEST="do" diff --git a/dev-perl/Config-Crontab/Manifest b/dev-perl/Config-Crontab/Manifest new file mode 100644 index 00000000000..ec35ba32b53 --- /dev/null +++ b/dev-perl/Config-Crontab/Manifest @@ -0,0 +1,2 @@ +DIST Config-Crontab-1.33.tar.gz 40330 SHA256 50ce7a852d1f82d36bfc4ef8fa7bc4f1b1c948939e7147a26aa866e3030e5bd4 SHA512 2545449a30cf575c89bb8e45d199a98042f5cb3bb91117ddb3d8f9c9d1b6e609fde96eca06d3866c3f12a3d438b093df34a7e87a68056bd05c58892dfcf2927a WHIRLPOOL 4d7d680db1a1b9abf7782c303c7f68a63828665ba9211ad81b62739e1c12995bfdfac9cee6cde94540ce3b8148ebd30a15f59266b159fe4325297a5ae1f9500c +DIST Config-Crontab-1.40.tar.gz 40769 SHA256 25b5893f2fb78ee1da82579afa627e8527d8ca86d08204e28283c455fe7ffb03 SHA512 1894868e92637aef1d5eaed22b8387ebe9546d0804d375e894e7acaed4eeece28dcf78eeb2658455885d1a6dc1683b0a6839c747dbd939f128d66df211d8e15f WHIRLPOOL 66f63cc7024955cd8da5dc3a999348f168b76f36773f251e6e4dbea79023379ea066fdd0d8a727813664f95fe32590a6a56f8842a58048ceb00db878bba6fad0 diff --git a/dev-perl/Config-Crontab/metadata.xml b/dev-perl/Config-Crontab/metadata.xml new file mode 100644 index 00000000000..13a4c33e62d --- /dev/null +++ b/dev-perl/Config-Crontab/metadata.xml @@ -0,0 +1,15 @@ + + + + perl + + Config-Crontab + Config::Crontab + Config::Crontab::Base + Config::Crontab::Block + Config::Crontab::Comment + Config::Crontab::Container + Config::Crontab::Env + Config::Crontab::Event + + -- cgit v1.2.1