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/Date-Pcalc | |
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/Date-Pcalc')
-rw-r--r-- | dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Date-Pcalc/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch | 16 | ||||
-rw-r--r-- | dev-perl/Date-Pcalc/metadata.xml | 13 |
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild new file mode 100644 index 000000000000..794ee2a47039 --- /dev/null +++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=STBEY +MODULE_VERSION=6.1 +inherit perl-module + +DESCRIPTION="Gregorian calendar date calculations" + +SLOT="0" +KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 m68k ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" + +DEPEND=">=dev-perl/Bit-Vector-7 + >=dev-perl/Carp-Clan-5.3" +RDEPEND="${DEPEND}" + +SRC_TEST="do" +mydoc="ToDo" +PATCHES=( "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch ) diff --git a/dev-perl/Date-Pcalc/Manifest b/dev-perl/Date-Pcalc/Manifest new file mode 100644 index 000000000000..23dc730d464c --- /dev/null +++ b/dev-perl/Date-Pcalc/Manifest @@ -0,0 +1 @@ +DIST Date-Pcalc-6.1.tar.gz 216790 SHA256 8c4297c2bab22b72bb4fce9df26c6360d4a4166a0a97b29a58465a2592dbd01c SHA512 3f234e505f068e068608e76f5963f85172c1b04b5770d24d33bff704b2a50f1e4f222cfdf2cc5a992e618078f0bf018838278db2cd00e8037bdb2482eb0907c2 WHIRLPOOL 37a161361dbb2a8d0bee17a238a554e71b5e6ec4ed69dd02f2931aca6c9f9782277f3d7b98071f8f4e794d0fb9e5e597e5bd4dbb0e590192e3b2dce79e2158ca diff --git a/dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch b/dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch new file mode 100644 index 000000000000..e475ea25c2cc --- /dev/null +++ b/dev-perl/Date-Pcalc/files/6.100.0_identifier_before_numeric_constant.patch @@ -0,0 +1,16 @@ +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76442 +Gentoo-Bug: https://bugs.gentoo.org/420177 +--- a/src/C_XS/ToolBox.h ++++ b/src/C_XS/ToolBox.h +@@ -93,7 +93,10 @@ + #elif PERL_DARWIN + #define boolean bool + #else +- typedef enum { false = FALSE, true = TRUE } boolean; ++ typedef int boolean; ++ #ifndef I_STDBOOL ++ enum { false, true }; ++ #endif + #endif + #endif + diff --git a/dev-perl/Date-Pcalc/metadata.xml b/dev-perl/Date-Pcalc/metadata.xml new file mode 100644 index 000000000000..ecf0919c4da9 --- /dev/null +++ b/dev-perl/Date-Pcalc/metadata.xml @@ -0,0 +1,13 @@ +<?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">Date-Pcalc</remote-id> + <remote-id type="cpan-module">Date::Pcalc</remote-id> + <remote-id type="cpan-module">Date::Pcalc::Object</remote-id> + <remote-id type="cpan-module">Date::Pcalendar</remote-id> + <remote-id type="cpan-module">Date::Pcalendar::Profiles</remote-id> + <remote-id type="cpan-module">Date::Pcalendar::Year</remote-id> + </upstream> +</pkgmetadata> |